Marine74

Newbie
Sep 15, 2020
20
12
I've searched this thread but so far all i can find is 'check the guide' but i dont see much of anything about upgrading your apt.. i think i read it should show as a quest but so far ive not gotten anything of the sort.. is there a trigger? I feel like im missing out because i cannot seem to figure out how to upgrade my room (two girls have already mentioned it lol). Can someone just give me a straight answer on it please? thanks.
 

zapallbugs

Engaged Member
Jul 10, 2018
2,307
2,659
I've searched this thread but so far all i can find is 'check the guide' but i dont see much of anything about upgrading your apt.. i think i read it should show as a quest but so far ive not gotten anything of the sort.. is there a trigger? I feel like im missing out because i cannot seem to figure out how to upgrade my room (two girls have already mentioned it lol). Can someone just give me a straight answer on it please? thanks.
Well, it *is* in the guide. See page 103 of the 4.5.0 version under the heading 'HOW DO I GET JENNIFER TO GIVE ME THE KEYS TO MY NEW ROOM?'.
 

Bantry

Forum Fanatic
Oct 24, 2017
5,429
13,544
I've searched this thread but so far all i can find is 'check the guide' but i dont see much of anything about upgrading your apt.. i think i read it should show as a quest but so far ive not gotten anything of the sort.. is there a trigger? I feel like im missing out because i cannot seem to figure out how to upgrade my room (two girls have already mentioned it lol). Can someone just give me a straight answer on it please? thanks.
Another thing you must have missed in the Guide, is the explanation about what has to happen with Joy before you'll receive notification (via letter) that your new room is available. It happens after the third 'Wishes & Desires' meeting with Joy. Once you receive the letter, you can follow the Guide on page 103 as zapallbugs mentioned above..
 
Last edited:

MrD812

Well-Known Member
Oct 24, 2021
1,517
2,253
MrD812, that Scottish Police apology was absolute gold standard! I haven't laughed so much in the longest time! Thank you!!
I must say, as much as i Detest the NEWS.
It's been FREE COMEDY HOUR, as of late.
Almost as good as if the Ladies were arguing.

After a Volleyball match on the Island.
Would be a sight to see.
Let alone 'be' there.

Imagine if they had them on a NEWS cast for the island. :LOL:
Would go better with Coffee, instead of this:

View attachment sum bs.mp4
 

Marine74

Newbie
Sep 15, 2020
20
12
Another thing you must have missed in the Guide, is the explanation about what has to happen with Joy before you'll receive notification (via letter) that your new room is available. It happens after the third 'Wishes & Desires' meeting with Joy. Once you receive the letter, you can follow the Guide on page 103 as zapallbugs mentioned above..
To be clear- i wasnt saying it wasn't in the guide....just saying i most likely missed it so I figured I'd ask here. I'll check out what you referenced. Just finished getting her nekkid via strip poker so no idea how close that is to what you're referring haha. Thanks.
 

Mastakony

Member
Sep 26, 2018
121
74
So I'm just starting this game. I read how much you have to wait to have sex and I don't want to do that so does anyone have a saved game I can use to bypass all that down time?

I used that cheat program mod from page one. I changed my stats and all the other girls but I still can't have sex with them.
Can you just show up at their door and ask to have sex?

Also that Companion Guide is really long, is there any way quicker to find out about how to have sex with the girls.
Nothing in there about getting them pregnant or having anal sex?

I don't have this "unren" program on my computer so does someone have a gallery they made up of the naked girls?

Hope you guys can help otherwise this game seems kind of lame....


Life’s a bitch ain’t it
You should just stop download "sex games" if you don't want to play the game... Youporn is way better for free sex contents...
Believe me :)
 

Drearash

Member
Jan 21, 2022
346
589
Yeah... I knew that you're a long-time regular here, and that it had to be something like that (being so uncharacteristic), but as I read it I thought that I'd post a straight response as a contrast (thinking that maybe the folks who seriously post things like that might learn something from it). I was basically a Bud Abbott "straight-man" to your Lou Costello...

(Oh... and it gave me the chance to bump BDMick's great reference material back to the forefront!)
Referencing Abbott and Costello seems particularly appropriate when responding to someone who doesn't know how to get to third base.
 
  • Haha
Reactions: junior366

Lacma

New Member
Aug 30, 2020
8
2
Does anyone else have a problem with this tool that gives you the game on your phone?:

I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/000statements.rpy", line 570, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/gui_screens.rpy", line 764, in execute
File "game/gui_screens.rpy", line 764, in execute
File "game/gui_screens.rpy", line 766, in execute
File "game/gui_screens.rpy", line 1919, in execute
File "game/gui_screens.rpy", line 1932, in execute
File "game/gui_screens.rpy", line 1933, in execute
Exception: Imagebutton does not have a idle image. (auto=u'gui/phone_button_rectangular3_%s.png').

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

Full traceback:
File "renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "renpy/main.py", line 617, in main
run(restart)
File "renpy/main.py", line 148, in run
renpy.execution.run_context(True)
File "renpy/execution.py", line 922, in run_context
context.run()
File "script.rpyc", line 455, in script
File "script.rpyc", line 455, in script
File "renpy/ast.py", line 1969, in execute
self.call("execute")
File "renpy/ast.py", line 1957, 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 570, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/exports.py", line 2983, 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 3101, 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 3512, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 432, in visit_all
callback(self)
File "renpy/display/core.py", line 3512, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 443, in per_interact
self.update()
File "renpy/display/screen.py", line 631, in update
self.screen.function(**self.scope)
File "game/gui_screens.rpy", line 764, in execute
File "game/gui_screens.rpy", line 764, in execute
File "game/gui_screens.rpy", line 766, in execute
File "game/gui_screens.rpy", line 1919, in execute
File "game/gui_screens.rpy", line 1932, in execute
File "game/gui_screens.rpy", line 1933, in execute
File "renpy/ui.py", line 952, in _imagebutton
idle = choice(idle, idle_image, "idle", required=True)
File "renpy/ui.py", line 946, in choice
raise Exception("Imagebutton does not have a %s image. (auto=%r)." % (name, auto))
Exception: Imagebutton does not have a idle image. (auto=u'gui/phone_button_rectangular3_%s.png').

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
Holiday Island 0.4.5.1
Tue Aug 20 23:19:09 2024
 

Xeonon5

Newbie
Aug 13, 2023
62
46
I've got very few events left in the current build. How often are updates? I know we had one like 2 months back, but am I going to be waiting a while on 0.5? Also whoever made the guide is amazing. IDK how I could have done this without them.
 
  • Like
Reactions: Bantry

Xarfaks

Newbie
Apr 26, 2021
43
8
Ok this might be a dumb question....
The first page download do you need to download both the latest game and the 0.4.5.1 patch?
If so how do I apply this patch?
Just copy it into the HolidayIsland-0.4.5.0-pc\game folder?
 

zapallbugs

Engaged Member
Jul 10, 2018
2,307
2,659
Ok this might be a dumb question....
The first page download do you need to download both the latest game and the 0.4.5.1 patch?
If so how do I apply this patch?
Just copy it into the HolidayIsland-0.4.5.0-pc\game folder?
Yes on all three questions. If you did it right on loading a save from an older version you see that it gets updated to 0.4.5.1.
 
4.00 star(s) 238 Votes