Mod Ren'Py Where the Heart Is - Incest Re-write & Walkthrough Mod [Episode 24] [XanusR]

5.00 star(s) 1 Vote

JaredFogal

Member
Feb 19, 2023
106
169
Fuck yeah! You sir, are a god. Now I can finally play the last 2 chapters that aren't vanilla and boring. After a year might as well restart anyway, since I forgot most of the details with the previous abandoned incest mod that stopped at ch21. If only more AVNs got this de-vanilla treatment. Only way to impove this is redesign/rerender some images and make a few chars lolis too to cater to that kink.
 
  • Like
Reactions: BangB420 and XanusR

mynameisntjimmyb

New Member
Jun 17, 2020
3
0
I would need your traceback file to ascertain exactly where this bug is coming from and if it's an issue with my mod or not. Considering you're the only one whom has made me aware of such a bug though it may be as simple as incorrect installation or something similar.
Here's the first issue I ran into

Code:
I'm sorry, but an uncaught exception occurred.

While processing text tag {/font} in 'Give Her a Hug{/font}'.:
  File "game/Episode1to3.rpy", line 56, in script
    menu:
Exception: '/font' closes a text tag that isn't open.

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "game/Episode1to3.rpy", line 56, in script
    menu:
  File "C:\Users\White Guy\Documents\Stuff\3D\WhereTheHeartIs-Ep23-pc\WhereTheHeartIs-Ep23-pc\renpy\ast.py", line 1903, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
  File "C:\Users\White Guy\Documents\Stuff\3D\WhereTheHeartIs-Ep23-pc\WhereTheHeartIs-Ep23-pc\renpy\exports.py", line 1010, in menu
    rv = renpy.store.menu(new_items)
  File "C:\Users\White Guy\Documents\Stuff\3D\WhereTheHeartIs-Ep23-pc\WhereTheHeartIs-Ep23-pc\renpy\exports.py", line 1250, in display_menu
    rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
  File "C:\Users\White Guy\Documents\Stuff\3D\WhereTheHeartIs-Ep23-pc\WhereTheHeartIs-Ep23-pc\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\White Guy\Documents\Stuff\3D\WhereTheHeartIs-Ep23-pc\WhereTheHeartIs-Ep23-pc\renpy\display\core.py", line 3377, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "C:\Users\White Guy\Documents\Stuff\3D\WhereTheHeartIs-Ep23-pc\WhereTheHeartIs-Ep23-pc\renpy\display\core.py", line 3912, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "C:\Users\White Guy\Documents\Stuff\3D\WhereTheHeartIs-Ep23-pc\WhereTheHeartIs-Ep23-pc\renpy\display\core.py", line 2602, in draw_screen
    surftree = renpy.display.render.render_screen(
  File "render.pyx", line 495, in renpy.display.render.render_screen
  File "render.pyx", line 266, in renpy.display.render.render
  File "C:\Users\White Guy\Documents\Stuff\3D\WhereTheHeartIs-Ep23-pc\WhereTheHeartIs-Ep23-pc\renpy\display\layout.py", line 884, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "C:\Users\White Guy\Documents\Stuff\3D\WhereTheHeartIs-Ep23-pc\WhereTheHeartIs-Ep23-pc\renpy\display\layout.py", line 884, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "C:\Users\White Guy\Documents\Stuff\3D\WhereTheHeartIs-Ep23-pc\WhereTheHeartIs-Ep23-pc\renpy\display\layout.py", line 884, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "C:\Users\White Guy\Documents\Stuff\3D\WhereTheHeartIs-Ep23-pc\WhereTheHeartIs-Ep23-pc\renpy\display\screen.py", line 704, in render
    child = renpy.display.render.render(self.child, w, h, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "C:\Users\White Guy\Documents\Stuff\3D\WhereTheHeartIs-Ep23-pc\WhereTheHeartIs-Ep23-pc\renpy\display\layout.py", line 884, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "C:\Users\White Guy\Documents\Stuff\3D\WhereTheHeartIs-Ep23-pc\WhereTheHeartIs-Ep23-pc\renpy\display\layout.py", line 1105, in render
    surf = render(d, width - x, rh, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "C:\Users\White Guy\Documents\Stuff\3D\WhereTheHeartIs-Ep23-pc\WhereTheHeartIs-Ep23-pc\renpy\display\behavior.py", line 885, in render
    rv = super(Button, self).render(width, height, st, at)
  File "C:\Users\White Guy\Documents\Stuff\3D\WhereTheHeartIs-Ep23-pc\WhereTheHeartIs-Ep23-pc\renpy\display\layout.py", line 1334, in render
    surf = render(child,
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "C:\Users\White Guy\Documents\Stuff\3D\WhereTheHeartIs-Ep23-pc\WhereTheHeartIs-Ep23-pc\renpy\text\text.py", line 2109, in render
    virtual_layout = Layout(self, width, height, renders, drawable_res=False, size_only=True)
  File "C:\Users\White Guy\Documents\Stuff\3D\WhereTheHeartIs-Ep23-pc\WhereTheHeartIs-Ep23-pc\renpy\text\text.py", line 627, in __init__
    self.paragraphs = self.segment(text.tokens, style, renders, text)
  File "C:\Users\White Guy\Documents\Stuff\3D\WhereTheHeartIs-Ep23-pc\WhereTheHeartIs-Ep23-pc\renpy\text\text.py", line 1058, in segment
    raise Exception("%r closes a text tag that isn't open." % text)
Exception: '/font' closes a text tag that isn't open.

Windows-10-10.0.19044 AMD64
Ren'Py 8.0.3.22090809
Where The Heart Is Ep23
Mon Mar 13 21:49:56 2023
 

XanusR

Member
Sep 17, 2018
134
774
Here's the first issue I ran into

Code:
I'm sorry, but an uncaught exception occurred.

While processing text tag {/font} in 'Give Her a Hug{/font}'.:
  File "game/Episode1to3.rpy", line 56, in script
    menu:
Exception: '/font' closes a text tag that isn't open.

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "game/Episode1to3.rpy", line 56, in script
    menu:
  File "C:\Users\White Guy\Documents\Stuff\3D\WhereTheHeartIs-Ep23-pc\WhereTheHeartIs-Ep23-pc\renpy\ast.py", line 1903, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
  File "C:\Users\White Guy\Documents\Stuff\3D\WhereTheHeartIs-Ep23-pc\WhereTheHeartIs-Ep23-pc\renpy\exports.py", line 1010, in menu
    rv = renpy.store.menu(new_items)
  File "C:\Users\White Guy\Documents\Stuff\3D\WhereTheHeartIs-Ep23-pc\WhereTheHeartIs-Ep23-pc\renpy\exports.py", line 1250, in display_menu
    rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
  File "C:\Users\White Guy\Documents\Stuff\3D\WhereTheHeartIs-Ep23-pc\WhereTheHeartIs-Ep23-pc\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\White Guy\Documents\Stuff\3D\WhereTheHeartIs-Ep23-pc\WhereTheHeartIs-Ep23-pc\renpy\display\core.py", line 3377, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "C:\Users\White Guy\Documents\Stuff\3D\WhereTheHeartIs-Ep23-pc\WhereTheHeartIs-Ep23-pc\renpy\display\core.py", line 3912, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "C:\Users\White Guy\Documents\Stuff\3D\WhereTheHeartIs-Ep23-pc\WhereTheHeartIs-Ep23-pc\renpy\display\core.py", line 2602, in draw_screen
    surftree = renpy.display.render.render_screen(
  File "render.pyx", line 495, in renpy.display.render.render_screen
  File "render.pyx", line 266, in renpy.display.render.render
  File "C:\Users\White Guy\Documents\Stuff\3D\WhereTheHeartIs-Ep23-pc\WhereTheHeartIs-Ep23-pc\renpy\display\layout.py", line 884, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "C:\Users\White Guy\Documents\Stuff\3D\WhereTheHeartIs-Ep23-pc\WhereTheHeartIs-Ep23-pc\renpy\display\layout.py", line 884, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "C:\Users\White Guy\Documents\Stuff\3D\WhereTheHeartIs-Ep23-pc\WhereTheHeartIs-Ep23-pc\renpy\display\layout.py", line 884, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "C:\Users\White Guy\Documents\Stuff\3D\WhereTheHeartIs-Ep23-pc\WhereTheHeartIs-Ep23-pc\renpy\display\screen.py", line 704, in render
    child = renpy.display.render.render(self.child, w, h, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "C:\Users\White Guy\Documents\Stuff\3D\WhereTheHeartIs-Ep23-pc\WhereTheHeartIs-Ep23-pc\renpy\display\layout.py", line 884, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "C:\Users\White Guy\Documents\Stuff\3D\WhereTheHeartIs-Ep23-pc\WhereTheHeartIs-Ep23-pc\renpy\display\layout.py", line 1105, in render
    surf = render(d, width - x, rh, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "C:\Users\White Guy\Documents\Stuff\3D\WhereTheHeartIs-Ep23-pc\WhereTheHeartIs-Ep23-pc\renpy\display\behavior.py", line 885, in render
    rv = super(Button, self).render(width, height, st, at)
  File "C:\Users\White Guy\Documents\Stuff\3D\WhereTheHeartIs-Ep23-pc\WhereTheHeartIs-Ep23-pc\renpy\display\layout.py", line 1334, in render
    surf = render(child,
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "C:\Users\White Guy\Documents\Stuff\3D\WhereTheHeartIs-Ep23-pc\WhereTheHeartIs-Ep23-pc\renpy\text\text.py", line 2109, in render
    virtual_layout = Layout(self, width, height, renders, drawable_res=False, size_only=True)
  File "C:\Users\White Guy\Documents\Stuff\3D\WhereTheHeartIs-Ep23-pc\WhereTheHeartIs-Ep23-pc\renpy\text\text.py", line 627, in __init__
    self.paragraphs = self.segment(text.tokens, style, renders, text)
  File "C:\Users\White Guy\Documents\Stuff\3D\WhereTheHeartIs-Ep23-pc\WhereTheHeartIs-Ep23-pc\renpy\text\text.py", line 1058, in segment
    raise Exception("%r closes a text tag that isn't open." % text)
Exception: '/font' closes a text tag that isn't open.

Windows-10-10.0.19044 AMD64
Ren'Py 8.0.3.22090809
Where The Heart Is Ep23
Mon Mar 13 21:49:56 2023
I'll take a look now, only just got back from a holiday. If I can replicate this issue I will fix it and put an update patch on the op.

EDIT: Bug replicated on incest only mod, working on a fix right now and will update the links in op asap.

EDIT 2: Jesus Christ I've cocked up badly here, must have had a few when I got around to making the incest only mod, this will take longer than I originally thought it would.

Final EDIT: Bug squashed, new version added to the GoFile folder, Mediafire link also updated to the new version.
 
Last edited:

mynameisntjimmyb

New Member
Jun 17, 2020
3
0
I'll take a look now, only just got back from a holiday. If I can replicate this issue I will fix it and put an update patch on the op.

EDIT: Bug replicated on incest only mod, working on a fix right now and will update the links in op asap.

EDIT 2: Jesus Christ I've cocked up badly here, must have had a few when I got around to making the incest only mod, this will take longer than I originally thought it would.

Final EDIT: Bug squashed, new version added to the GoFile folder, Mediafire link also updated to the new version.
I greatly appreciate you putting in all the time to fix the error! However, now when I try to boot the game up, I get a new error. It says "Parsing the script failed." I attached the traceback code below.

Code:
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.


File "game/Episode1to3.rpy", line 1060: expected ':' not found.
    "{color=#000000}Ask to help"{/font}:
                                ^

Ren'Py Version: Ren'Py 8.0.3.22090809
Thu Mar 23 23:12:23 2023
 

XanusR

Member
Sep 17, 2018
134
774
I greatly appreciate you putting in all the time to fix the error! However, now when I try to boot the game up, I get a new error. It says "Parsing the script failed." I attached the traceback code below.

Code:
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.


File "game/Episode1to3.rpy", line 1060: expected ':' not found.
    "{color=#000000}Ask to help"{/font}:
                                ^

Ren'Py Version: Ren'Py 8.0.3.22090809
Thu Mar 23 23:12:23 2023
I don't know why this error has popped up, as there shouldn't be a : there as it's demanding to be, I've done the walkthrough variant using the same coding and it never complains it expects a : in that spot, simply because it doesn't need one. Would you be willing to do a clean install with the mod too see if it comes up again? As when I tested it after producing the fix on a virgin vm I didn't get this error.
 

Zaphe1100

New Member
May 25, 2019
12
5
I don't know why this error has popped up, as there shouldn't be a : there as it's demanding to be, I've done the walkthrough variant using the same coding and it never complains it expects a : in that spot, simply because it doesn't need one. Would you be willing to do a clean install with the mod too see if it comes up again? As when I tested it after producing the fix on a virgin vm I didn't get this error.

First off, thanks for the work you're doing. I do love this game, and the patch is much appreciated. I can confirm that on a clean install, the game itself works as expected, but when the patch is applied to a clean install, it returns the stated error on opening the game. I have no previous game saves, no nothing

Code:
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.


File "game/Episode1to3.rpy", line 1060: expected ':' not found.
    "{color=#000000}Ask to help"{/font}:
                                ^

Ren'Py Version: Ren'Py 8.0.3.22090809
Sun Mar 26 14:11:47 2023
 
Last edited:
  • Like
Reactions: XanusR

XanusR

Member
Sep 17, 2018
134
774
First off, thanks for the work you're doing. I do love this game, and the patch is much appreciated. I can confirm that on a clean install, the game itself works as expected, but when the patch is applied to a clean install, it returns the stated error on opening the game. I have no previous game saves, no nothing

Code:
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.


File "game/Episode1to3.rpy", line 1060: expected ':' not found.
    "{color=#000000}Ask to help"{/font}:
                                ^

Ren'Py Version: Ren'Py 8.0.3.22090809
Sun Mar 26 14:11:47 2023
That's really fuckin odd. It doesn't need a : there as mentioned before and the fact it's demanding it is actually really annoying. I'm currently unable to produce a bugfix due to quite immense shoulder pain which has decided to rear its fugly head. I will however update it as soon as I can, and will also remove the links to the incest only mod due to it being broken. (When it comes to a "bugfix", it's not actually going to be one as I'm just going to entirely re-make the incest only mod)
 

Zaphe1100

New Member
May 25, 2019
12
5
That's really fuckin odd. It doesn't need a : there as mentioned before and the fact it's demanding it is actually really annoying. I'm currently unable to produce a bugfix due to quite immense shoulder pain which has decided to rear its fugly head. I will however update it as soon as I can, and will also remove the links to the incest only mod due to it being broken. (When it comes to a "bugfix", it's not actually going to be one as I'm just going to entirely re-make the incest only mod)
I've not tested this, but it appears to work. I dunno anything about Ren'py, this change just makes the line structure look the same as other similar lines in the code. The line also no longer flags in VS code as having a problem and the patch is active in the game. I've changed the offending line from:

Code:
"{color=#000000}Ask to help"{/font}:
To:

Code:
"{color=#000000}Ask to help{/font}":
 
Last edited:
  • Like
Reactions: XanusR

XanusR

Member
Sep 17, 2018
134
774
I've not tested this, but it appears to work. I dunno anything about Ren'py, this change just makes the line structure look the same as other similar lines in the code. The line also no longer flags in VS code as having a problem and the patch is active in the game. I've changed the offending line from:

Code:
"{color=#000000}Ask to help"{/font}:
To:

Code:
"{color=#000000}Ask to help{/font}":
Oh I've noticed my mistake now. I've been a tit and put the " on the wrong side of the /font. Thanks for bringing this to my attention, I can sort this with a hotfix then, should be done in 5-10mintutes tops.

EDIT: Erm I don't know how your file is showing that because looking at my master file for the re-write only on line 1060 it has it like
Code:
"{color=#000000}Ask to help{/font}":
So I can't understand why yours is bollocked up. Are you sure you've downloaded the new one if you've downloaded it from GoFile? I did mark one as broken when I uploaded a hotfix not long ago. I'm going to keep the links down until I can ascertain what's cocked up and where to cause that to move. Also to err on the side of caution I'll download the mod myself and see If I can find this issue. If I can I will upload my master file to GoFile and Mediafire.

FINAL EDIT: I've uploaded my master zips to the file servers and added them to the op.
 
Last edited:

Zaphe1100

New Member
May 25, 2019
12
5
Oh I've noticed my mistake now. I've been a tit and put the " on the wrong side of the /font. Thanks for bringing this to my attention, I can sort this with a hotfix then, should be done in 5-10mintutes tops.

EDIT: Erm I don't know how your file is showing that because looking at my master file for the re-write only on line 1060 it has it like
Code:
"{color=#000000}Ask to help{/font}":
So I can't understand why yours is bollocked up. Are you sure you've downloaded the new one if you've downloaded it from GoFile? I did mark one as broken when I uploaded a hotfix not long ago. I'm going to keep the links down until I can ascertain what's cocked up and where to cause that to move. Also to err on the side of caution I'll download the mod myself and see If I can find this issue. If I can I will upload my master file to GoFile and Mediafire.

FINAL EDIT: I've uploaded my master zips to the file servers and added them to the op.

I think, this was the link I used

 

XanusR

Member
Sep 17, 2018
134
774
I think, this was the link I used

Yeah, that was the right one. Still really odd how that happened considering I didn't change that in the mod when I hotfixed it. I think the zipping process could have buggered it up or something, I don't know. Anyway I uploaded the master file to the file servers and if you could please report back if it works now or not, I would be grateful.
 
  • Like
Reactions: Ghostload

Zaphe1100

New Member
May 25, 2019
12
5
Yeah, that was the right one. Still really odd how that happened considering I didn't change that in the mod when I hotfixed it. I think the zipping process could have buggered it up or something, I don't know. Anyway I uploaded the master file to the file servers and if you could please report back if it works now or not, I would be grateful.
Yep - seems to be working fine
 

Immunity

Member
Jul 8, 2017
221
636
Is the "New Game Fix" still required? Also, I'm assuming old saves (using DrAddy's Mod that was up to a certain point) won't work with this one?

Regardless, thank you for picking up the slack and working on this - otherwise the game itself wouldn't be worth it!
 

XanusR

Member
Sep 17, 2018
134
774
Is the "New Game Fix" still required? Also, I'm assuming old saves (using DrAddy's Mod that was up to a certain point) won't work with this one?

Regardless, thank you for picking up the slack and working on this - otherwise the game itself wouldn't be worth it!
The new game fix is still a separate file, which I will include in the next mod update (if still necessary in the next mod update for the next game update). In the current version of the game if you don't want an error in the main menu where it doesn't let you start a new game then it's 100% required. When it comes to save compatibility between mine and DrAddy's original mod, whilst I was making it and when I tested my mod after completing it I didn't notice any incompatibility problems. That being said I would still recommend starting a new game as I can not say that saves using DrAddy's mod are 100% compatible with mine.
 

fslrff

Newbie
Mar 23, 2023
69
11
i downloaded the incest and wt gofile one n ts popped out when i started new game

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 "C:\Users\faisal\Downloads\WhereTheHeartIs-Ep23-pc\renpy\ast.py", line 2115, in execute
if renpy.python.py_eval(condition):
File "C:\Users\faisal\Downloads\WhereTheHeartIs-Ep23-pc\renpy\python.py", line 1092, in py_eval
return py_eval_bytecode(code, globals, locals)
File "C:\Users\faisal\Downloads\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.19045 AMD64
Ren'Py 8.0.3.22090809
Where The Heart Is Ep23
Tue Apr 18 21:27:15 2023
 

XanusR

Member
Sep 17, 2018
134
774
i downloaded the incest and wt gofile one n ts popped out when i started new game

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 "C:\Users\faisal\Downloads\WhereTheHeartIs-Ep23-pc\renpy\ast.py", line 2115, in execute
if renpy.python.py_eval(condition):
File "C:\Users\faisal\Downloads\WhereTheHeartIs-Ep23-pc\renpy\python.py", line 1092, in py_eval
return py_eval_bytecode(code, globals, locals)
File "C:\Users\faisal\Downloads\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.19045 AMD64
Ren'Py 8.0.3.22090809
Where The Heart Is Ep23
Tue Apr 18 21:27:15 2023
Download the new game fix in the op, it's a base game bug that I've already fixed, but is a separate file as I've not yet implemented it into the mod. I wont do so until the next game update (if it is still necessary even with the remaster the dev is doing)
 
5.00 star(s) 1 Vote