3.20 star(s) 100 Votes

Zoltanovics

Newbie
Dec 6, 2018
30
32
170
Hi.

Is there any way to delete the data that i already get? I mean permanent data, i want to collect everything again, I want to start over to not see the gallery too. I tried with appdata/renpy/HTH/saves and deleting everything, but did not worked.
 

jonquilnatrix

Member
Feb 27, 2024
260
1,460
229
Doesn't work with gog version. Game files are rpa while mod files are rpy
It doesn't have to overwrite the files to work. Basically the way renpy files work is compressed inside the RPA file is the directory structure and the rpy/rpyc files. However if you duplicate that exact file structure and the filenames externally (in the "game" subfolder) then renpy will instead use the external files as long as those files have a later date for the last modified date than the ones inside the RPA.

So if you extract everything to the right place and it doesn't work then let me know and I will refresh the modified dates with PowerShell and reupload.


Hi.
Is there any way to delete the data that i already get? I mean permanent data, i want to collect everything again, I want to start over to not see the gallery too. I tried with appdata/renpy/HTH/saves and deleting everything, but did not worked.
Did you also delete the "persistent" file in the saves folder of the main location where the game is installed?

The other thing you can do is use enable the dev console and then type the following commands:
persistent._clear()
persistent._clear(progress=True)

The first one clears all the persistent variables, the second one clears out stuff like the gallery and remembering what you've seen.
 
Last edited:
  • Like
Reactions: icewolf81

Zoltanovics

Newbie
Dec 6, 2018
30
32
170
It doesn't have to overwrite the files to work. Basically the way renpy files work is compressed inside the RPA file is the directory structure and the rpy/rpyc files. However if you duplicate that exact file structure and the filenames externally (in the "game" subfolder) then renpy will instead use the external files as long as those files have a later date for the last modified date than the ones inside the RPA.

So if you extract everything to the right place and it doesn't work then let me know and I will refresh the modified dates with PowerShell and reupload.



Did you also delete the "persistent" file in the saves folder of the main location where the game is installed?

The other thing you can do is use enable the dev console and then type the following commands:
persistent._clear()
persistent._clear(progress=True)

The first one clears all the persistent variables, the second one clears out stuff like the gallery and remembering what you've seen.
Thank you very much, it worked! It needed a restart after that and its good now.
 
Apr 21, 2019
108
153
131
One of the most disappointing games :(

I hadn't realized I was anywhere close to the ending until Kiara was talking about leaving. The game ending is way too rushed, there weren't enough interactions with the family. The whole thing with Eve started like after Kiara tells everyone she's leaving, it was way too late to just start things with Eve and it majorly killed this game for me once I realized it all. I was mainly interested in Eve and the sisters like many others, and the plot would've been great with the family; you can just recycle the "patients" but keep the family having hotter and hotter scenes on sequels or something.

Like seriously, why wasn't the mom (Eve) interacted with and had sexy time/teasing from much earlier? I was waiting and waiting for something to finally happen (expecting I was still at like %40 of the story only to be at around %90).

What a let down...
 

johnny472

New Member
Sep 3, 2023
8
2
118
assuming none of these mods work with the 4k version ? or am i doing it wrong , whether its the ince mod or scrappy one the display ends up getting fkd up
 

jonquilnatrix

Member
Feb 27, 2024
260
1,460
229
assuming none of these mods work with the 4k version ? or am i doing it wrong , whether its the ince mod or scrappy one the display ends up getting fkd up
Already been explained:

It's all about the GUI.rpy file. The Scrappy mod uses a modified version of the 1080p version of the game. As such it does not play nice with any other resolution version of the game. So you have a couple different options:

1) Delete the gui.rpy file that comes with the scrappy mod... The side effect is that the standard interface buttons will no longer be hidden by the mod. Which some people may actually prefer anyways...

2) Open the "gui.rpy" file in notepad or similar program. Find the line "gui.init(1920, 1080)" near the top and replace it with "gui.init(3840, 2160)". Save. There are other numbers you can tweak such as button size and such too, but to just get it playable that's the big offender.

3) Download the modified "gui.rpy" file posted here and save it in your "game" directory:
https://f95zone.to/threads/helping-the-hotties-v1-0-4-10-5-xred-games.74853/post-13777093
 
  • Like
Reactions: johnny472

icewolf81

Member
Jan 24, 2024
105
74
57
I'm confused... Is there going to be a continuation of this game? After the cabin burnt down and the chat by the fire pit the game just ends abruptly. Feels like the game is about 50% done...
I can relate to that. There is nothing after the "last talk" to all the girls.

No explanation for the fire. And combined were is Stacy while we are fucking Eve or Em.
Nothing more of Jane. I think the unknown Calls is Jane, because its the same sound in the background.
And after all no Fire department/Cop talk after the fire.

So i wanted to ask. Is the game really completed?
 

Newbe163

Member
Jun 10, 2025
127
112
43
not sure how to communicate best problems which did occur when running the novel/game. See attached the error message, which was followed by three other ones until the ignore got me to the next viable page
 

TomCat7206

Formerly 'Cyrix72'
Oct 31, 2021
63
27
109
Helping the Hotties Unofficial Fan Taboo Conversion Mod v1.6
(Compatible with Game version 1.0.4.10.6)

(No changes in the script files were made between 1.04.10.5 and 1.0.4.10.6 so no change was needed to the mod)
jonquilnatrix, is it possible there are any inconsistencies between the mod and the game version available on the Dev's Patreon? Using this version (including the walkthrough), this error messages continuously appears without using any further mods:

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 417, in script
python:
File "game/script.rpy", line 418, in <module>
if (renpygalaxy):
NameError: name 'renpygalaxy' is not defined

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

Full traceback:
File "game/script.rpy", line 417, in script
python:
File "D:\Programme\Temp Spiele\Helping the Hotties - Test\Patreon - HelpingTheHotties-1.0.4-pc - M\renpy\ast.py", line 1138, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\Programme\Temp Spiele\Helping the Hotties - Test\Patreon - HelpingTheHotties-1.0.4-pc - M\renpy\python.py", line 1122, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/script.rpy", line 418, in <module>
if (renpygalaxy):
NameError: name 'renpygalaxy' is not defined

Windows-10-10.0.26200 AMD64
Ren'Py 8.1.3.23091805
Helping the Hotties 1.0.4
Fri Nov 7 13:15:22 2025
 
Last edited:

jonquilnatrix

Member
Feb 27, 2024
260
1,460
229
jonquilnatrix, is it possible there are any inconsistencies between the mod and the game version available on the Dev's Patreon? Using this version (including the walkthrough), this error messages continuously appears without using any further mods:

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 417, in script
python:
File "game/script.rpy", line 418, in <module>
if (renpygalaxy):
NameError: name 'renpygalaxy' is not defined

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

Full traceback:
File "game/script.rpy", line 417, in script
python:
File "D:\Programme\Temp Spiele\Helping the Hotties - Test\Patreon - HelpingTheHotties-1.0.4-pc - M\renpy\ast.py", line 1138, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\Programme\Temp Spiele\Helping the Hotties - Test\Patreon - HelpingTheHotties-1.0.4-pc - M\renpy\python.py", line 1122, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/script.rpy", line 418, in <module>
if (renpygalaxy):
NameError: name 'renpygalaxy' is not defined

Windows-10-10.0.26200 AMD64
Ren'Py 8.1.3.23091805
Helping the Hotties 1.0.4
Fri Nov 7 13:15:22 2025
So I think RenpyGalaxy may have something to do with the GoG version? See if saving this file helps?
 
3.20 star(s) 100 Votes