Edit the "init.py" file in the game folder by adding the following lines to the file:
import ff
ff.CON_ENABLE=1
Start a game and press ~ at the database screen and type the following codes:
Invincibility for entire party: god()
Enemies do not move or attack: peace()
Win current mission: Mission_Win()
Unlock all character powers in current mission: DEBUG_ALLPOWERS=1
Add CP to specified character: Campaign_AddCP('[name]',[number])
Automatically specified character: Campaign_Recruit('[name]')
Unlock specified built-in character's origin: Campaign_UnlockOrigin('[name]')
Set prestige amount: Campaign_AddPrestige([number])