Demonis
Member
- Joined
- Aug 22, 2014
- Messages
- 17
- Reaction score
- 7
Since it's a Frozenbyte game, there are ways to do these things without cheatengine. First, close your game. Then open your options.txt file, found from ...\AppData\Roaming\NineParchments. In that file, find the row that says:
setOption(gameBaseApplicationModule, "CheatsEnabled", false)
and change that "false" to "true". When you get back to game, press F8 to open a console, and write :
cheat.removeCooldowns() = remove spell cooldowns (this also gives infinite blink)
cheat.makePlayerCharactersImmortal() = you're immune to all damage, until you die from i.e. falling to your death.
cheat.startNextMission() = start next mission immediately
cheat.unlockCharacters(), cheat.unlockItems() = unlock stuff
The console has autofill/suggestions if you press tab after writing something, so you can look for more commands that might do stuff. I.e. try writing "cheat.unlock" and press tab to see all the unlock commands. Arrow up also gives you the last command(s) you used, useful since you'll need to do the cooldown/immortality commands again in every level.
In addition, with cheats enabled presing F5/F6 will warp your character a few steps forward/up, and pressing 7 gives you instant full HP for whatever reason.
setOption(gameBaseApplicationModule, "CheatsEnabled", false)
and change that "false" to "true". When you get back to game, press F8 to open a console, and write :
cheat.removeCooldowns() = remove spell cooldowns (this also gives infinite blink)
cheat.makePlayerCharactersImmortal() = you're immune to all damage, until you die from i.e. falling to your death.
cheat.startNextMission() = start next mission immediately
cheat.unlockCharacters(), cheat.unlockItems() = unlock stuff
The console has autofill/suggestions if you press tab after writing something, so you can look for more commands that might do stuff. I.e. try writing "cheat.unlock" and press tab to see all the unlock commands. Arrow up also gives you the last command(s) you used, useful since you'll need to do the cooldown/immortality commands again in every level.
In addition, with cheats enabled presing F5/F6 will warp your character a few steps forward/up, and pressing 7 gives you instant full HP for whatever reason.