Video game cheats for all your favourite video games.
Cheats: 3DO - Amiga - Arcade - Atari 2600 - Atari 5200 - Atari 7800 - CD-i - Colecovision - Dreamcast - DVD Video - Game Cube - Game Gear - Game.Com - GameBoy - GameBoy Advance - GameBoy Color - Genesis - Intellivision - Jaguar - Lynx - Macintosh - Master Systems - N-Gage - Neo*Geo - Neo*Geo Pocket - NES - Nintendo 64 - Nintendo DS - PC - Windows - Pinball - Playstation - Playstation 2 - PSP - Saturn - Sega 32X - Sega CD - SNES - TurboGrafx 16 - Vectrex - Virtual Boy - Xbox - Xbox 360
Cheat :
99 lives:
Note: This procedure involves editing a game file; create a backup copy of the file before proceeding. Use a text editor to edit the "preferences.dat" file in the "config" folder. Locate the following line and change the "3" to "99".
int& N_LIVES =Int(); // is 3
CPU control in story mode:
Note: This procedure involves editing a game file; create a backup copy of the file before proceeding. Use a text editor to edit the "preferences.dat" file in the "config" folder. Locate the following line and change the "no" to "yes".
bool& AI_TAKE_ME_OVER =Bool(); // is no
Disable CPU players:
Note: This procedure involves editing a game file; create a backup copy of the file before proceeding. Use a text editor to edit the "preferences.dat" file in the "config" folder. Locate the following line and change the "yes" to "no".
bool& ENABLE_AI =Bool(); // is yes
Level skip:
Note: This procedure involves editing a game file; create a backup copy of the file before proceeding. Use a text editor to edit the "preferences.dat" file in the "config" folder. Locate the following line:
const bool& ALLOW_LEVEL_SKIP =Bool(); // is FULLY_PROPER_BUILD no yes
and remove the "FULLY_PROPER_BUILD no" part so it reads:
const bool& ALLOW_LEVEL_SKIP =Bool(); // is yes
Press [F8] during game play to advance to the next level.