If you are talking about bug fix then use this post:
1)Download it.
2)Rename it to script.rpy
3)Replace your game\script.rpy
IN STEP 2 is it script.rpy or script.rpyc??
I even added " Aunt_Introduction = True " in thee console after starting a new game.
Because even after cpoying the new rpy script file and adding the command in console i'm getting the following error:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 169, in script
if Aunt_Introduction == True and CousinMotherIntroduced == False and day_of_week == (6):
File "game/script.rpy", line 169, in <module>
if Aunt_Introduction == True and CousinMotherIntroduced == False and day_of_week == (6):
NameError: name 'Aunt_Introduction' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 169, in script
if Aunt_Introduction == True and CousinMotherIntroduced == False and day_of_week == (6):
File "D:\Games\Installed Games\Sensual\Games\SinsofherFather-1.06_Final-pc-compressed\SinsofherFather-1.06_Final-pc\renpy\ast.py", line 1832, in execute
if renpy.python.py_eval(condition):
File "D:\Games\Installed Games\Sensual\Games\SinsofherFather-1.06_Final-pc-compressed\SinsofherFather-1.06_Final-pc\renpy\python.py", line 2059, in py_eval
return py_eval_bytecode(code, globals, locals)
File "D:\Games\Installed Games\Sensual\Games\SinsofherFather-1.06_Final-pc-compressed\SinsofherFather-1.06_Final-pc\renpy\python.py", line 2052, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/script.rpy", line 169, in <module>
if Aunt_Introduction == True and CousinMotherIntroduced == False and day_of_week == (6):
NameError: name 'Aunt_Introduction' is not defined
Windows-8-6.2.9200
Ren'Py 7.3.5.606
Sins of her Father 1.06_Final
Fri Aug 14 23:39:28 2020