BakaHu

Member
May 8, 2022
358
439
Don't know if its the walkthrough mod or if its the game but I'm getting


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

While running game code:
  File "game/scripts/kali_events.rpy", line 11720, in script
    call screen kaliroomout
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/scripts/screens.rpy", line 2729, in execute
  File "game/scripts/screens.rpy", line 2729, in execute
  File "game/scripts/screens.rpy", line 2730, in execute
  File "game/scripts/screens.rpy", line 2730, in keywords
  File "game/scripts/screens.rpy", line 2731, in keywords
  File "game/scripts/screens.rpy", line 2731, in keywords
  File "game/scripts/screens.rpy", line 2732, in keywords
  File "game/scripts/screens.rpy", line 2738, in keywords
  File "game/scripts/screens.rpy", line 2765, in keywords
  File "game/scripts/screens.rpy", line 2765, in <module>
NameError: name 'ho_kali_goth' is not defined

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

Full traceback:
  File "game/scripts/kali_events.rpy", line 11720, in script
    call screen kaliroomout
  File "renpy/ast.py", line 2015, in execute
    self.call("execute")
  File "renpy/ast.py", line 2003, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "renpy/statements.py", line 278, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "renpy/exports.py", line 3136, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  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 3737, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 436, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3737, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 447, in per_interact
    self.update()
  File "renpy/display/screen.py", line 637, in update
    self.screen.function(**self.scope)
  File "game/scripts/screens.rpy", line 2729, in execute
  File "game/scripts/screens.rpy", line 2729, in execute
  File "game/scripts/screens.rpy", line 2730, in execute
  File "game/scripts/screens.rpy", line 2730, in keywords
  File "game/scripts/screens.rpy", line 2731, in keywords
  File "game/scripts/screens.rpy", line 2731, in keywords
  File "game/scripts/screens.rpy", line 2732, in keywords
  File "game/scripts/screens.rpy", line 2738, in keywords
  File "game/scripts/screens.rpy", line 2765, in keywords
  File "game/scripts/screens.rpy", line 2765, in <module>
NameError: name 'ho_kali_goth' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Harem Hotel v0.16.1
Wed Dec  7 14:30:37 2022

Anything that I've done on my end that messed up?
If you want to use the 15.1v4 mod you gotta find version 15.1v4 of the game.

Mod is critical game files edited or modded,
if you replace the latest critical files with modded older files you no longer have the latest files you decapitated your 16.1.
 
  • Like
Reactions: TheDevian

ThaDude1977

Well-Known Member
Jul 5, 2022
1,213
2,382
It takes five seconds to search using using the keyword "update", which is less than the time used to ask other people to chew your food for you and you would have an immediate answer instead of waiting for said food to be chewed.
And the time it took you to be rude you could just answer the question.
 

Burgh917

Active Member
Dec 20, 2019
571
829
Don't know if its the walkthrough mod or if its the game but I'm getting


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

While running game code:
  File "game/scripts/kali_events.rpy", line 11720, in script
    call screen kaliroomout
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/scripts/screens.rpy", line 2729, in execute
  File "game/scripts/screens.rpy", line 2729, in execute
  File "game/scripts/screens.rpy", line 2730, in execute
  File "game/scripts/screens.rpy", line 2730, in keywords
  File "game/scripts/screens.rpy", line 2731, in keywords
  File "game/scripts/screens.rpy", line 2731, in keywords
  File "game/scripts/screens.rpy", line 2732, in keywords
  File "game/scripts/screens.rpy", line 2738, in keywords
  File "game/scripts/screens.rpy", line 2765, in keywords
  File "game/scripts/screens.rpy", line 2765, in <module>
NameError: name 'ho_kali_goth' is not defined

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

