- Dec 23, 2021
- 848
- 1,296
How to used this modCreate a file in [where the game is]\game\cheats.rpy
open it with notepad and write (before config you have 4 space):
init 999 python:
config.developer = True
config.console = True
mcorr = xxx # Mom corruption
mdom = xxx # Mom domination
mrel = xxx # Mom love
scorr = xxx # Sister corruption
sdom = xxx # Sister domination
srel = xxx # Sister love
The value stored here appears each time you start the game.
If you don't need anymore, remove the cheats.rpy AND cheats.rpyc created by the launcher
In the game you can open the Ren'py console with "shift+O"
and you can modify the value dynamically : mrel = 500
type quit for exiting the console
But be aware, this can modify the game comportment and a high value is not always the good solution
So make a save before, that's it
Edit: I have added a file, because the space does not appear
If used cheats game not open help