Comments

Log in with itch.io to leave a comment.

Viewing most recent comments 37 to 62 of 5,620 · Next page · Last page
(-1)

New Patch - Download

(1 edit) (+1)

i would love to see a race of mer-people, maybe one lives in the back hot springs


Since the prompt says that that things will go back to before this event (something like that) after finishing Lin's and Felicity/Emma's most recent events, will those events trigger again in v0.19 if I save right after that?

(+1)

Developer has promised game can be continued from old save after updating, so I would assume it works OK.

I do not understand what you mean by triggering again. That might not happen.

is this game finished or still updating?

(+1)

It's still updating.

I think every game on itch has a section called: more information -> Status: In development (in this case) If you see "released", then it is finished. the section it's above the download button.

Also, you can check Patreon. They've got the v0.19 Beta Build 4, 6 hours ago. That's a way to check if a project is still updating.

(1 edit)

if you go to the discord he gives updates on what he is working on or previews before here and when the free version is released to public

thank you

I think it's like a third done according to the guy, and the updates are infrequent but large.

(1 edit)

I have a copy of a ported android version that is 1.90GB and works. Can this be worked on to reach 0.19?

SPOILER



so im stuck how do i progress Maria's story after she is took do I have to upgrade something or raise someones relationship? also whats the best way to get money tryna save to buy slyvia

(4 edits) (-2)

You do not say what relationship level Maria is at, so I’m not sure what point in story you are now. But here goes:

I have to upgrade something or raise someones relationship?

Spoiler You must buy Sylvia. Restaurant makes good money. Work for money like Ellen suggests: do delivery jobs at Bernie's, sell photos of girls, sell garden produce in the park.

You can read some tips in the
FAQ page in the Wiki

my relationship level with her is at 31 she just got took for being exposed as a half elf but its been like 20 days maybe more and i dont know how to get her back

(-1)

i dont know how to get her back

According to Wiki, you must buy Silvia and have the Android available.

alright thanks im saving up rn do you know the best ways to get money fast

(1 edit) (-1)

Click the “Spoiler” text on my first reply to you.

Try hanging out with Kali, her dad might invest in your business.

目前支持几种语言

(-2)

You can see supported languages above on this page in the “More Information” -infobox.

Hi, I keep running into this issue and was wondering how do i fix it  

(-2)

What is happening in game when that happens? Are you trying to rollback too much?

The screenshot does not show the rest of the error message lines.

Please cut and paste the complete text or provide another screenshot of rest of the error text.

Have you modified game code or installed modifications?

[code]

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "renpy/common/00action_file.rpy", line 462, in __call__

    renpy.load(fn)

Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

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

Full traceback:

  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script

    python hide:

  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 "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>

    python hide:

  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide

    ui.interact()

  File "renpy/ui.py", line 298, in interact

    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)

  File "renpy/display/core.py", line 3325, in interact

    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)

  File "renpy/display/core.py", line 4160, in interact_core

    rv = root_widget.event(ev, x, y, 0)

  File "renpy/display/layout.py", line 1102, in event

    rv = i.event(ev, x - xo, y - yo, cst)

  File "renpy/display/transition.py", line 48, in event

    return self.new_widget.event(ev, x, y, st) # E1101

  File "renpy/display/layout.py", line 1102, in event

    rv = i.event(ev, x - xo, y - yo, cst)

  File "renpy/display/layout.py", line 1102, in event

    rv = i.event(ev, x - xo, y - yo, cst)

  File "renpy/display/screen.py", line 727, in event

    rv = self.child.event(ev, x, y, st)

  File "renpy/display/layout.py", line 1102, in event

    rv = i.event(ev, x - xo, y - yo, cst)

  File "renpy/display/layout.py", line 1323, in event

    rv = super(Window, self).event(ev, x, y, st)

  File "renpy/display/layout.py", line 273, in event

    rv = d.event(ev, x - xo, y - yo, st)

  File "renpy/display/layout.py", line 1102, in event

    rv = i.event(ev, x - xo, y - yo, cst)

  File "renpy/display/layout.py", line 1323, in event

    rv = super(Window, self).event(ev, x, y, st)

  File "renpy/display/layout.py", line 273, in event

    rv = d.event(ev, x - xo, y - yo, st)

  File "renpy/display/layout.py", line 1102, in event

    rv = i.event(ev, x - xo, y - yo, cst)

  File "renpy/display/layout.py", line 273, in event

    rv = d.event(ev, x - xo, y - yo, st)

  File "renpy/display/viewport.py", line 299, in event

    rv = super(Viewport, self).event(ev, x, y, st)

  File "renpy/display/layout.py", line 273, in event

    rv = d.event(ev, x - xo, y - yo, st)

  File "renpy/display/behavior.py", line 983, in event

    return handle_click(self.clicked)

  File "renpy/display/behavior.py", line 918, in handle_click

    rv = run(action)

  File "renpy/display/behavior.py", line 330, in run

    return action(*args, **kwargs)

  File "renpy/common/00action_file.rpy", line 462, in __call__

    renpy.load(fn)

  File "renpy/loadsave.py", line 771, in load

    log.unfreeze(roots, label="_after_load")

  File "renpy/python.py", line 2200, in unfreeze

    self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)

  File "renpy/python.py", line 2014, in rollback

    self.load_failed()

  File "renpy/python.py", line 1932, in load_failed

    raise Exception("Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?")

Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

