Mod Ren'Py Onhold Where the Heart Is - LaikDink's Walkthrough/Improvement Mod [Ep. 23] [CheekyGimp]

SpyderArachnid

Well-Known Member
Jul 31, 2017
1,455
4,120
I've already mentioned that in the warning. And in case you want Katie only, start the new episode from anywhere and don't choose Monica path
The warning doesn't say I would be forced on someone else's path out of the blue. It's pretty vague on what was changed exactly, so wouldn't of known that was going to happen.

Just seems rather odd to have that change, when you reject them early on and have absolutely nothing to do with them throughout the game, and then randomly it puts you back on their path just to make you a cheater and then end both paths? That sounds more like a bug than a feature.
 

LaikDink

Active Member
Modder
Mar 16, 2018
987
11,735
The warning doesn't say I would be forced on someone else's path out of the blue. It's pretty vague on what was changed exactly, so wouldn't of known that was going to happen.

Just seems rather odd to have that change, when you reject them early on and have absolutely nothing to do with them throughout the game, and then randomly it puts you back on their path just to make you a cheater and then end both paths? That sounds more like a bug than a feature.
Ok, I have rechecked it and it is my intention. So I won't change it. And if you don't like this, you can use other mods or skip this episode
 

SpyderArachnid

Well-Known Member
Jul 31, 2017
1,455
4,120
Ok, I have rechecked it and it is my intention. So I won't change it. And if you don't like this, you can use other mods or skip this episode
So it's the intention to permanently block a relationship with two love interests (Katie and Monica)?

Cause the way your mod is, it puts you in a relationship with Katie and Monica even if you're not in one, causing both relationships to permanently end. That seems like an awful feature for a game that revolves around picking a love interest. A feature that forces you to be a cheater (even though you weren't one) and closes off their paths permanently?

Why would you make that sort of change to block off their paths permanently?

Sorry but, to me, that makes no sense. So yeah, not a fan of that "feature" that blocks off a love interest permanently. So I think I just won't use this mod. Thanks regardless.
 

LaikDink

Active Member
Modder
Mar 16, 2018
987
11,735
So it's the intention to permanently block a relationship with two love interests (Katie and Monica)?

Cause the way your mod is, it puts you in a relationship with Katie and Monica even if you're not in one, causing both relationships to permanently end. That seems like an awful feature for a game that revolves around picking a love interest. A feature that forces you to be a cheater (even though you weren't one) and closes off their paths permanently?

Why would you make that sort of change to block off their paths permanently?

Sorry but, to me, that makes no sense. So yeah, not a fan of that "feature" that blocks off a love interest permanently. So I think I just won't use this mod. Thanks regardless.
I think I already fix the permanent block before.
 

yourdesire8

Member
Jul 1, 2017
307
189
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 "D:\prejšnji pc\Tim\New games 25.12.2020\WhereTheHeartIs-Ep23-pc\renpy\ast.py", line 2115, in execute
if renpy.python.py_eval(condition):
File "D:\prejšnji pc\Tim\New games 25.12.2020\WhereTheHeartIs-Ep23-pc\renpy\python.py", line 1092, in py_eval
return py_eval_bytecode(code, globals, locals)
File "D:\prejšnji pc\Tim\New games 25.12.2020\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'

Windows-10-10.0.19044 AMD64
Ren'Py 8.0.3.22090809
Where The Heart Is Ep23
Mon Oct 3 09:41:27 2022


Used the fixed version of it
 

LonKirkPole

Member
Dec 18, 2019
225
256
Tried the compressed version, the music intro worked for the first time, but still have this when I started a new game from the main menu:

```
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 "D:\Program Files (x86)\Games\Where the Heart Is [Ep. 23] [Compressed] LaikDink's Walkthrough Improvement Mod\renpy\ast.py", line 2115, in execute
if renpy.python.py_eval(condition):
File "D:\Program Files (x86)\Games\Where the Heart Is [Ep. 23] [Compressed] LaikDink's Walkthrough Improvement Mod\renpy\python.py", line 1092, in py_eval
return py_eval_bytecode(code, globals, locals)
File "D:\Program Files (x86)\Games\Where the Heart Is [Ep. 23] [Compressed] LaikDink's Walkthrough Improvement Mod\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'

Windows-10-10.0.19044 AMD64
Ren'Py 8.0.3.22090809
Where The Heart Is Ep23
Mon Oct 3 18:26:09 2022
```
 

grumble314

Member
Nov 23, 2021
102
46
Also getting an error trying to start a game

Code:
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 "G:\AVN\WhereTheHeartIs-Ep23-pc\renpy\ast.py", line 2115, in execute
    if renpy.python.py_eval(condition):
  File "G:\AVN\WhereTheHeartIs-Ep23-pc\renpy\python.py", line 1092, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "G:\AVN\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'

Windows-10-10.0.22000 AMD64
Ren'Py 8.0.3.22090809
Where The Heart Is Ep23
Mon Oct  3 23:13:35 2022

if I hit ignore a few times it eventually starts
 

LaikDink

Active Member
Modder
Mar 16, 2018
987
11,735
Also getting an error trying to start a game

Code:
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 "G:\AVN\WhereTheHeartIs-Ep23-pc\renpy\ast.py", line 2115, in execute
    if renpy.python.py_eval(condition):
  File "G:\AVN\WhereTheHeartIs-Ep23-pc\renpy\python.py", line 1092, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "G:\AVN\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'

Windows-10-10.0.22000 AMD64
Ren'Py 8.0.3.22090809
Where The Heart Is Ep23
Mon Oct  3 23:13:35 2022

if I hit ignore a few times it eventually starts
Tried the compressed version, the music intro worked for the first time, but still have this when I started a new game from the main menu:

```
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 "D:\Program Files (x86)\Games\Where the Heart Is [Ep. 23] [Compressed] LaikDink's Walkthrough Improvement Mod\renpy\ast.py", line 2115, in execute
if renpy.python.py_eval(condition):
File "D:\Program Files (x86)\Games\Where the Heart Is [Ep. 23] [Compressed] LaikDink's Walkthrough Improvement Mod\renpy\python.py", line 1092, in py_eval
return py_eval_bytecode(code, globals, locals)
File "D:\Program Files (x86)\Games\Where the Heart Is [Ep. 23] [Compressed] LaikDink's Walkthrough Improvement Mod\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'

Windows-10-10.0.19044 AMD64
Ren'Py 8.0.3.22090809
Where The Heart Is Ep23
Mon Oct 3 18:26:09 2022
```
I will upload a new one now. My game still works fine with this script. You can try this one
 

LonKirkPole

Member
Dec 18, 2019
225
256
Tried the compressed version with that fixed modded just above this one. And still get the same error when I start a new game, I will not try yet to ignore for a few. Please tell me where then does it start what is the first image up?

```
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 "D:\Program Files (x86)\Games\Where the Heart Is [Ep. 23] [Compressed] LaikDink's Walkthrough Improvement Mod\renpy\ast.py", line 2115, in execute
if renpy.python.py_eval(condition):
File "D:\Program Files (x86)\Games\Where the Heart Is [Ep. 23] [Compressed] LaikDink's Walkthrough Improvement Mod\renpy\python.py", line 1092, in py_eval
return py_eval_bytecode(code, globals, locals)
File "D:\Program Files (x86)\Games\Where the Heart Is [Ep. 23] [Compressed] LaikDink's Walkthrough Improvement Mod\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'

Windows-10-10.0.19044 AMD64
Ren'Py 8.0.3.22090809
Where The Heart Is Ep23
Tue Oct 4 09:05:21 2022
```
 
Last edited: