Ads 468x60px

Freedom Force Cheats

Freedom Force Cheat: Experience for All
When you find a canister make sure your party surrounds it. Pause the game and tell everyone to grab the canister. Unpause the game and everyone should get the canister’s unique ability.
Freedom Force Cheat Mode
Note: This involves editing a game file so create a backup copy before proceeding.

Use a text editor (like Notepad) to edit the init.py file in the game directory. Add the two lines of code below and save the file as All Files with a .py extension.

import ff
ff.CON_ENABLE=1

Now you can press TILDE while on the Base Screen (in between missions) to display the developer window to enter cheats.

God mode for party ... god()
Disable god mode ... mortal()
Enemies do not move/attack ... peace()
Enemies move/attack ... war()
Win mission ... Mission_Win()
Unlock all character powers ... DEBUG_ALLPOWERS=1
Add CP to specified character ... Campaign_AddCP('',)
Recruit character ... Campaign_Recruit('')
Unlock built-in character's origin ... Campaign_UnlockOrigin('')
Set prestige ... Campaign_AddPrestige(%ltnumber>)

Some versions of Freedom Force require each code to start with ff.
ff.god()
ff.mortal()
ff.peace()
ff.war()
ff.Mission_Win()
ff.DEBUG_ALLPOWERS=1
ff.Campaign_AddCP('',)
ff.Campaign_Recruit('')
ff.Campaign_UnlockOrigin('')
ff.Campaign_AddPrestige(%ltnumber>)

Character Names
El Diablo ... 'el_diablo'
Alche-Miss ... 'alchemiss'
Mentor... 'mentor'
Blackbird ... 'black_bird'
Bullet ... 'bullet'
Iron Ox ... 'iron_ox' or 'ironox''
Law ... 'law'
Liberty Lad ... 'liberty_lad'
Man-Bot ... 'man_bot'
Man-O-War ... 'man_o_war'
Microwave ... 'microwave'
Minute Man ... 'minute_man'
Order ... 'order'
Sea Urchin ... 'sea_urchin'
Supercollider ... 'supercollider'
Freedom Force Unlock Extra Characters
NOTE: This involves editing a game file so create a backup before proceeding.

Use a text editor to edit init.py in the game directory. Add the following lines of code and save the file with a .py extension.

import ff
ff.CON_ENABLE=1
APP_ENABLE_XTRACHARS = 1

Freedom Force