jocoyo

Member
May 9, 2018
195
234
Everyone should have this issue, because the code of this place does not specify hiding of some inscriptions when switching to other ones. I hope that this will be paid attention to and it will be fixed in future releases.
That's what I'd assume, but I haven't seen anyone talk about it in this thread yet (granted I haven't checked this thread that frequently and might've missed a page). Maybe people talk about bugs more on the discord than on here?
 

jocoyo

Member
May 9, 2018
195
234
This might be a crazy question but do you get to fuck the gardener if you do all the food drives (assuming there's a finite number of them)?
 

bogodit

Member
Jul 17, 2020
345
309
Any help?



While running game code:
File "game/scripts/Garden/GardenFoodDrive.rpy", line 7, in <module>
NameError: name 'mary' is not defined

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

Full traceback:
File "renpy/bootstrap.py", line 331, in bootstrap
renpy.main.main()
File "renpy/main.py", line 560, in main
renpy.game.context().run(node)
File "scripts/Garden/GardenFoodDrive.rpyc", line 1, in script
File "scripts/Garden/GardenFoodDrive.rpyc", line 1, in script
File "renpy/ast.py", line 928, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2245, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/scripts/Garden/GardenFoodDrive.rpy", line 7, in <module>
NameError: name 'mary' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Harem Hotel v0.18.0
Thu Sep 5 02:52:56 2024
 

sei84

New Member
Jun 13, 2020
10
12
I seem to recall back with the beta version, it was noted that due to her rescue type scenes being animated or coded yet, and because of this, you'd see her around in the hotel. This being done as a kind of 'stop gap' as the various girls' stories don't always run consecutively. So, it's possible (in some cases) to speed run through one girl's story, and get to places that you haven't yet reached with others, which could lock you out of some stories in a kind of 'soft lock' type situation if you remove a character before you've reached a point with others.

I'm aware as to why it was done in this manner, I'm just reporting a bug that all features and functionality aren't working as they're intended with this current release. These features I mentioned are now soft locked as you stated because you can progress to a point that isn't developed.

So even if we don't see the resolution of her story until 0.19, reporting it can let this feature be fixed in one of the pre-content bug fixes.
 

machcio

New Member
Jun 14, 2017
5
0
Is donating food just random quest loop over and over again, or do you get some special reward at some point?
 

Master2g

Newbie
Oct 31, 2021
40
19
Hello

I already get some plants from the garden then put new one to grow.
After that went to Ellen to requst the second garden update (greenhouse).
Then arround two day after I got this one morning.
I could ignore and continue until the update is done (5 days after).
I guess it is linked to the crop grow as I can't go to water them ?


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

While running game code:
  File "game/script.rpy", line 39540, in <module>
  File "game/scripts/Garden/Garden.rpy", line 574, in garden_daily_stuff
  File "game/scripts/Garden/GardenPlot.rpy", line 103, in plot_daily_stuff
  File "game/scripts/Garden/GardenCrop.rpy", line 24, in grow_crop
TypeError: 'NoneType' object has no attribute '__getitem__'

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

Full traceback:
  File "script.rpyc", line 19247, in script call
  File "script.rpyc", line 19488, in script call
  File "scripts/lobby_script.rpyc", line 186, in script call
  File "script.rpyc", line 14990, in script call
  File "script.rpyc", line 19488, in script call
  File "script.rpyc", line 19488, in script call
  File "script.rpyc", line 19488, in script call
  File "script.rpyc", line 19488, in script call
  File "script.rpyc", line 19488, in script call
  File "script.rpyc", line 19488, in script call
  File "script.rpyc", line 19488, in script call
  File "scripts/Garden/GardenScripts.rpyc", line 131, in script call
  File "scripts/Garden/GardenScripts.rpyc", line 151, in script call
  File "scripts/Garden/GardenScripts.rpyc", line 151, in script call
  File "scripts/Garden/GardenScripts.rpyc", line 151, in script call
  File "scripts/Garden/GardenScripts.rpyc", line 151, in script call
  File "scripts/Garden/GardenScripts.rpyc", line 151, in script call
  File "scripts/Garden/GardenScripts.rpyc", line 141, in script call
  File "scripts/Garden/GardenScripts.rpyc", line 151, in script call
  File "script.rpyc", line 19488, in script call
  File "scripts/Garden/GardenScripts.rpyc", line 131, in script call
  File "scripts/Garden/GardenScripts.rpyc", line 151, in script call
  File "scripts/Garden/GardenScripts.rpyc", line 151, in script call
  File "scripts/Garden/GardenScripts.rpyc", line 151, in script call
  File "scripts/lobby_script.rpyc", line 186, in script call
  File "script.rpyc", line 19488, in script call
  File "scripts/Garden/GardenScripts.rpyc", line 131, in script call
  File "scripts/Garden/GardenScripts.rpyc", line 151, in script call
  File "scripts/Garden/GardenScripts.rpyc", line 151, in script call
  File "scripts/Garden/GardenScripts.rpyc", line 151, in script call
  File "scripts/Garden/GardenScripts.rpyc", line 69, in script call
  File "script.rpyc", line 19488, in script call
  File "script.rpyc", line 19488, in script call
  File "script.rpyc", line 19247, in script call
  File "scripts/Garden/GardenScripts.rpyc", line 131, in script call
  File "scripts/Garden/GardenScripts.rpyc", line 151, in script call
  File "scripts/Garden/GardenScripts.rpyc", line 151, in script call
  File "scripts/Garden/GardenScripts.rpyc", line 151, in script call
  File "script.rpyc", line 19247, in script call
  File "scripts/ash_events.rpyc", line 6293, in script call
  File "script.rpyc", line 39540, in script
  File "renpy/ast.py", line 928, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2245, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/script.rpy", line 39540, in <module>
  File "game/scripts/Garden/Garden.rpy", line 574, in garden_daily_stuff
  File "game/scripts/Garden/GardenPlot.rpy", line 103, in plot_daily_stuff
  File "game/scripts/Garden/GardenCrop.rpy", line 24, in grow_crop
TypeError: 'NoneType' object has no attribute '__getitem__'

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Harem Hotel v0.18.0
Thu Sep  5 13:17:41 2024
 
4.70 star(s) 481 Votes