99 lives Note:
This cheat involves editing a game file so make a backup copy of
the file before going on. Then use a text editor to edit the
"preferences.dat" file in the "config" folder. Find the line
below and change the "3" to "99".
int& N_LIVES =Int(); // is 3
Level skip Note:
This cheat involves editing a game file so make a backup copy of
the file before going on. Then use a text editor to edit the
"preferences.dat" file in the "config" folder. Find the line
below.
const bool& ALLOW_LEVEL_SKIP =Bool();
// is FULLY_PROPER_BUILD no yes
and delete the "FULLY_PROPER_BUILD no"
part so it reads:
const bool& ALLOW_LEVEL_SKIP =Bool();
// is yes
Then press
[F8] while
playing to skip to the next level.
CPU control in story mode Note:
This cheat involves editing a game file so make a backup copy of
the file before going on. Then use a text editor to edit the
"preferences.dat" file in the "config" folder. Find the line
below and change the "no" to "yes".
bool& AI_TAKE_ME_OVER =Bool(); // is
no
Disable CPU players Note:
This cheat involves editing a game file so make a backup copy of
the file before going on. Then use a text editor to edit the
"preferences.dat" file in the "config" folder. Find the line
below and change the "yes" to "no".