2.20 star(s) 136 Votes

Sababukin

Member
Modder
Nov 4, 2022
126
809
If you enable the console, you can use the following:
toilet=100
freshness=100
food=100
money=xxxx

The escape key is locked out and you can't scroll in the Variable Viewer. You have to type in exit to leave the console.

I haven't figured out the joy/happiness one yet (solved by TV/Games)
well so far ive discovered money = xxx , food = xxx and toilet = xxx ... ive yet to find the value names for joy and hygiene .... would be great if there was a way to freeze stats ... im just too lazy to grind lol
Freshness - Hygiene
Money - Cash
Toilet - ;}
Food - Hunger
Leisure - Joy

Mystery solved guys, thanks for help
 

Superscrew

Newbie
Jul 6, 2020
68
30
Preemptive EDIT: This mod ONLY APPLIES TO VERSION 4.6. If you use it with any other version it WILL break your game!

Here's my mod as promised. It's a little better than I thought it would be as I took a couple hours to iron out the kinks, so hopefully it's future-proof and easy to maintain with coming updates. It's not goober-proof however, and I make no guarantees that it won't mess up your game if you don't know what you're doing. I am not responsible for any damage done to your game. There are few adjustments to the initially anticipated changelog, fully delineated below:

-Rollback at any time.
-Skip on CTRL keys, hide on H key.
-Infinite save pages.
-All non-unique events that take up 2 time slots will take up 1.
-All unique events that take up 2 time slots will take up 1.
-No grind/maintenance activities except work.
-Save or load at anytime. Access custom save menu using right mouse button or escape key. My hacked interface is confusing so be careful not to accidentally save when you want to load or load when you want to save!

Instructions:
1) Backup your game files.
2) Unpack your game using UnRen, following the instructions found in this thread:
https://f95zone.to/threads/unren-ol...-0-v3-unren-v-8-0-0-v-3-unren-windowed.92717/
3) Delete hs1.rpa and hs2.rpa in the \game folder.
4) Unpack the mod contents into the \game folder.

You MIGHT get an error screen about "map". If so, just hit rollback and it should be fine.
If the mod doesn't take effect on load hit Shift + R, or Shift + D and click Reload Game.

I tried to make the Gallery accessible in-game but ran into some issues, and didn't want to throw any more time at it. Please enjoy and let me know if you are knowledgeable about Ren'Py scripts and have any feasible suggestions for improvements.

EDIT: Updated to 4.6 8/9/22
Is this mod going to be updated to current build?
 

Sababukin

Member
Modder
Nov 4, 2022
126
809
I currently got Rosie at level 4 with 0% and all the walkthroughs tell me i got to "Help her cleaning" but i never find her cleaning what the hell am i missing?
You need to get to lvl 3 for Lucy and then I guess go to the coffee shop in the morning when Lucy works there. By the way, I'm at exactly the same moment in the game, I'm going to have this event right now ;)


Edit - ok i stuck too...
 
Last edited:

BVonkX

Active Member
May 6, 2017
844
785
You need to get to lvl 3 for Lucy and then I guess go to the coffee shop in the morning when Lucy works there. By the way, I'm at exactly the same moment in the game, I'm going to have this event right now ;)


Edit - ok i stuck too...
I can take a look if you can upload a save, maybe you missed something.

C:\Users\user name\AppData\Roaming\RenPy\HS-1539366243
 

Sababukin

Member
Modder
Nov 4, 2022
126
809
I can take a look if you can upload a save, maybe you missed something.

C:\Users\user name\AppData\Roaming\RenPy\HS-1539366243
I just checked the guide you pasted above and I think I found the reason. "join lucy watching tv late at night, living room" I definitely didn't do that, maybe that's why I didn't get the cleaning event?
Here's my save if you can take a look ;)
 

BVonkX

Active Member
May 6, 2017
844
785
I just checked the guide you pasted above and I think I found the reason. "join lucy watching tv late at night, living room" I definitely didn't do that, maybe that's why I didn't get the cleaning event?
Here's my save if you can take a look ;)
You have to continue with May, go outside and there she is at the bottom right of the map.

After that you can use my walkthrough on page 1 if you want, I think you're at 0.4.0.

Via this site you can easily add an attachment (attach files), you don't need another site for that. ;)
 
  • Like
Reactions: Sababukin

SenLiam

New Member
Nov 6, 2022
9
4
Currently running 0.4.6 not getting any of the new content for this version, Followed the walk-through and all events seem to stop after the eating together in the kitchen. How do I get the new 0.4.6 rosie content?
 

BVonkX

Active Member
May 6, 2017
844
785
Currently running 0.4.6 not getting any of the new content for this version, Followed the walk-through and all events seem to stop after the eating together in the kitchen. How do I get the new 0.4.6 rosie content?
In daytime go to room Rosie, pussy lick and more

