Hi. With break you mean the game did not even start? Can you then maybe post the file "traceback.txt"? It's in the same folder as you start the game.
The break was with the patch, not this mod. sorry about that.
But this mod doesnt allow me to make selections i believe. When clicking "Stat New Game" it instantly errors with below traceback errors. I tried both versions with sound and without. i think its the patch that does it. all the selection options are broken when I install ONLY this cheat/WT mod for ep23 without any music. The traceback doesnt give me the full list. I have to click "Ignore" 26 times then I get the game saying "thanks for your selections".
This is the last of the errors, the only one that shows up in the traceback log.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 1494, in script
if persistent.ph_advstart_ep >= 23: #GIMP Need to check these before release
File "game/script.rpy", line 1494, in <module>
if persistent.ph_advstart_ep >= 23: #GIMP Need to check these before release
TypeError: '>=' not supported between instances of 'NoneType' and 'int'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 1494, in script
if persistent.ph_advstart_ep >= 23: #GIMP Need to check these before release
File "V:\AVN Games\WhereTheHeartIs-Ep23-pc\renpy\ast.py", line 2115, in execute
if renpy.python.py_eval(condition):
File "V:\AVN Games\WhereTheHeartIs-Ep23-pc\renpy\python.py", line 1092, in py_eval
return py_eval_bytecode(code, globals, locals)
File "V:\AVN Games\WhereTheHeartIs-Ep23-pc\renpy\python.py", line 1085, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/script.rpy", line 1494, in <module>
if persistent.ph_advstart_ep >= 23: #GIMP Need to check these before release
TypeError: '>=' not supported between instances of 'NoneType' and 'int'
they are all this except lower "Line" numbers in the script, since it counts up when you click ignore. for instance the first one is this:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 520, in script
if persistent.ph_advstart_ep >= 2:
File "game/script.rpy", line 520, in <module>
if persistent.ph_advstart_ep >= 2:
TypeError: '>=' not supported between instances of 'NoneType' and 'int'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 520, in script
if persistent.ph_advstart_ep >= 2:
File "V:\AVN Games\WhereTheHeartIs-Ep23-pc\renpy\ast.py", line 2115, in execute
if renpy.python.py_eval(condition):
File "V:\AVN Games\WhereTheHeartIs-Ep23-pc\renpy\python.py", line 1092, in py_eval
return py_eval_bytecode(code, globals, locals)
File "V:\AVN Games\WhereTheHeartIs-Ep23-pc\renpy\python.py", line 1085, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/script.rpy", line 520, in <module>
if persistent.ph_advstart_ep >= 2:
TypeError: '>=' not supported between instances of 'NoneType' and 'int'
then do this 25 more times with the same error in different lines.