Full traceback:
  File "game/scripts/kali_events.rpy", line 11720, in script
    call screen kaliroomout
  File "renpy/ast.py", line 2015, in execute
    self.call("execute")
  File "renpy/ast.py", line 2003, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "renpy/statements.py", line 278, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "renpy/exports.py", line 3136, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  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 3737, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 436, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3737, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 447, in per_interact
    self.update()
  File "renpy/display/screen.py", line 637, in update
    self.screen.function(**self.scope)
  File "game/scripts/screens.rpy", line 2729, in execute
  File "game/scripts/screens.rpy", line 2729, in execute
  File "game/scripts/screens.rpy", line 2730, in execute
  File "game/scripts/screens.rpy", line 2730, in keywords
  File "game/scripts/screens.rpy", line 2731, in keywords
  File "game/scripts/screens.rpy", line 2731, in keywords
  File "game/scripts/screens.rpy", line 2732, in keywords
  File "game/scripts/screens.rpy", line 2738, in keywords
  File "game/scripts/screens.rpy", line 2765, in keywords
  File "game/scripts/screens.rpy", line 2765, in <module>
NameError: name 'ho_kali_goth' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Harem Hotel v0.16.1
Wed Dec  7 14:30:37 2022

Anything that I've done on my end that messed up?
Never use a mod from a different version, it rarely works out and can corrupt old saves in some cases.
 

DigDug69

Engaged Member
Jun 29, 2019
2,545
5,117
Have used mods that haven't been the latest and still worked somewhat, not game breaking, to this level though.
Runey changed/upgraded a lot of events earlier in the game that the old mod did not like.
The person who took over making the cheat mod had to go back and fix all of that stuff in the mod, so hang tight and wait for the upgraded mod to be released.
 

c3p0

Conversation Conqueror
Respected User
Nov 20, 2017
6,188
14,660
And the time it took you to be rude you could just answer the question.
Sure....
But they all must be masochist, cause:
  1. Nia
  2. 90% of the answer you get from this thread
  3. You know it is true yourself:p:devilish:
  4. If 1 to 3 are not true, then per define 1 to 3 are true
  5. NiaBonk.gif
  6. You can not not answer to this post.
 
Last edited:

Runey

Harem Hotel
Game Developer
May 17, 2018
3,965
20,015
Runey Been enjoying the new content so far, lots of stuff I didn't see yet alot in the early game as well. One very small inconsistency I found when Sylvia whos up the first time, it was also a new event for me because it was now outside.

The inconsistency comes when Lin and the player are back in the hotel and in Lin's room when Lin decided to dye her hair to look more like Sylvia. There is a small part in the dialogue where the player mentions something along the lines that Sylvia 'Barged into the hotel and said some nasty things' (Something alogn those lines can't fully remember them).

But Sylvia (atleast for me) didn't barge in the hotel, she was just outside while Lin was trimming the hedges.

So super small inconsistency but still wanted to point it out.

Other than that game is still great and can't wait to see what the future holds!
Hm, I thought I fixed that one already. Thanks for letting me know, I'll look for it.


Man, I am outraged. How has it been like two years since we were introduced to Autumn and we STILL haven't had sex with her?

How absolutely maddeningly slow-burn is that particular relationship going to be in the crazy fuck-fest harem romp of the rest of the game?
Harem Hotel is a game in development, and Autumn is religious. I know you already know this because you're a veteran here, but this is how it was meant to be. You're going to go through the poophole loophole and everything else that builds up to 4th base. In part, Autumn's story is about breaking tradition. And in a way she is tradition.

When Harem Hotel is finished you won't be thinking about how it took me two years to create 30 or so story events so it makes sense that you fuck Autumn. Instead you'll probably be thinking something like "This woman sure is prude, I can't wait to change that."
 

Bingoogus

Engaged Member
Sep 5, 2021
3,837
10,653
And the time it took you to be rude you could just answer the question.
Yeah and then you know what happens? 2 posts later someone comes in and asks the exact same question, then 3 posts later someone else does, then 2 posts later someone else does, then 4 posts later someone else does, then 8 posts later someone else does, then 3 posts later someone else does, then the very next post after that one someone else does because it never fucking ends because all of these people can't either scroll up and check the last 20 posts or use the fucking search bar, they can't even be fucked doing a ctrl+f search, so when a smarmy smartass like you come along, forgive us for not patting you on the back and thanking you for teaching us the error of our ways.
 

