Create and Fuck your AI Slut -70% OFF
x

j766

Newbie
May 15, 2017
85
58
240
No I didn't. I think its a bug that won't be figured out until public release. I asked for help with it on their Discord (as someone here recommended) and was told not to ask about anything that's in beta
I see. Isn't it out of beta now though? I specifically waited for the version to be 0.19 in the hopes that the bugs would be fixed. I guess in the future I should just wait even longer.
 

torresm

Well-Known Member
Apr 5, 2020
1,155
2,536
386
Sharing this creation of mine. I've had this idea for a mod ever since GodOfMercy planted it in my head, and I finally decided to work on it.


Outfit Randomizer Mod v1
for Harem Hotel v0.19

Description: enable the main girls to automatically change outfits every day.
Language: English
Installation: Extract the file(s) into your game's main folder

How to use:
You don't have permission to view the spoiler content. Log in or register now.

Download: Mega
For Walkthrough Mod users: Mega
Mod updated for v0.19
 

wewladdy

Newbie
Aug 5, 2016
45
66
252
I just got the label to jump to for Nia's last love event, in console just put jump love_nia_7
I couldnt find this being triggered anywhere though i didnt look too hard.
 
  • Heart
Reactions: WechaMings

Dynamiteside

New Member
Oct 25, 2019
2
0
131
Since i was wondering about the Kate 9/10 stuff i went and save edited it to 10/10 just to test and it does in fact unlock the Hot springs interaction with her for anyone wondering. No clue how to get it legitimately though ¯\_(ツ)_/¯
 

torresm

Well-Known Member
Apr 5, 2020
1,155
2,536
386
I just got the label to jump to for Nia's last love event, in console just put jump love_nia_7
I couldnt find this being triggered anywhere though i didnt look too hard.
And is your Nia on the love route? I'm trying to find out why so many people are unable to trigger the event normally.
 

wewladdy

Newbie
Aug 5, 2016
45
66
252
And is your Nia on the love route? I'm trying to find out why so many people are unable to trigger the event normally.
yes I even started a new game with this update. But i decided to look at the script and it may be going down a wrong if/else path somewhere here (should be hitting that bottom one), idk not really a dev myself. I also included a screenshot of the variables it checks, seems to line up with what should trigger. I tried with both nia at Spa and not at Spa

Code:
if (hasnia and not niaisatspa) and (hassylvia and not sylisatspa):
        if niapoint == 0:
            scene elftownsylnia
        if niapoint == 1 and time_of_day != 3:
            scene elfsylniap2
        if niapoint == 1 and time_of_day == 3 and hassylvia == True:
            scene elftownsyl
        if niapoint == 1 and time_of_day == 3 and hassylvia == False:
            scene elvesliving
        if niapoint == 2:
            scene elfsylniap3
    elif hasnia and not niaisatspa:
        if niapoint == 0:
            scene elftownnia
        if niapoint == 1 and time_of_day != 3:
            scene elfniap2
        if niapoint == 1 and time_of_day == 3 and hassylvia == True:
            if not sylisatspa:
                scene elftownsyl
            if sylisatspa:
                scene elvesliving
        if niapoint == 1 and time_of_day == 3 and hassylvia == False:
            scene elvesliving
        if niapoint == 2:
            scene elfniap3
    elif hassylvia and not sylisatspa:
        scene elftownsyl
    else:
        scene elvesliving
    if nia_friendship == 9 and not niablow and nian.no_delay:
        show elftowncover
        $nia_out = True
    with fade
    if nia_friendship == 5 and not niablow and not niaaftertalk and not niaisatspa:
        $niaaftertalk = True
        nia "Hey [name]... I got 20 of those elves to the HHA, they're all looking for happier homes now."
        nia "Thank you..."
    if nia_friendship == 9 and not niablow and nian.no_delay:

        c "Hm, Nia is missing..."
        menu:
            "* I wonder where she is? *":
                jump love_nia_7
            "Ignore":
                c "She's probably fine."
    call screen elves

1757458477528.png
 
Last edited:
  • Like
Reactions: torresm

torresm

Well-Known Member
Apr 5, 2020
1,155
2,536
386
yes I even started a new game with this update. But i decided to look at the script and it may be going down a wrong if/else path somewhere here (should be hitting that bottom one), idk not really a dev myself. I also included a screenshot of the variables it checks, seems to line up with what should trigger. I tried with both nia at Spa and not at Spa

Code:
if (hasnia and not niaisatspa) and (hassylvia and not sylisatspa):
        if niapoint == 0:
            scene elftownsylnia
        if niapoint == 1 and time_of_day != 3:
            scene elfsylniap2
        if niapoint == 1 and time_of_day == 3 and hassylvia == True:
            scene elftownsyl
        if niapoint == 1 and time_of_day == 3 and hassylvia == False:
            scene elvesliving
        if niapoint == 2:
            scene elfsylniap3
    elif hasnia and not niaisatspa:
        if niapoint == 0:
            scene elftownnia
        if niapoint == 1 and time_of_day != 3:
            scene elfniap2
        if niapoint == 1 and time_of_day == 3 and hassylvia == True:
            if not sylisatspa:
                scene elftownsyl
            if sylisatspa:
                scene elvesliving
        if niapoint == 1 and time_of_day == 3 and hassylvia == False:
            scene elvesliving
        if niapoint == 2:
            scene elfniap3
    elif hassylvia and not sylisatspa:
        scene elftownsyl
    else:
        scene elvesliving
    if nia_friendship == 9 and not niablow and nian.no_delay:
        show elftowncover
        $nia_out = True
    with fade
    if nia_friendship == 5 and not niablow and not niaaftertalk and not niaisatspa:
        $niaaftertalk = True
        nia "Hey [name]... I got 20 of those elves to the HHA, they're all looking for happier homes now."
        nia "Thank you..."
    if nia_friendship == 9 and not niablow and nian.no_delay:

        c "Hm, Nia is missing..."
        menu:
            "* I wonder where she is? *":
                jump love_nia_7
            "Ignore":
                c "She's probably fine."
    call screen elves

