|
Freedom Force Cheats
Click Here to bookmark the PC Index Page
Cheat mode:
Remember to create a backup copy of a file before beginning to edit
that perspective file with a text editor. Utilize your text editor to edit the "init.py"
file in the game folder. Add the following lines to the file:
import ff
ff.CON_ENABLE=1
Start playing the game and push ~ at the database screen to
see the
console window. Submit one of the case-sensitive codes below to enable that
particular cheat code.
| What the code does |
Code |
| Invincibility for entire party |
god() |
| Disable invincibility |
mortal()
|
| Enemies do not move or attack |
peace() |
| Enemies move and attack again |
war() |
| 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>)
|
REMEMBER: Some versions of the game require each code to start with ff.
For activation. For example, ff.god() or ff.Campaign_Recruit('<name>')
Character names:
Submit the character naems below as a code, in all
lower-case, with spaces converted to underscores "_". Also, remove hyphens "-"
in names. Certain examples are:
El Diablo: 'el_diablo'
Alche-Miss: 'alchemiss'
Mentor: 'mentor'
'black_bird'
'bullet'
'iron_ox' or 'ironox''
'law'
'liberty_lad'
'man_bot'
'man_o_war'
'microwave'
'minute_man'
'order'
'sea_urchin'
'supercollider'
Bonus characters:
Remember to create a backup copy of a file before beginning to edit
that perspective file with a text editor. Certain game retailers are releasing a
bonus Freedom Force disc. This disc will give you more powers as well
as three new recruitable built in characters for campaign mode. They are
Blackbird, Iron Ox, and Supercollider. Use the following steps to unlock them
without the bonus disc. Utilize your text editor to edit the "init.py" file in the
game folder. Add the following lines to the file:
import ff
ff.CON_ENABLE=1
APP_ENABLE_XTRACHARS = 1
|