polycentric

Member
Donor
Mar 26, 2019
468
1,783
And the time it took you to be rude you could just answer the question.
What is more rude - asking people to do something they can and should do themselves, or people pointing that out? I know the vibe here is a little different from 99% of other online communities but elsewhere a mod would be pointing this out, not those of us that use our own time to find our own answers.

Because, make no mistake, the people that parachute into threads and ask questions that we answered just several posts before are basically saying "someone tell me what's going on, I'm too busy/important/bored to look". And that, to me and a lot of other people, is very rude.
 
Last edited:

KonfinedKnat

Member
Apr 1, 2022
315
691
What is more rude - asking people to do something they can and should do themselves, or people pointing that out? I know the vibe here is a little different from 99% of other online communities but elsewhere a mod would be pointing this out, not those of us that use our own time to find our own answers.

Because, make no mistake, the people that parachute into threads and ask questions that we answered just several posts before are basically saying "someone tell me what's going on, I'm to busy/important/bored to look". And that, to me and a lot of other people, is very rude.
Personally, I'm gonna go with them simply being lazy, and I don't feel like wasting my time feeling any sympathy towards them.:sneaky:
 

Runey

Harem Hotel
Game Developer
May 17, 2018
3,965
20,015
monk_56 Thanks for the detailed review!

That's a good point about Ellen telling you how to make money in the city. But speaking of which, I also planned to add another active and passive money making system in v0.16 but that got cut for time. It's a farmable garden with cash crops, stat crops, and lust crops that require maintenence like watering, fertilizing, and pest control. And you can eventually have Jin automatically handle that for you so it becomes passive income.

I just added a ton of outfits to the store in v0.16, but otherwise I am open to adding different kinds of store items. If you have any ideas let me know.
 

Evil13

Engaged Member
Jun 4, 2019
3,866
16,736
Hmm, suggestions for items you could buy?

- Maybe some butterfly vibrators for some of the ladies who work at the hotel, like Moon or Ellen. Might make for interesting scenes to see the MC messing with them as they try to work.
- Likewise, maybe some uniform options for them. I can imagine Ellen being a little uncomfortable wearing a skimpy vest and miniskirt but also secretly liking it.
- New clothes for the elves in the sanctuary dorm, maybe casual clothes, or ultra skimpy.
- Maybe a toy for Slave Sylvia, something for her new master to tease her with. Similarly for love route Sylvia, a toy to fulfil her needs and to let the MC join her in some fun (I'm almost seeing her sitting in front of the MC)
- Disguise kit for Nia, something to help blend in more where she needs to get to and the potential for some fun incognito.
 

monk_56

Active Member
Apr 26, 2021
681
2,856
monk_56 Thanks for the detailed review!

That's a good point about Ellen telling you how to make money in the city. But speaking of which, I also planned to add another active and passive money making system in v0.16 but that got cut for time. It's a farmable garden with cash crops, stat crops, and lust crops that require maintenance like watering, fertilizing, and pest control. And you can eventually have Jin automatically handle that for you so it becomes passive income.

I just added a ton of outfits to the store in v0.16, but otherwise I am open to adding different kinds of store items. If you have any ideas let me know.
New costumes are always great. There are a lot of really hot new ones since I last played the title. The goth ones are transcendentally hot.

Reflection on garden idea:
I love the concept of the garden. Especially since it could hypothetically result in wholesome, sweaty, kinky hard working ladies and I like content where the MC enables the LI to have the resources they need to help them grow as people.

Could raise chickens or sheep or something too (Emma did want to be a vet). Autumn and Hazel are farm-girls.
Hopefully we get some vine-woven costumes for the other girls once Lin has her garden :love:

Other potential monetary developments:
1) Investment in the city infrastructure. I could see very expensive projects for doing something like charity work in the slums via a restoration project, heavily investing in the church, or buying enough shares to be on the board of the Bun-Bun club, the bowling alley, or the clothing shop. There are a lot of ways you could go with the city building aspect if you wanted our Hero to become a little more like a Bruce Wayne in the late game. You'd need to narratively scaffold for it with investments that yielded dividends ect.

