Norizio

Newbie
Mar 23, 2021
27
1
Hi everyone, I have a problem
I can't get to trigger, the last scene with IVY at the gym, the one where she's supposed to ask me for help doing the pull-up bar
Ivy wears the stars and stripes suite, and is always alone in the gym

any advice?
 

zapallbugs

Engaged Member
Jul 10, 2018
2,389
2,779
Hi everyone, I have a problem
I can't get to trigger, the last scene with IVY at the gym, the one where she's supposed to ask me for help doing the pull-up bar
Ivy wears the stars and stripes suite, and is always alone in the gym

any advice?
This the one you are looking for?
1729512498785.png
Obvious question, did you finish the quest?
 

darkhound1

Well-Known Member
Game Developer
Aug 8, 2017
1,862
8,841
I have a question about this item
View attachment 4152981
Obviously the MC is longer on the island than 50 days, but the scene still doesn't trigger. So there is likely another requirement for it to happen. Nothing in the guide about this so asking here for tips.
You walk from or to your room between 15:00 and 22:00 and Jennifer is either going to her room or coming from her room.
Ther is no cooldown still active for "Events_short".
If the above requirements are met, there is a 50% chance the event will trigger.

You can check the cooldown with the console:
player.get_action_allowed("Events_short")
If this returns true, the cooldown is not active and a short event can trigger.
 

Norizio

Newbie
Mar 23, 2021
27
1
I tried both bars...
Ivy has the skinny costume. I tried both alone and with other girls at the gym

Is it a trigger event that starts automatically?
Or do I have to trigger it by going to "send a gift button?" (what I've done so far...)

Immagine 2024-10-21 193402.png
 

Norizio

Newbie
Mar 23, 2021
27
1
I tried both bars...
Ivy has the skinny costume. I tried both alone and with other girls at the gym

Is it a trigger event that starts automatically?
Or do I have to trigger it by going to "send a gift button?" (what I've done so far...)

View attachment 4154258
looking at events image posted, I notice that the scene that follows the delivery of the protein bar is the same, but it is not *updated* in the completed events... no check, no notice...
 
Jan 18, 2021
431
848
I crashed the game by trying to set three picture frames in the "new bedroom" while one of them was slightly outside the boundaries of the source image.

Steps to reproduce:
  • In the new bedroom, browse your favorite images on your phone and start defining a picture frame.
  • Move the blue outline and press the "T" button to set all three frames when the middle frame is set a bit too much to the left, so that the blue outline representing the leftmost frame appears a bit outside the source image.
  • Everything seems to be fine when the settings for the new images are saved: you can continue browsing the pictures, etc. But as soon as you close the phone app and the game tries to redraw the pictures on the wall... kaboom! ("error: subsurface rectangle outside surface area.")
  • After the crash, it is possible to rollback the last action and fix the picture frames in order to avoid the crash, so this bug is not too bad because nothing is lost.
traceback.txt said:
I'm sorry, but an uncaught exception occurred.

While loading <'MatrixColor' <'Crop' <'Image' u'scenes/Miriam/beach/Miriam_beach_lifeguard_tower25.webp'> -38 59 628 1233> (1, 0, 0, 0, -0.02, 0, 1, 0, 0, -0.02, 0, 0, 1, 0, -0.02, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1)>:
File "renpy/common/000statements.rpy", line 570, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
error: subsurface rectangle outside surface area.

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

Full traceback:
File "script.rpyc", line 455, in script
File "/games/HolidayIsland-0.4.5.1-pc/renpy/ast.py", line 1969, in execute
self.call("execute")
File "/games/HolidayIsland-0.4.5.1-pc/renpy/ast.py", line 1957, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "/games/HolidayIsland-0.4.5.1-pc/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 "/games/HolidayIsland-0.4.5.1-pc/renpy/exports.py", line 2983, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "/games/HolidayIsland-0.4.5.1-pc/renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "/games/HolidayIsland-0.4.5.1-pc/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 "/games/HolidayIsland-0.4.5.1-pc/renpy/display/core.py", line 3611, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "/games/HolidayIsland-0.4.5.1-pc/renpy/display/core.py", line 2441, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 492, in renpy.display.render.render_screen
File "render.pyx", line 263, in renpy.display.render.render
File "/games/HolidayIsland-0.4.5.1-pc/renpy/display/layout.py", line 777, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "/games/HolidayIsland-0.4.5.1-pc/renpy/display/layout.py", line 777, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "/games/HolidayIsland-0.4.5.1-pc/renpy/display/layout.py", line 777, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "/games/HolidayIsland-0.4.5.1-pc/renpy/display/transform.py", line 933, in render
return transform_render(self, width, height, st, at)
File "accelerator.pyx", line 116, in renpy.display.accelerator.transform_render
File "render.pyx", line 263, in renpy.display.render.render
File "/games/HolidayIsland-0.4.5.1-pc/renpy/display/im.py", line 607, in render
return cache.get(self, render=True)
File "/games/HolidayIsland-0.4.5.1-pc/renpy/display/im.py", line 271, in get
surf = image.load()
File "/games/HolidayIsland-0.4.5.1-pc/renpy/display/im.py", line 1320, in load
surf = cache.get(self.image)
File "/games/HolidayIsland-0.4.5.1-pc/renpy/display/im.py", line 271, in get
surf = image.load()
File "/games/HolidayIsland-0.4.5.1-pc/renpy/display/im.py", line 1067, in load
self.w, self.h))
File "src/pygame_sdl2/surface.pyx", line 642, in pygame_sdl2.surface.Surface.subsurface
error: subsurface rectangle outside surface area.

