CREATE YOUR AI CUM SLUT ON CANDY.AI TRY FOR FREE
x

Allmoido

New Member
Jul 26, 2018
12
24
I haven't played in probably almost a year now, how much new content have we had through 2024 or late 2023?

is it worth replaying now or just coming back to it again next year :LOL:
About 20 minutes or so. It'll be worth replaying in a few years.
 

BarkMan

New Member
Jul 15, 2024
6
14
Sleep alone too.
I'm not saying that all of these cause issues independently or in concert, but it'll solve your problem for sure :p
I was sleeping alone, and there were no events, other than the completion of the upgrade.

The problem seems to be a missing null check on line 88 of GardenPlot.rpy.

I changed this
Code:
if not plot['crop'].get('perennial') or remove_perennial:
to this
Code:
if (not plot['crop'] is None and not plot['crop'].get('perennial')) or remove_perennial:
to eliminate the error.

If anyone else gets this error and would like to avoid it, unzip the attached file and drop the "game" folder into your HaremHotel folder. If you do, you'll probably want to delete GardenPlot.rpy before you install any future game updates.
 

keksaurus

New Member
Jun 10, 2020
2
1
The game is very good so far, my only gripes are how many clicks it takes to get to the garden and how slow it is to grind for the lustful trait. Can't wait to see what's in the next update!
 
  • Like
Reactions: jarsc

Engulfed

New Member
Sep 7, 2024
12
32
For anyone using the Walkthrough mod who wants Quicksave and Quickload to come back:

1) Go to the game/mod folder and open the file Lain_Overrides.rpy in notepad or some other text editor. For safety you can make a copy of this file first and put it somewhere outside the game folders (like your downloads or desktop) as a backup. Don't save the copy in the mod folder or it'll cause issues.

2) In notepad search for the word "save". It'll take you to this section

pre-edit.png

3) Between the "Save" and "Prefs" lines insert the below lines. Make sure the new lines have the same spaces at the front so they line up with the others

textbutton _("Q.Save") action QuickSave()
textbutton _("Q.Load") action QuickLoad()


4) It should now look like this

post edit.png

5) Save and exit the file.

You should see Q.Save and Q.Load back in the quick menu.

Screenshot 2024-11-13 133843.png
 
Last edited:

nofear4095

New Member
Jan 22, 2022
7
2
Could anyone give me a the save game data from 18.0? For some reason all of the save game data doesn't load. I'm using joiplay for android.
 

Slavytuch

New Member
Apr 18, 2020
8
5
It seems that girls that a I can sleep with have gone reset after update - only Lin and Android available. Does anyone have that issue?
 

DigDug69

Engaged Member
Jun 29, 2019
2,396
4,844
For anyone using the Walkthrough mod who wants Quicksave and Quickload to come back:

1) Go to the game/mod folder and open the file Lain_Overrides.rpy in notepad or some other text editor. For safety you can make a copy of this file first and put it somewhere outside the game folders (like your downloads or desktop) as a backup. Don't save the copy in the mod folder or it'll cause issues.

2) In notepad search for the word "save". It'll take you to this section

View attachment 4227803

3) Between the "Save" and "Prefs" lines insert the below lines. Make sure the new lines have the same spaces at the front so they line up with the others

textbutton _("Q.Save") action QuickSave()
textbutton _("Q.Load") action QuickLoad()


4) It should now look like this

View attachment 4227804

5) Save and exit the file.

You should see Q.Save and Q.Load back in the quick menu.

View attachment 4227784
Hopefully the reason that it was disabled had nothing to do with what Lain had to do fix the save file issue.
So that save files made when using the mod would no longer brick the game without the mod installed.
People trying to play newer releases, with save files created with the mod installed, would cause the game to crash 100% of the time.
Any time that people tried to play using those save files, without the mod installed in future releases of the game, it would crash, and people would be forced to look for older save files that were not made with the mod installed.
 
  • Thinking Face
Reactions: TheDevian

Engulfed

New Member
Sep 7, 2024
12
32
Hopefully the reason that it was disabled had nothing to do with what Lain had to do fix the save file issue.
So that save files made when using the mod would no longer brick the game without the mod installed.
People trying to play newer releases, with save files created with the mod installed, would cause the game to crash 100% of the time.
Any time that people tried to play using those save files, without the mod installed in future releases of the game, it would crash, and people would be forced to look for older save files that were not made with the mod installed.
From what I've seen that's a fairly common issue with many mods. They might change variables or the persistent file, which messes with saves. I don't think quicksaves/loads themselves would cause game crashes. But you never know.

If you add a mod to a game then you should probably assume your saves won't be compatible with an unmodded version. A lot of mods warn about that. Having said that, if you're worried about incompatibility then maybe always use manual saves as your primary save. I mostly use quicksave just to savescum for better bar income.
 
Last edited:

DigDug69

Engaged Member
Jun 29, 2019
2,396
4,844
From what I've seen that's a fairly common issue with many mods. They might change variables or the persistent file, which messes with saves. I don't think quicksaves/loads themselves would cause game crashes. But you never know.

If you add a mod to a game then you should probably assume your saves won't be compatible with an unmodded version. A lot of mods warn about that. Having said that, if you're worried about incompatibility then maybe always use manual saves as your primary save. I mostly use quicksave just to savescum for better bar income.
The problem in this case caused a lot of people serious problems.
Due to Lain being unable to update the mod for months on more than one occasion, and it resulted in a lot of people who would have to replay content from past versions, and some times start completely over again.
And they were all posting complaints here, assuming that the problem was caused by Runey's work, when in reality, it was because they had used the mod.

Runey has flat out said that he can't help anyone who has installed the mod.
 
Last edited:

Engulfed

New Member
Sep 7, 2024
12
32
The problem in this case caused a lot of people serious problems.
Due to Lain being unable to update the mod for months on more than one occasion, and it resulted in a lot of people who would have to replay content from past versions, and some times start completely over again.
And they were all posting complaints here, assuming that the problem was caused by Runey's work, when in reality, it was because they had used the mod.

Runey has flat out said that he can't help anyone who has installed the mod.
Yeah, that's the risk we take using mods. Be nice if more devs built walkthroughs into their own games, like some already do.
 
4.70 star(s) 470 Votes