2) Helping get elves in poor situations off the streets. There were a lot of pitiable elvish characters in the new slums/other city section and I really wanted to rescue them all. They don't even need scene content. I just wanna give them a safe home on the property where they can be free and grow as people. The price for all 3 elves at the beach auction was (1130 + whatever the markup on the dark elf was.). That is basically the same price as a piece of clothing per soul in game terms. Must. Proteccc.

3) Enabling the girls economically by paying for things like their educations., buying them transport or other ways of investing in them as people.
 

Oldtoothlessbasterd

Active Member
Jan 7, 2019
502
1,237
Hmmm monk_56 That gave me an interesting Image in my head for a scene.

Runey Game Idea???.
Autumn taking an interest in Lins Elfish heritage and wanting to know more about elves,
Decides to go to the source and ask Lin more about her people.
This happens on a Wednesday so she finds her making her Vine outfit maybe with Jin or one of the sanctuary elves.
A shocked Autumn complains the outfit they are making is to revealing, and asks why they would make such a thing!.
Lin then starts to explain the meaning behind the outfit, While giving Autumn Some vines of her own.
Autumn while listening to Lin, Starts following Lins hand movements with her own and unconsciously starts making her own Vine outfit. (Idle hands are the devils playground.)
At the end of the scene Autumn is shocked to discover she has made her own Vine outfit, (Now usable in some Scenes)
Lin uses this to convince Autumn that subconsciously she is thinking of procreation with a special someone and may be ready for it.
Now this could be used one of two possible ways here.
1. Lin convinces Autumn to wear the outfit and give the black flower to the MC as Lin did in an earlier scene.
This could open up a repeatable scene with Autumn able to wear the vine outfit adding to exhibition and maybe some sluttyness if taken further.
(If taken further) Autumn notices MC has a raging boner and is convinced by Lin or another Elf in the scene to relieve the Mc's problem (its your fault hes hard), almost anything could be used here for the repeatable scene.
My favorite would be an anal scene, Autumn decides she is thinking about it but is unconvinced she is ready for it yet, Lin and Jin convince her to got the poophole loophole Route.
Or
2. Lin convinces Autumn she is already thinking about procreation and is ready for it with the right some one,
With a little more convincing from maybe Jin or a sanctuary Elf Like Nia, they give Autumn the final Nudge to have her cherry popped by the MC while wearing the Vine outfit.
Would be an interesting way to get Autumn into a Vine outfit.:devilish:
 
May 3, 2018
102
61
Hm, I thought I fixed that one already. Thanks for letting me know, I'll look for it.




Harem Hotel is a game in development, and Autumn is religious. I know you already know this because you're a veteran here, but this is how it was meant to be. You're going to go through the poophole loophole and everything else that builds up to 4th base. In part, Autumn's story is about breaking tradition. And in a way she is tradition.

When Harem Hotel is finished you won't be thinking about how it took me two years to create 30 or so story events so it makes sense that you fuck Autumn. Instead you'll probably be thinking something like "This woman sure is prude, I can't wait to change that."
I love Anal
 
  • Haha
Reactions: TheDevian

DigDug69

Engaged Member
Jun 29, 2019
2,545
5,117
Hmmm monk_56 That gave me an interesting Image in my head for a scene.

