Last active
April 27, 2026 23:33
-
-
Save nlgxzef/e98503a67eeaa17ea83a258f650d1f99 to your computer and use it in GitHub Desktop.
NFSMW PS2 Alpha 124 Hacks (just download the file and copy it in PCSX2\Cheats)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // NFSMW Alpha124 hacks | |
| // by Xanvier | |
| // __snIsDebuggerRunning // for faster boot time | |
| patch=1,EE,0064B850,word,00000001 | |
| // SkipOLDnas | |
| patch=1,EE,00618CCC,word,00000001 | |
| // DoScreenPrintf | |
| patch=1,EE,00618D08,word,00000001 | |
| // SkipFE | |
| //patch=1,EE,00618B94,word,00000001 | |
| // Disable IsEurope | |
| patch=1,EE,0034666C,word,00421026 | |
| // Fix change car | |
| patch=1,EE,00273834,word,2466D940 | |
| patch=1,EE,00272810,word,2446D948 | |
| patch=1,EE,0026D948,word,3C030064 | |
| patch=1,EE,0026D954,word,AC625620 | |
| // Xan's section is done. Thank you dude! | |
| // nlgzrgn's hack pack is below: | |
| // Debug Menu Opacity | |
| patch=1,EE,006115BC,word,00000000 //0% (text only) | |
| //patch=1,EE,006115BC,word,3F000000 //50% | |
| //patch=1,EE,006115BC,word,3F400000 //75% | |
| // Disable Visual Treatment | |
| patch=1,EE,005F4348,word,00000000 |
nilmardesilva-del
commented
Apr 27, 2026
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment