I’m not far into the game yet, only like three or four weeks in but I like to edit my stats and I thought I would share how to so you or other’s can if they also buy the game and want to do the same.
First you need to enable the dev console by editing one of the Ren’Py files. I’m going to assume you all know how to do this but if not, go to your game folder, which for this one is Magical Diary: Wolf Hall and then click renpy and then common and find a RPY file titled 00console and open it in notepad or wordpad. Search the document for config.console and it will say config.console = False and you need to change it to True, with a capital T and then save the document.
To open up the dev console in game, you press Shift+O and now you can edit your stats.
type in a number where I am saying xx, so it will look like player.money=1000 and you can reduce your stats by putting a - before the number so it will look like gain_stress(-10)
player.money=xx
gain_smart(xx)
gain_strong(xx)
gain_white(xx)
gain_black(xx)
gain_green(xx)
gain_blue(xx)
gain_red(xx)
gain_stress(xx)