Runey Game Idea???.
Autumn taking an interest in Lins Elfish heritage and wanting to know more about elves,
Decides to go to the source and ask Lin more about her people.
This happens on a Wednesday so she finds her making her Vine outfit maybe with Jin or one of the sanctuary elves.
A shocked Autumn complains the outfit they are making is to revealing, and asks why they would make such a thing!.
Lin then starts to explain the meaning behind the outfit, While giving Autumn Some vines of her own.
Autumn while listening to Lin, Starts following Lins hand movements with her own and unconsciously starts making her own Vine outfit. (Idle hands are the devils playground.)
At the end of the scene Autumn is shocked to discover she has made her own Vine outfit, (Now usable in some Scenes)
Lin uses this to convince Autumn that subconsciously she is thinking of procreation with a special someone and may be ready for it.
Now this could be used one of two possible ways here.
1. Lin convinces Autumn to wear the outfit and give the black flower to the MC as Lin did in an earlier scene.
This could open up a repeatable scene with Autumn able to wear the vine outfit adding to exhibition and maybe some sluttyness if taken further.
(If taken further) Autumn notices MC has a raging boner and is convinced by Lin or another Elf in the scene to relieve the Mc's problem (its your fault hes hard), almost anything could be used here for the repeatable scene.
My favorite would be an anal scene, Autumn decides she is thinking about it but is unconvinced she is ready for it yet, Lin and Jin convince her to got the poophole loophole Route.
Or
2. Lin convinces Autumn she is already thinking about procreation and is ready for it with the right some one,
With a little more convincing from maybe Jin or a sanctuary Elf Like Nia, they give Autumn the final Nudge to have her cherry popped by the MC while wearing the Vine outfit.
Would be an interesting way to get Autumn into a Vine outfit.:devilish:
I like the first one. Something along those lines would make for a fun scene, and make sense with Autumns concern about the elves.
Of course vaginal would have to be off the table for now, with her religious convictions, but the loophole is always an option.

The Loophole, by Garfunkel and Oates.
Dedicated to Autumn and most likely bookmarked on Kali's computer...
 
Last edited:

monk_56

Active Member
Apr 26, 2021
681
2,856
I like the first one. Something along those lines would make for a fun scene, and make sense with Autumns concern about the elves.
Of course vaginal would have to be off the table for now, with her religious convictions, but the loophole is always an option.

The Loophole, by Garfunkel and Oates.
A couple releases from now.

:love:"My poophole is my loophole." :love:
~Love, Autumn.
 

Strike-10

Member
Jan 19, 2022
327
656
Since you seem to be aware that the question has been asked and answered a lot, I'd think you'd also be aware that you wouldn't need to go back more than a handful of pages for an answer. In this case, it was just 5 pages: https://f95zone.to/threads/harem-hotel-v0-16-1-runey.12760/post-9543723
Devian posted /answered on that very page
re: updated mod
exactly 9 posts after he just answered the question … it was asked AGAIN!
Some kids want/need spoon feeding cuz reading is HARD DON'CHA KNOW!!


This is next Level Uthuriel!!(y)(y)(y)

Ima totally gunna steal it!
 
Last edited:

Manaroth25M

Member
Jul 8, 2022
148
77
you act like the search feature is the end all be all but it is far from ideal. most of the time you get a ton of shit that doesn't even relate to what you are looking for. then you have worry about getting the words right. it is not like there is a correct set standard format for searching ie "update" would bring everything with the word update in it and i bet not one posting would have wt/cheat mod for 0.16.1 because as someone other then the people going all rage mode because someone dared ask answered it is not out yet. you could just not answer no one is making you and let someone who wants to answer help if it bothers you so much. but you are hateful, angry people, and want to make others miserable like you so you won't. am i lazy sure. do i hate reading sure. do i think i am better, more important, trying to be rude or angry anyone no. it has been my exp. that searching takes hours weather you use search or page by page from the end. i usually find the answer faster by asking for help from those who are will if you not willing that is fine but you don't need to talk down and treat people poorly because they found their way easier for them than your way.
 
4.70 star(s) 481 Votes