iYuma
Member
- Nov 17, 2017
- 395
- 947
- 297
For anyone who is having trouble making the Incest patch work with the new version. You can make a patch.txt in the game folder and apply this code:
After doing this rename it back the txt file to patch.rpy and it should work. I'm not sure if it will work with the Snowy Update but it atleast works on the Prologue.
As for the lazy peeps.. I'll post the patch here.
Code:
default incest_mode = True
default incest_buttons = True
label inc:
$ incest_buttons = True
As for the lazy peeps.. I'll post the patch here.