- Jun 12, 2018
- 5
- 4
To "fix [your] game"is there a way to fix my game to get Kleio love over 50% without restarting to become a guitarist? and is there anything I'd lose from not being... a gamer, I think I chose?
1. In the location you put the game, navigate to
game/renpy/common
2. Edit
00console.rpy
with a text editor (e.g. notepad, vscode, etc)3. Search for
config.console
and edit it from False
to True
, and save the file4. Start the game, load your save
5. Press
Shift + O
, the developer console will open in the game6. Type
kleio_love = kleio_love_max = 200
and hit Enter (the game uses 200 for 100% love)7. Press
Esc
to return to the game8. Move your character to a different location (this puts the changed state into the game's history)
Optionally, you can now save/quit and undo the change you did in step 3.