Freedom Cheat Can Only Be Used In Non-game Editors

The 'Freedom' cheat keeps telling me 'it only works in the non-game editors,' so that may be a problem. The author of this topic has marked a post as the answer to their question. Click here to jump to that post. Originally posted by Sasha. The mod is only adding more packages to the spouse routine (which is, in vanilla, only to perform a sandbox inside the house). Added packages are only using already placed markers. Mods editing the 'RelationshipMarriageFIN' quest will more likely conflict. The mod is not using any script. TES5Edit Cleaned. Compatible with Immersive Citizens.

Strategy Guide/Walkthrough/FAQ
Corey Feldman Interview
Cheat Codes

Note: This procedure involves editing a game file; create a backup copy of the file before proceeding. Use a 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

Begin a game and press ~ at the database screen to display the console window. Type one of the following case-sensitive codes to activate the corresponding cheat function:

Result Cheat Code
Invincibility for entire partygod()
Enemies do not move or attackpeace()
Win current missionMission_Win()
Unlock all character powers in current missionDEBUG_ALLPOWERS=1
Add CP to specified characterCampaign_AddCP('[name]',[number])
Automatically specified characterCampaign_Recruit('[name]')
Unlock specified built-in character's originCampaign_UnlockOrigin('[name]')
Set prestige amountCampaign_AddPrestige([number])
Character names

When entering a character name in a code, it must be all lower-case, with spaces converted to underscores '_'. Also, remove hyphens '-' in names. Some examples are:

    El Diablo: 'el_diablo'
    Alche-Miss: 'alchemiss'
    Mentor: 'mentor'
Freedom Cheat Can Only Be Used In Non-game Editors

Freedom Cheat Can Only Be Used In Non-game Editors Online

Bonus characters

Note: This procedure involves editing a game file; create a backup copy of the file before proceeding. 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. Use a text editor to edit the 'init.py' file in the game folder. Add the following lines to the file:

Freedom Cheat Can Only Be Used In Non-game Editors Like

    import ff
    ff.CON_ENABLE=1
    APP_ENABLE_XTRACHARS = 1