Mod Cheat Mod Ren'Py Where the Heart is - Cheat, game enhancement Mod + music [S1Beta] [KoGa3]

KoGa3

Engaged Member
Modder
Donor
Aug 14, 2018
2,922
29,331
I downloaded the Android port with mod but the only thing it's giving me is the music. Even the mod menu just has dialogue box settings and mus8c settings. No quick menu either. What's going on?
Hi. I checked it on my phone, there it worked. Please check the following:

First please check if the quick menu for the game is actually activated (should be by default, but who knows...). You can find that in the game preferences, click the button "Additional game settings...". There you can find at the bottom the option for the Quick menu. If not please enable it.


After you start a new game or loading a save without my Mod there should be a red "Activate Mod menu" button.
WTHI_ss01.jpg
Please press it.


This should finally activate the info screen at the top and my Mod menu - button at the buttom of the screen
WTHI_ss02.jpg
 

Dennis Wilcz

Newbie
Nov 1, 2017
20
8
i got this when i reached the beginning end of episode 14 after the screen were you can chose if you want to see the statts or not

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/Episode15.rpy", line 3, in script call
call ph_changetextboxcb from _call_ph_changetextboxcb
File "game/Episode15.rpy", line 3, in script call
call ph_changetextboxcb from _call_ph_changetextboxcb
ScriptError: could not find label 'ph_changetextboxcb'.

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

Full traceback:
File "game/Episode15.rpy", line 3, in script call
call ph_changetextboxcb from _call_ph_changetextboxcb
File "renpy/ast.py", line 1444, in execute
rv = renpy.game.context().call(label, return_site=self.next.name)
File "game/Episode15.rpy", line 3, in script call
call ph_changetextboxcb from _call_ph_changetextboxcb
File "renpy/script.py", line 910, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'ph_changetextboxcb'.

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
Where The Heart Is Ep22
Fri Apr 29 12:22:02 2022

when i tryed to start episode 15 via mod i get the same.

any idea why?
 

KoGa3

Engaged Member
Modder
Donor
Aug 14, 2018
2,922
29,331
i got this when i reached the beginning end of episode 14 after the screen were you can chose if you want to see the statts or not

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/Episode15.rpy", line 3, in script call
call ph_changetextboxcb from _call_ph_changetextboxcb
File "game/Episode15.rpy", line 3, in script call
call ph_changetextboxcb from _call_ph_changetextboxcb
ScriptError: could not find label 'ph_changetextboxcb'.

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

Full traceback:
File "game/Episode15.rpy", line 3, in script call
call ph_changetextboxcb from _call_ph_changetextboxcb
File "renpy/ast.py", line 1444, in execute
rv = renpy.game.context().call(label, return_site=self.next.name)
File "game/Episode15.rpy", line 3, in script call
call ph_changetextboxcb from _call_ph_changetextboxcb
File "renpy/script.py", line 910, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'ph_changetextboxcb'.

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
Where The Heart Is Ep22
Fri Apr 29 12:22:02 2022

when i tryed to start episode 15 via mod i get the same.

any idea why?
Hi. That log from you is strange. Because your error says that in the file Episode15.rpy there is an issue in line 3 ("call ph_changetextboxcb from _call_ph_changetextboxcb"). But my Mod does not change that file, and in the original Episode15.rpy isn't such a command at that line 3 either. Maybe you are using another Mod, too?
 

Dennis Wilcz

Newbie
Nov 1, 2017
20
8
thanks.
i use your mod.
i download the Game und your mod again and try it again.

edit :
did it and the same result.
tryed without the mod installed and it worked.
after the first 3 dialogs i saved the game an installed your mod an worked normaly again.
no idea why that happend.
 
Last edited:

left1000

Active Member
Sep 13, 2020
601
270
is WhereTheHeartIs_Mod_EP22c_WT_KoGa3.zip save game compatible with WhereTheHeartIs_Mod_EP22b_WT_KoGa3.zip
 

KoGa3

Engaged Member
Modder
Donor
Aug 14, 2018
2,922
29,331
is WhereTheHeartIs_Mod_EP22c_WT_KoGa3.zip save game compatible with WhereTheHeartIs_Mod_EP22b_WT_KoGa3.zip
Hi. Well, that's a good question... With the "c" Mod version LaikDink, the one I'm using the WT from, has changed some things with that. Mostly in EP22. So saves from EP22 made with the "b" version are probably still "compatible" (you should be able to load and play further), but maybe you miss something then later since there were changes before that save point. Best is to play this episode again if you will be 100% sure.
 
  • Like
Reactions: left1000

J.R.

Well-Known Member
Jan 2, 2020
1,623
3,033
Is there an incest patch that's available to work with this mod?
Doubt that. Since that game is not made for incest, it would be a complete rewrite of the story, not only a patch. That would then also mean it intertfers with this mods files for the walkthrough, maybe also the other adds like the cheat, too.

There is another guy trying to change the game to a incest one, you better try that mod.
 

Mossrock

Member
Jul 23, 2018
159
506
In case you don't yet know,
There's a mistake in Episode21.rpy
Code:
    K "Why don't you take out that big cock and..."
    scene E21 E21K_27a with dissolve
    if E21_Nurse == 1:
        $MsusK += 10
that == 1 should be a == 0.
Attached the fixed file (for PC, not sure it matters)
 
  • Like
Reactions: KoGa3

KoGa3

Engaged Member
Modder
Donor
Aug 14, 2018
2,922
29,331
Thanks. Will change that. I've seen you already informed LaikDink also since my Mod is based on his.
 
  • Like
Reactions: Mossrock

Mossrock

Member
Jul 23, 2018
159
506
Thanks. Will change that. I've seen you already informed LaikDink also since my Mod is based on his.
Yes, I read that in the OP, you I notified of it also because as negative as it sounds, it's never certain he'll fix it, and if he does, when. You're welcome, and also, thank you for the mod.
 

Havik79

Conversation Conqueror
Sep 5, 2019
6,334
7,560
Um so what is the deal, is this still on hold, or will there be an update for episode 23.
 

KoGa3

Engaged Member
Modder
Donor
Aug 14, 2018
2,922
29,331
Um so what is the deal, is this still on hold, or will there be an update for episode 23.
I updated the info on the OP. The music Mod variant is abandoned, my Cheat Mod variant with the (not updated so far) integrated WT from LaikDink too. I maybe try to make a Cheat only version which should be then compatible to an updated WT Mod from LaikDink also. I'll check that as soon as possible, hopefully later today.