ratpack2000

New Member
Feb 1, 2021
12
21
126
Then you will need to load a save from before you started playing the beta version.
Took me a bit to get this working but for anyone else having the issue with the gardening due to playing the beta.
If you enable and open the console and enter the below command (Include the dollar sign - it is important):

$ GARDEN = create_garden()

That should initialise the missing objects and hopefully save you from having to replay old content
 

TheDevian

Svengali Productions
Game Developer
Mar 8, 2018
15,812
37,471
1,031
Took me a bit to get this working but for anyone else having the issue with the gardening due to playing the beta.
If you enable and open the console and enter the below command (Include the dollar sign - it is important):

$ GARDEN = create_garden()

That should initialise the missing objects and hopefully save you from having to replay old content
You will probably still have issues, you are better off not using a buggy save.
 
  • Like
Reactions: DigDug69

DigDug69

Engaged Member
Jun 29, 2019
2,766
5,542
712
You will probably still have issues, you are better off not using a buggy save.
Took me a bit to get this working but for anyone else having the issue with the gardening due to playing the beta.
If you enable and open the console and enter the below command (Include the dollar sign - it is important):

$ GARDEN = create_garden()

That should initialise the missing objects and hopefully save you from having to replay old content
Very true TheDevian, because the game has a ways to go yet, and those beta saves can still cause problems with other events in future releases.
The best thing to do is to download one of the save files that were posted in the last week or so, and use one of them.
 
  • Like
Reactions: TheDevian

Bahbuygg

Member
Dec 21, 2022
114
30
127
Why don't you have story about this durn character, he's like been important part of the story, you can make his master a side character like lucia and hana (im sure his master is girl) and after you get to know her, you'll get to know durn as well,

And maybe at some point during their conversation, either MC or durn gonna mention about ren (ashley slave), and you can include this gang character the one you got quest to deliver his package

Make something like this, this gang have illegal slave they sell, and durn is from them, and this is where durn got to meet ren (ashley slave), make something like maybe after sometime ren working for
The goverment, she remember about ashley and abandon her duty, and after wondering around on the street, she got captured by the gang, and you can buy her as a side character, and this is where the choice to deliver the package to the gang or report it to the police become important,

Like if you deliver the package, you'll get discount for ren, or if you report the package to the police. The gang member gonna ask you another favor for them,

well thats about it, im just giving you a suggestion, is up to you, want to use it or not
 

TheDevian

Svengali Productions
Game Developer
Mar 8, 2018
15,812
37,471
1,031
for me, it's a disapointed update. 13gb data but the new events for the girls is awful, no new sex scenes, waiting for so long but i hope the next update is more worthy to wait
Not sure what you mean, I am in my first scene, and it's a new sex scene.
 

nuqqur

Member
Donor
May 8, 2018
163
198
231
I have an outfit (specifically Maria's Bartender outfit) stuck in limbo where it says "You just bought this" every day but it has never arrived via mail.

Any way to fix this?
 

shadowtempered

Well-Known Member
Aug 22, 2020
1,014
1,983
328
I have an outfit (specifically Maria's Bartender outfit) stuck in limbo where it says "You just bought this" every day but it has never arrived via mail.

Any way to fix this?
This sounds like a previous error where you bought the outfit to soon, before she actually requested it. If so, you'll have to do her events until she actually requests it, then it should stop doing that.
 

morgan101

New Member
May 1, 2019
3
0
156
wont even load just getting this exception

I'm sorry, but an uncaught exception occurred.

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 12 15:59:18 2024
 

Buletti

Engaged Member
Nov 7, 2023
2,058
3,485
349
wont even load just getting this exception

I'm sorry, but an uncaught exception occurred.

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 12 15:59:18 2024
Did you start s new game or is this a save you made with the Beta v17?

Cheers!
 
  • Like
Reactions: c3p0 and TheDevian

TheDevian

Svengali Productions
Game Developer
Mar 8, 2018
15,812
37,471
1,031
wont even load just getting this exception

I'm sorry, but an uncaught exception occurred.

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 12 15:59:18 2024
Yeah, it looks like you were playing a save made in the 18beta, you will need to load a save from before you played that.
 
4.60 star(s) 500 Votes