anybody got cheat mods? the game gets somewhat boring with how slow income rolls in
please write down the command with the specified amount of experience.
And what needs to be done to enter.
1) I press f1
then,
mod_cmds
First type: enable_modding
then type: give_all_exp 2147483647 (it is maximum for 1 use)
Do you know another cheats?
First type: mod_cmds this will enable cheats then:
Here are the list of commands:
Basic Resources:
give_all_exp [Number]
give exp to all units in your roster, for example, give_all_exp 10
set_all_resolve [Number]
sets the resolve level to all units in your roster, for example, set_all_resolve 100
give_credit [Number]
gives X credits, for example, give_credit 9100
give_essence [Number]
give X essences, for example, give_essence 200
More sophisticated resources:
recruit_unit [IdLabel]
Add unit by its unitId to your roster, for example, recruit_unit "lucia", see unitdatas_XXX.jsons for the unitIds
add_item [IdLabel]
Add item by its itemId, for example, add_item "pistol_weapon", see item_datas_XXX.jsons for the itemIds
Fun Modes:
god_mode 1
If enabled, most sources of damage to your units deals 0 damage. replace the 1 with 0 to disable it.
powerful_grabs 1
If enabled, grabs done by your units deal x2.0 the damage and they take x0.0 the damage
edging_forever 1
If enabled, HP of your units cannot drop below 1.
Modding Tools:
These commands can only be used in the Character Customization/Outfits screen and after you select a unit, as they require a target unit to function.
export_unitdata_json
generate a json for the selected unit, and copies it to the clipboard. You can paste it (ctrl-V) to a text editor like notepad. Very helpful for creating new units.
set_body_slider [IdLabel] [Number]
sets the body slider value, for example, set_body_slider "butt_size" 2.2. Can go above the normal limit.
set_size_category [Number]
changes the unit size category, large, standard, small. For example, set_size_category 1
rename_unit [IdLabel]
changes the selected unit name, for example, rename_unit "Alice"
reroll_personality
Randomizes the selected unit's personality.