View attachment 5234146
Yeah, there shouldn't be anything in that bit of code stopping the game from reaching the last if statement, which is why this is puzzling me. I noticed earlier today that the slave route also shows "9/10" on the menu even though there's no new event for it, and thought that all the bug reports were due to that, but with your report now I'm back to square one. :HideThePain:
This is made worse by the fact that I can't replicate the issue on my end at all. Even tried copying your set of vars, and it still triggers just fine...

I might just ask someone for a save file.
 

shadowtempered

Well-Known Member
Aug 22, 2020
1,014
1,983
328
Yeah, there shouldn't be anything in that bit of code stopping the game from reaching the last if statement, which is why this is puzzling me. I noticed earlier today that the slave route also shows "9/10" on the menu even though there's no new event for it, and thought that all the bug reports were due to that, but with your report now I'm back to square one. :HideThePain:
This is made worse by the fact that I can't replicate the issue on my end at all. Even tried copying your set of vars, and it still triggers just fine...

I might just ask someone for a save file.
I was going to say, that if there's nothing wrong with this code that would imply one of the previous variables isn't being set for this check to happen correctly, but the event is triggering just fine for you? Wouldn't that suggest an environmental difference? Mod / no mod. Beta / no beta. That kind of thing?

Everyone yelling about bugs has me waiting for a .1 release, so I can't look at things from my end :/
 
  • Like
Reactions: torresm

swagstiak

Newbie
Nov 25, 2022
47
11
108
i cant get moon's level 2 event to trigger, i have bought the barmaid outfit i (think) i gave it to maria (i dont have the option to give it to her and a cant buy it so i figure it must have been done) and i go on weekday evenings and nothing happens.
 

ThanhLong32

Newbie
Jun 30, 2018
67
10
136
Hi Runey, if you can, please add the pregnancy system because I have played your game for over 10 years now, and I love your work very much. I would like to see the MC and the girls he loves can have children run around the hotel alongside everyone
 

wsrvnar

Newbie
Jul 15, 2020
67
89
101
i cant get moon's level 2 event to trigger, i have bought the barmaid outfit i (think) i gave it to maria (i dont have the option to give it to her and a cant buy it so i figure it must have been done) and i go on weekday evenings and nothing happens.
Did you ask barterder for a drink?
 

DigDug69

Engaged Member
Jun 29, 2019
2,765
5,539
712
Hi Runey, if you can, please add the pregnancy system because I have played your game for over 10 years now, and I love your work very much. I would like to see the MC and the girls he loves can have children run around the hotel alongside everyone
Pregnancy will likely come at the very end of the game, which still has a few releases yet to go.
 

DaManB

Newbie
Dec 22, 2022
16
13
38
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
SyntaxError: invalid syntax (script.rpy, line 16462)

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

Full traceback:
  File "script.rpyc", line 21259, in script call
  File "script.rpyc", line 16462, in script
  File "renpy/ast.py", line 1898, in execute
    if renpy.python.py_eval(condition):
  File "renpy/python.py", line 2274, in py_eval
    code = py_compile(code, 'eval')
  File "renpy/python.py", line 835, in py_compile
    raise e
SyntaxError: invalid syntax (script.rpy, line 16462)

Windows-10-10.0.26100
Ren'Py 7.4.11.2266
Harem Hotel v0.19
Wed Sep 10 23:55:24 2025
it seems like i got an error when i wanted to go to the beach in the early game
 

DigDug69

Engaged Member
Jun 29, 2019
2,765
5,539
712
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
SyntaxError: invalid syntax (script.rpy, line 16462)

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

Full traceback:
  File "script.rpyc", line 21259, in script call
  File "script.rpyc", line 16462, in script
  File "renpy/ast.py", line 1898, in execute
    if renpy.python.py_eval(condition):
  File "renpy/python.py", line 2274, in py_eval
    code = py_compile(code, 'eval')
  File "renpy/python.py", line 835, in py_compile
    raise e
SyntaxError: invalid syntax (script.rpy, line 16462)

Windows-10-10.0.26100
Ren'Py 7.4.11.2266
Harem Hotel v0.19
Wed Sep 10 23:55:24 2025
it seems like i got an error when i wanted to go to the beach in the early game
That bug has been reported many times and will likely be fixed soon in 19.1 or worse case 19.2 when Runey releases a new update with bug fixes.
 
  • Like
Reactions: Fauno36
4.60 star(s) 498 Votes