Linux-6.8.0-47-generic-x86_64-with-debian-trixie-sid
Ren'Py 7.4.4.1439
Holiday Island 0.4.5.1
Mon Oct 21 00:15:19 2024
 

DuckSwim

Well-Known Member
Jan 19, 2018
1,552
9,848
Is there more with the 4 of them (and possibly, if only, if only, a guy to have his way with the 4 women at the same time!!)??
2 year old post, so that's down memory lane, but no, that is the only place all four are together.

As for having ones way, Mi is not in the game, and while Miriam, Mercedes and Ivy are in the game Darkhound stick to singles not groups. So that is how that is.
 

Kiskocya

Member
Dec 2, 2019
321
752
Hey darkhound1, I have this weird behaviour with Amy acting like a yandere.

Amy always send me all the invites on the same day.
Granted, my saves probably have accrued a ton of odd values and states because they went through so many game versions.

Is there any way to make her spread out the invites, or is Amy going to behave like a sex-crazed maniac forever ?

1729805069189.png
 
Last edited:

Monsieur X

Engaged Member
May 26, 2018
2,556
3,427
Hey darkhound1, I have this weird behaviour with Amy acting like a yandere.

Amy always send me all the invites on the same day.
Granted, my saves probably have accrued a ton of odd values and states because they went through so many game versions.

Is there any way to make her spread out the invites, or is Amy going to behave like a sex-crazed maniac forever ?

View attachment 4164231
That is Amy. She likes the dick and is high maintenance.
And yes, she spam a lot.
Good feedback.
 
Last edited:

DuckSwim

Well-Known Member
Jan 19, 2018
1,552
9,848
1729865068406.png

That time of year where some unspeakable horror is committed (in her name)

Candidates
phone_ivy0_hover.png phone_yvettes500_hover.png phone_daniela3lab_hover.png phone_miriam0_hover.png 1729867229309.png

Simple rules

1729864784630.png Ivy
1729864804940.png Yvette
1729864816075.png Daniella
1729864829760.png Miriam
1729864863395.png Unspeakable horror

The winner receives a Halloween render (by Sunday).
And Ivy will be the default winner if none other do.

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


---> Poll is Closed <---
 
Last edited:

yankeeInKy

Well-Known Member
Mar 1, 2020
1,975
6,601
View attachment 4166131

That time of year where some unspeakable horror is committed (in her name)

Candidates
View attachment 4166030 View attachment 4166063 View attachment 4165986 View attachment 4165987 View attachment 4166249

Simple rules

View attachment 4166113 Ivy
View attachment 4166114 Yvette
View attachment 4166115 Daniella
View attachment 4166116 Miriam
View attachment 4166117 Unspeakable horror

The winner receives a Halloween render (by Sunday).
And Ivy will be the default winner if none other do.

You don't have permission to view the spoiler content. Log in or register now.
Unspeakable horror..hint hint..Bob.
 

Bantry