That should be it, nothing more was added in 0.4.6

If it still doesn't work, I can check if you manage to upload a save.
 

Lordfugi

Member
Aug 31, 2022
325
125
https://attachments.f95zone.to/2022/08/1998076_Mod4.6.7z

3) Delete hs1.rpa and hs2.rpa in the \game folder.
4) Unpack the mod contents into the \game folder.



I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00start.rpy", line 208, in script call
call _gl_test
File "renpy/common/00gltest.rpy", line 387, in script
$ __gl_test()
File "renpy/common/00start.rpy", line 208, in script call
call _gl_test
File "renpy/common/00gltest.rpy", line 387, in script
$ __gl_test()
File "renpy/common/00gltest.rpy", line 387, in <module>
$ __gl_test()
File "renpy/common/00gltest.rpy", line 317, in _m1_00gltest__gl_test
_gl_performance_test()
File "renpy/common/00gltest.rpy", line 342, in _gl_performance_test
ui.interact(suppress_underlay=True, suppress_overlay=True)
IOError: Couldn't find file 'gui/window_icon.png'.

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

Full traceback:
File "renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "renpy/main.py", line 617, in main
run(restart)
File "renpy/main.py", line 148, in run
renpy.execution.run_context(True)
File "renpy/execution.py", line 922, in run_context
context.run()
File "renpy/common/00start.rpy", line 208, in script call
call _gl_test
File "renpy/common/00gltest.rpy", line 387, in script
$ __gl_test()
File "renpy/common/00start.rpy", line 208, in script call
call _gl_test
File "renpy/common/00gltest.rpy", line 387, in script
$ __gl_test()
File "renpy/ast.py", line 922, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2218, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/00gltest.rpy", line 387, in <module>
$ __gl_test()
File "renpy/common/00gltest.rpy", line 317, in _m1_00gltest__gl_test
_gl_performance_test()
File "renpy/common/00gltest.rpy", line 342, in _gl_performance_test
ui.interact(suppress_underlay=True, suppress_overlay=True)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3237, in interact
self.start()
File "renpy/display/core.py", line 2169, in start
self.post_init()
File "renpy/display/core.py", line 2247, in post_init
self.set_icon()
File "renpy/display/core.py", line 2290, in set_icon
with renpy.loader.load(icon) as f:
File "renpy/loader.py", line 798, in load
raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'gui/window_icon.png'.

Windows-10-10.0.19041
Ren'Py 7.4.6.1693
HS 0.4.6
Thu Nov 24 03:30:12 2022


Vollständige Trace:
Datei "renpy/bootstrap.py", Zeile 326, im Bootstrap
renpy.main.main()
Datei "renpy/main.py", Zeile 617, in main
Run(neu)
Datei "renpy/main.py", Zeile 148, im Run
renpy.execution.run-context(True)
Datei "renpy/execution.py", Zeile 922, im Run-context
context.run()
Datei "renpy/common/00start.rpy", Zeile 208, im Skriptanruf
anrufen
Datei "nordk/common/00gltest.rpy", Zeile 387, in der Schrift
- .gl-test()
Datei "renpy/common/00start.rpy", Zeile 208, im Skriptanruf
anrufen
Datei "nordk/common/00gltest.rpy", Zeile 387, in der Schrift
- .gl-test()
Datei "renpy/ob.py", Zeile 922, in Ausführung
renpy.python.py-exec-bytecode( selbst.code.bytecode, self.hide, store-self.store)
Datei "renpy/python.py", Zeile 2218, in py-exec-bytecode
exec(Bydecode, globals, locals)
Datei "niver/common/00gltest.rpy", Zeile 387, in Modul>
- .gl-test()
Datei "norkisch/common/00gltest.rpy", Zeile 317, in .m1'00glest'glest'test
-gl-performance-test()
Datei "nüffpy/common/00gltest.rpy", Zeile 342, in .gl.performance-test
ui.interact(suppress-underlay-True, suppress-overlay-True)
Datei "renpy/ui.py", Zeile 298, in Interaktion
rv - renpy.game.interface.interact(roll-forward-roll-forward, **kwargs)
Datei "renpy/display/core.py", Zeile 3237, in Interaktion
self.start()
Datei "renpy/display/core.py", Zeile 2169, im Start
self.post-init()
Datei "renpy/display/core.py", Zeile 2247, in post-init
self.set-icon()
Datei "renpy/display/core.py", Zeile 2290, in set-icon
mit renpy.loader.load(icon) als f:
Datei "renpy/loader.py", Linie 798, in Last
Erhöhung des IOError ("Kann nicht die Datei '%s' finden."
IOError: konnte keine Datei 'gui/window-icon.png' finden.

Windows-10-10.0.19041
Ren'Py 7.4.6.1693
HS 0.4.6
Do 24. Nov 24:30:12 2022
 
2.20 star(s) 136 Votes