Aller au contenu

ducon2016

GamerLine
  • Compteur de contenus

    1 146
  • Inscription

  • Dernière visite

  • Jours gagnés

    39

ducon2016 a gagné pour la dernière fois le 2 février

ducon2016 a eu le contenu le plus aimé !

Visiteurs récents du profil

1 814 421 visualisations du profil

ducon2016's Achievements

Community Regular

Community Regular (8/14)

  • Well Followed Rare
  • Conversation Starter Rare
  • Dedicated Rare
  • Reacting Well Rare
  • First Post Rare

Recent Badges

909

Réputation sur la communauté

  1. Je viens de regarder et si tu lances le jeu sans patch, il suffit d'appuyer sur la touche S dans le menu pour changer les options, elles sont sauvees et marchent quand le jeu est patche.
  2. You can patch the PC version of Pac-Man Museum with a hex editor. Offset 1AB995 replace 75 0A by 90 90 Offset 1AB99D replace 03 by 07 (or the number of rounds you want minus 2)
  3. ducon2016

    [Tuto] Pinball Arcade Loader

    I updated the link on the first page
  4. Fitgirl a un torrent tout prepare qui marche tres bien. https://www.google.com/search?q=fitgirl+sonic+unleashed
  5. I have nothing to do with the project, just sharing the very cool project: https://github.com/hedge-dev/UnleashedRecomp Unleashed Recompiled is an unofficial PC port of the Xbox 360 version of Sonic Unleashed created through the process of static recompilation. The port offers Windows and Linux support with numerous built-in enhancements such as high resolutions, ultrawide support, high frame rates, improved performance and modding.
  6. Cool. Anything new? Many of those seemed to exist already in other dumps before no?
  7. You don't need those if you play on a TV, I recommend using my patch. Loads faster, less files, no crashes, and less weird AHK random issues.
  8. The new version posted has the black screen issue, you need to get the original archive.
  9. Tampermonkey script to bypass shitty links on pcgameiso.com // ==UserScript== // @name Easy GamePCIso // @namespace http://tampermonkey.net/ // @version 2025-02-03 // @description Skip ads on gamepciso.com and associates dlpsgame.com downloadgamepsp.org dlxbgame.com and nswgame.com // @author You // @match *://gamepciso.com/* // @match *://dlpsgame.com/* // @match *://downloadgamepsp.org/* // @match *://dlxbgame.com/* // @match *://nswgame.com/* // @icon https://www.google.com/s2/favicons?sz=64&domain=gamepciso.com // @grant none // ==/UserScript== (function() { 'use strict'; const lnks = document.querySelectorAll('a'); lnks.forEach( item => { const url = item.href; const start = url.indexOf("url="); const end = url.indexOf("&type="); if (( -1< start ) && (-1<end)) { item.href = atob( url.substring( start+4, end ) ); var old_element = item; var new_element = old_element.cloneNode(true); old_element.parentNode.replaceChild(new_element, old_element); } }); })();
  10. Examples: https://igg-games.com/ or bluemedia garbage links or megaup or many others 1. Install pop up / pop under / layers blockers. I use firefox and two addons AT THE SAME TIME since they block different things: https://webextension.org/listing/popup-blocker.html and https://popupoff.org/ 2. Install Tampermonkey https://addons.mozilla.org/en-US/firefox/addon/tampermonkey/ 3. To deal with Megaup garbage install this with Tampermonkey: https://github.com/rejaad/Easy-MegaUp/raw/refs/heads/main/Easy MegaUp.user.js 4. To deal with Bluemedia garbage install this with Tampermonkey: https://greasyfork.org/en/scripts/423435-igg-games-bluemediafiles-bypass/code Will post more as I discover. Please feel free to share the ones you use.
  11. If you use the popup blockers I mentioned this is what you get. If it changes the page to an ad, just hit the back button and click create download link again until it works.
  12. Because I am confident you can do it. And when you will have figured it out, you will be able to download more things on your own. Only thing I can confirm is the megaup link works 100%, so you are not wasting your time. Also the game is available in many other places if you really cannot make this one work, I verified it is available on https://g4u.to/ and on https://igg-games.com I suspect you will need popup blockers for those too, and as usual some links need to be clicked up to 5 times until you get the real link.
  13. Is there a way to disable the need to register our phone number? No other discord does that, and I cannot participate in the emuline discord since I will never register my phone.
  14. Use a popup blocker, I use PopUpOff and https://webextension.org/listing/popup-blocker.html with Firefox and the links work and download. You might need to click a few times to get the right download. Bottom line, free stuff needs to jump over hurdles but it is free. You can also buy the game on steam when it is on promo it is cheap.
  15. I just tried and the last link (MegaUp) works. So follow the steps I explained.
×
×
  • Créer...