ITEM CHEAT
Not sure if it has been posted before but here's a basic item cheat:
1. Enable Ren'Py console.
In the file
renpy\common\00console.rpy :
2. Press SHIFT+O while in the game and type or copy and paste (CTRL+C & CTRL+V on a PC):
Python:
got_item(itemcode, amount)
SKILL AND ABILITY POINTS CHEAT:
Here's a way to add ability points and bonus skill points:
Edit: The game seems to recalculate and thus reset the changes above when your char is being possessed etc. so the method above is not permanent. Try the following instead. Haven't tested it thoroughly either cause I no longer have early saves, but it seems to work better. It kind of activates a part of the "cheat mode" (debug) in the code so it requires a change in the code:
1. Drop this file into the game folder.
View attachment 1836697
2. Add bonus skill points using this, the '
amount' could be as much as you need.
flag_list.set_num("bonus_pins", amount)
Let me know if you find any issues with it.
TREASURE FINDING CHEAT:
In order to increase the chance of finding the rare items, use the following console command a few times repeatedly (until the treasure chest bar turns orange or red):
also, use the following files if you don't want it to reset after finding a rare treasure or when you escape a battle (extract them into the game folder, where the archive.rpa is):
View attachment 1835521
HIGHER CAPACITY WALLETS:
The capacity of your wallet has been increased, you can now carry a lot more gold.
Small Wallet New Cap. = 6000
Normal Wallet New Cap. = 10000
Big Wallet New Cap. = 20000
Huge Wallet New Cap. = 60000
Extract the following file into the game folder:
View attachment 1839310
Important Note: Before installing these files, make sure to increase the wallet capacity in your current save to match the values above, otherwise a new game is required. To do that, type the following in the console:
main_vars["wallet"][3] = <new capacity>
-------------------------------------------------------------------------------------------------------------------------
Apparently you have to equip them first and learn their skills (only available when you can toggle those skills on or off at the skills menu), otherwise you can't fuse them with gold. Had no problems fusing them with Mithril later on despite being a different skill, so not sure if it's a bug or another stupid design choice, maybe it only applies to the most basic skill.