- Jan 21, 2017
- 89
- 165
A lot of things seem to check if that function I edited returns True and then not do it. Like NPC's trying to have sex with you. Maybe yours works too but that was how I figured out how to fix it.I looked into this myself last night as well after seeing the earlier posts..
I see you added a line.. If im reading things right.. all you need to do is once your game is running (post npc generation)
open the console and enter:
persistent.f_check =3 - And that seems to to allow interactions with certain desired npc's w/o changing any code lines.
I dont think it will re-overwrite that setting unless you delete your persistent file in the save locations (save folder where you have the game, and save folder in appdata where renpy keeps copies). All the main persistent initial values are in screens.rpy - Including one to force the parent to child age difference.
EDIT: I see what you mean now, yeah that works too, but with mine at least you can remove it if you want without it being permanent.