Windows-10-10.0.26100

Ren'Py 7.4.11.2266

Harem Hotel v0.18.2

Fri Jul 11 17:06:14 2025

[/code]

all i did was reinstall the game and load a old save

(-1)

Is that old save from beta test version of the game? If not, what version is it from?

idk what save it is, is there a way to check?

(-1)

idk what save it is,

Did you ever play betatest version of the game?

I feel I am stuck in a bug in Kali's story. I had the encounter where she announces that she has been accepted into college (the 3 part 30th event). According to the wiki, I should be able to talk to her at the door to continue. However it has been more than 20 game days and the "Talk" option still does not appear. The exclamation mark shows next to her profile, but nothing else happens. Should I wait more, or try to roll back to before the original event?

(-1)

Is Lucy level at least 4?

I doubt there is such bug in version 0.18. If you are playing 0.19 then there could well be.

(+1)

If Kali's level is 30, and you've already completed the 3rd part, you only need to wake up in the morning to get the event. (Leveling Lucy isn't a requirement for any of her events)

So I'm not quite sure why you're experiencing this bug. If you would like, you can upload your save into the #help channel on discord. Someone will take a look at it and most likely fix it.

I downloaded the game from the link provided for my current PC. But it wouldn't run. It gave me a warning that the game files were compressed incorrectly. I didn't receive this error when I downloaded the previous version. But now it doesn't work. I've downloaded it several times and get the same error. You should check the compression files you created for the computer that owns the game. Thank you.



(2 edits)

This is not an issue on my end. "Files were compressed incorrectly." Is not an error on any computer's operating system that I'm aware of, so I'm not sure how to help.

Hello RUNEYGames and Taleman! 

Hello, I tried again for the third time and this time it was able to open the game. But the compressed files are still faulty..! Taleman, I understand that you want to help. But you can't lie to people and say that I downloaded it and there is no problem..! My computer is worth approximately 2,470.94 US dollars. I built it by collecting all the parts myself. I have 250 GB of free space.. I download a lot of games and it is rare that games give such errors. This can also happen completely during the compression of the files. Anyway, it doesn't matter, thanks for your interest. Now it opens the game, but I can't change the language setting. I can't set the language to Turkish because the option is disabled, and it is not possible to select it...!



(-1)

But the compressed files are still faulty..!

How can the file be faulty if you successfully extracted the game and game works?

If it is faulty, what is the error message?

But you can’t lie to people and say that I downloaded it and there is no problem..!

I did not tell a lie. I really did download the file and unzipped it succesfully. Thousands of other players have downloaded the zip file and unzipped it, so how could it be broken?

but I can’t change the language setting. I can’t set the language to Turkish because the option is disabled, and it is not possible to select it…!

That is explained in the FAQ page in the Wiki

If you get such unexpected errors on your computer, try running a memory test program. Let it run a few hours.

Runey is the dev, not Taleman, but Taleman is very active in the comments.

(-1)

I downloaded the game from the link provided

Which link is that?

Verify there is more than 12 GB free space on the device and directory where you download to.

Did the download complete successfully?

What exactly is the error message when trying to unzip the downloaded file?

I just tried downloading from the “Harem Hotel v0.18.2 PC/Android” -link. Downloaded OK and command unzip -t harem-hotel-win.zip shows

No errors detected in compressed data of harem-hotel-win.zip.

Thank you for testing!

(+1)(-3)
Has version 0.19 been released? If anyone has any information, can they please let me know? There seems to be an update a few days ago. But I don't know if it was released publicly :/



(-1)

Has version 0.19 been released?

It has not.

You can see the current released version above on this webpage.

There is also FAQ page in the Wiki

If there was an update a few days ago, that's news to me.

You can check anywhere official (Patreon, discord, twitter) to see if an update has released.

Okey Thanks.

Ive really enjoyed this game so far, and I love how the story has developed  this is definitely one of my favourite games. But I was wondering if you could add the option to change paths with Nia before you go too far into her story?

(+2)

Here's a tip I once got and have been using since:
Save the game to a different save slot for each MAJOR(or minor) choice.
No it doesn't save your story as you progress further BUT, you can always come back to enjoy different paths or anything else the game has to offer for that matter. :)

There's a mod for exactly that on f95zone,  if you can be bothered.

i finished 0.19 does that mean when 0.20 comes out ima have to restart the whole game?

(+1)(-1)

Version 0.19 has not been released yet.

when 0.20 comes out ima have to restart the whole game?

When you download the next version, it is your choice whether to continue where you left the previous version or to start a new game from the beginning.

When 0.18 was released, developer suggested to start a new game since there was new content in the beginning of the game.

You will always be able to continue your saves after downloading a new version

When will version 19 be released?

(-4)

You can read about that in the FAQ page in the Wiki.

Wiki

I'd like to report an audio bug. I got the synthwave soundtrack and load a game. When the whole soundtrack loops (sometimes happen after a day) the soundtrack starts from the beginning but the volume gets higher. It can loop like that more than once and makes the volume very high

(+1)

Are you saying that every time the music loops, it gets louder? Or just once?

Deleted 15 days ago
(+1)

Go through the garden and click on the gate to enter the farmable area. Upgrade it, and Jin's story will continue.

(1 edit)

Thanks!! I have also checked the wiki and remind myself of new contents.  Although I deleted the comment by mistake 😲

“HOW TO PLAY ON ANDROID”Where does the fifth item in the content operate?

(-1)

It is meant to be done on the Android device.

There are Youtube videos on how to install RenPy games on Android with Joiplay.

(-2)

I am a China player, I can't use Youtube

How to play Android? I downloaded joiplay, but I couldn't find the game's files 

(+1)

Did you read the text under the giant "HOW TO PLAY ON ANDROID" image of this page?

Hola! Te amo, Gracias por tan buen juego! 

I have tried joining your discord server by it say that your invite link is invalid, please update.

My main problem is that I keep getting this error:

"While running game code: IOError: Couldn't find file 'Lovin_Ladies.mp4'."

Honestly, I can't download the 12 GB zip file again because my Android device doesn't have enough storage. Please help me find a solution that avoids having to redownload the zip file.

(+1)

The link is working. Do you have NSFW content enabled on discord?

But I can help you here. That error says you're missing a music file. Did you skip a patch? Did you use a patch at all, or download fresh?

The solution is to do a fresh reinstall of all the files. But I would like those details to determine what caused the issue.

The issue on Discord was on my end—sorry for the trouble.

Regarding the error, it was caused by a missing file. I believe I may have accidentally deleted it while clearing up storage. I’ve requested the file on Discord, and after placing it in the correct location, the error has been resolved.

One more thing: since this is a new account, this reply might be delayed due to moderator review. You may not see it right away.

Also, due to the same issue, duplicate versions of my previous comments might appear soon. Please don’t worry—I’ll delete them as soon as possible.

(+1)

Yeah, I noticed all your comments were being held for review, I had to approve them manually.

(-1)

Android device doesn’t have enough storage.

If the downloaded .zip is correct you do not need to download it again.

If there is not enough storage, maybe some files failed to be extracted and are now missing? When you start unzipping the 12 GB file, you must have more than 12 GB free space on the device and folder where you install the game.

Yes, that could also be a likely cause.

The android version may have new life to it.

My game isnt starting anymore, is there any way to repair it or reinstall it while keeping my savefile?

(+1)(-1)

What platform are you playing on?

What happens when you try to start? Any error message? Is there an error log file in the game directory?

There is FAQ page in the Wiki.

Im playing on Windows, when i start it through itch, it just says running and nothing ever happens, i couldnt find any error logs in the files either.

(1 edit) (+1)

You're starting the game through itch? Do you mean the download?

Well no i mean im playing the games through the itch app, so i start them in the app too every time

(+1)

when is the eta on pregnancy content? 

(-1)

when is the eta on pregnancy content?

When the game is finished. Probably several years until that point of time is reached.

This is explained in the FAQ page in the Wiki.

(1 edit) (+4)

I guess there is no Arabic for now , right 😕 ?

(+1)(-1)

You can see all supported languages in the “More Information” -info box above.

English is the original language. Translation work to additional languages is done by volunteers.

When will the new episode meet the audience? When is the public broadcast?

(-1)

What broadcast?

Maybe machine translation made your message difficult to understand.

There is FAQ page in the Wiki that deals with “when is next version published”, if that is what you wanted to know.

no date yet but the next release is soon i believe

How can I update the game without losing any progress?

(-1)

How can I update the game without losing any progress?

The FAQ page in the Wiki has some info on that.

If you want more help, tell on what platform you are playing the game and what version you have now and to what version you are going to update.

Hi! I ran into a bug which I was wondering if there was a solution for. After Android's 9th event (the one where Kali tries to fix her), i get an error every time I try to access "History". This seems to be permanent, i.e. History cannot be accessed from that point forward without producing an error. 

Is this a known bug? Is there a workaround? Thanks, and keep up the amazing work!

(+1)

Thank you :)

You know, I don't know what's up those buttons at the bottom of the dialogue. They're default with Renpy, and just seem to disappear after a while.

Viewing most recent comments 37 to 62 of 5,620 · Next page · Last page