Forum Fanatic
Oct 24, 2017
5,517
13,840
Content_preview_0500.jpg

Version 0.5.0.0 - development news (updated 26th of October 2024)

Hi guys and gals,
this post offers you a collection of news about the next version of Holiday Island (0.5.0.0).
You can see the main focus and side areas for the next update in the above image.
The change log below is based on the release 0.4.5.0.

As of right now, the update from 0.4.5.0 to 0.5.0.0 has:
353 additional renders, videos or sound files (only includes post worked, finished renders)
3 new backgrounds for the phone
122
updated renders

New features, major improvements and new content
  • There will be a huge titfight event at the bar with all the specials and some guests -> still working on it
  • A new sub location for pool billiard will be added to the night bar and Amy will get a scene wearing her special dress -> still working on it
  • The listen to chat and rumors function will be very much extended. For details, please check this post -> still working on it
  • Desire will get a new nightbar drink scene on the red sofa wearing her sexy clothes. The scene will have three achievements with a story and a happy ending. -> will be part of 0.5.0
  • A new, extended intro dialogue will be added for all characters that have matching attributes (like body type, breast size or height). During the dialogue, the girls will get additional affection points based on matching attributes. This will reduce the grind in the beginning of the game.
    -> will be part of 0.5.0
  • Added new introductory dialogs for all girls, depending on the player's choices in Joy's office at the beginning of the game. -> will be part of 0.5.0
  • Joy gets an appointment in her office where you talk about Miriam and Mercedes -> will be part of 0.5.0
  • Amy gets and event in the elevator with two achievements and a happy ending -> will be part of 0.5.0
  • Desire's workout pullups scene will be remade, and a teasing achievement will be added -> will be part of 0.5.0
  • Desire's shower event has been re-rendered and has four achievements now -> will be part of 0.5.0
  • Desire's scene at the gym shower gets two additional achievements with a happy endings -> will be part of 0.5.0
  • Desire's workout pecs scene will be re-rendered, and a lot of new images and a new achievement will be added -> will be part of 0.5.0
  • Natasha gets a remade workout pullups scene -> will be part of 0.5.0
Minor improvements and changes (including image upgrades)
  • Several pictures have been added to Yumiko's "Guess Who" game. -> will be part of 0.5.0
  • The code for girls to send messages for appointments has been rewritten and improved -> will be part of 0.5.0
  • Mia will send a couple of bikini pictures and some text to the MC's phone -> will be part of 0.5.0
  • Renée gets a personalized introduction on her profile page -> will be part of 0.5.0
  • Alice gets a personalized introduction on her profile page -> will be part of 0.5.0
  • Brenda gets a personalized introduction on her profile page -> will be part of 0.5.0
  • Delizia gets additional character sprites posing her behind at the bar -> will be part of 0.5.0
  • Jessica gets additional character sprites showing her emotion for all her outfits -> will be part of 0.5.0
  • Aly gets additional character sprites showing her emotion for all her outfits -> will be part of 0.5.0
  • Jessica's pool sunbed scene has been rendered again and new images have been added. Dialogue has been rewritten as well. -> will be part of 0.5.0
  • Jessica's pool pose scene will be upgraded to 2560x1440 resolution in webp format -> will be part of 0.5.0
  • A quick access button has been added for the player stats -> will be part of 0.5.0
  • Scroll bar sizes have been increased and a little more space has been added to make the game navigations easier to use on small devices like mobile phones. -> will be part of 0.5.0
  • Renée's scene at the nightbar in the green room gets an extension (additional position in the couch) -> will be part of 0.5.0
Bug fixes
  • When asking for an erotic massage and one of the checks (lust, love, affection) failed, the game got stuck -> will be fixed with 0.5.0
  • In some cases, not all "guess who" pictures were shown -> will be fixed with 0.5.0
  • A bug has been fixed where you could get stuck during Miram's breast quest -> will be fixed with 0.5.0
  • Mia's event where she leaves the island could be triggered before her lab scene at the pool -> will be fixed with 0.5.0
  • The arm wrestling icon in the night bar wasn't showing all available scenes -> will be fixed with 0.5.0
Is the update going to break save games?

0.5.0.0 -> No

Estimated release dates:

0.5.0.0 --> no idea yet
 
4.00 star(s) 246 Votes