This site uses google adwords which uses cookies, view google cookie information here. By using this website you accept the use of cookies. NOTE: This website is changing soon :-)
First, Find the INIT.PY file and open it with Notepad. Then, type the following:
import ff
ff.CON_ENABLE=1
Save the file. You've enabled the console mode.
To open the console, press the tilde "~" key. Try this (Case sensitive) code from the BASE screen. (Not able to use until you GET to the base):
Campaign_AddPrestige(9000000)
That code will give you 9 million prestige. Now for mission 3, you can actually start recruiting your custom made heroes and use them in the game.
At any point in the game, you can enter this code:
DEBUG_ALLPOWERS=1
That code allows ALL the abilities for your current squad. So if you have Minute Man, he'll have the 300 percenter, and Mentor will have his Electron Beam, etc.
A note about names. They are in ALL lower case with underscores in between words. i.e. minute_man for Minute Man, el_diablo for El Diablo and so on. They need to be encased in the quote marks '' as shown above