darkhound1

Well-Known Member
Game Developer
Aug 8, 2017
1,847
8,751
Quick fix released, sorry everyone, please apply it!
Sooo, started a new game under 0.5.0.0. Apparently training doesn't work anymore, and the tit fight event gets triggered even when i haven't met half the girls who take part, not to mention some weren't even on the island at the time.
I'd say this version needs a bit more work before it leaves beta.
I don't understand what you mean by "training doesn't work anymore".

Unfortuantely the Titfight event could be triggered far too soon.
To Fix this, please download the attached file: functions.rpyc

How to apply a quick fix file?
Open the folder where you installed Holiday Islands. Then navigate down to the folder named "game". Copy the file there.
 

MattoElias

Member
Sep 3, 2017
143
340
This game was always one of the best in terms of female characters and with good story and the whole setup.But man is it a grind... I haven't played it in more than a year and can't be bothered to go through it again so is there some cheats or saves to catch up? because at this point its probably easier to complete the entire world of warcraft game than this one :D
 

SiJa

Engaged Member
Feb 21, 2018
2,219
25,868
This game was always one of the best in terms of female characters and with good story and the whole setup.But man is it a grind... I haven't played it in more than a year and can't be bothered to go through it again so is there some cheats or saves to catch up? because at this point its probably easier to complete the entire world of warcraft game than this one :D
The Companion Mod can be used to help cheat with items and stats etc...
After that... you really have to play the game.
No point in being a game if you can skip or fast-track most of the content.
I do wish you good luck with completing World of Warcraft ;)
 

Bantry

Forum Fanatic
Oct 24, 2017
5,460
13,681
This game was always one of the best in terms of female characters and with good story and the whole setup.But man is it a grind... I haven't played it in more than a year and can't be bothered to go through it again so is there some cheats or saves to catch up? because at this point its probably easier to complete the entire world of warcraft game than this one :D
The Companion Mod allows you to adjust the stats of all characters (Amy is different and is explained in the Companion Guide). The Companion Guide provides tips, hints and tricks. You can find them linked on the first page of this thread.
 

youraccount69

I'm like a karate chop
Donor
Dec 30, 2020
5,341
2,469
HolidayIsland-0.5
You don't have permission to view the spoiler content. Log in or register now.
rpdl torrents are unaffiliated with F95Zone and the game developer.
Please note that we do not provide support for games.
For torrent-related issues use here, or join us on !
, . Downloading issues? Look here.​
 

Ascetic

Member
Apr 5, 2018
185
188
Quick fix released, sorry everyone, please apply it!

I don't understand what you mean by "training doesn't work anymore".

Unfortuantely the Titfight event could be triggered far too soon.
To Fix this, please download the attached file: functions.rpyc

How to apply a quick fix file?
Open the folder where you installed Holiday Islands. Then navigate down to the folder named "game". Copy the file there.
Thanks for the quick fix! Any news about the weekly stat progress points or weekly number of trainings not being visible on the phone anymore?
 

Edscorp

Active Member
Jun 19, 2017
688
276
Thank you God... This game was one of my favorites... I thought it was abandoned... Thank you DarkHound... Now I see why it took so long, videos are complicated to put in games... Thank you for your effort... God bless you!
 

burke5

Newbie
Jan 16, 2021
87
64
Can't get past the scene with Joy after the titfight event without it crashing with this message :(:

'I'm sorry, but an uncaught exception occurred.'
See below.

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

SiJa

Engaged Member
Feb 21, 2018
2,219
25,868
Can't get past the scene with Joy after the titfight event without it crashing with this message :(


I'm sorry, but an uncaught exception occurred....
Always best to put a Full Traceback as an attachment text file or in a SPOLIER section so not to be so big a post.
Can I ask are you playing with a compressed version of the game?
 

DuckSwim

Well-Known Member
Jan 19, 2018
1,541
9,716
Can't get past the scene with Joy after the titfight event without it crashing with this message :(


I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'images/appointments/Joy/nightbar/anim/Joy_nightbar_sofa_cam0_13.webp'>:
File "renpy/common/000statements.rpy", line 570, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
Exception: Could not load image u'images/appointments/Joy/nightbar/anim/Joy_nightbar_sofa_cam0_13.webp': error('Failed to allocate SDL_Surface',)

-- 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 759, in script call
File "appointments_night_bar.rpyc", line 653, in script call
File "appointments_night_bar.rpyc", line 4490, in script call
File "appointments_night_bar.rpyc", line 4696, in script call
File "interactive_sex.rpyc", line 196, in script
File "script.rpyc", line 759, in script call
File "appointments_night_bar.rpyc", line 653, in script call
File "appointments_night_bar.rpyc", line 4490, in script call
File "appointments_night_bar.rpyc", line 4696, in script call
File "interactive_sex.rpyc", line 196, 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 3611, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "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 "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 "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 "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 "renpy/display/screen.py", line 681, in render
child = renpy.display.render.render(self.child, w, h, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "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 "renpy/display/viewport.py", line 265, in render
surf = renpy.display.render.render(self.child, child_width, child_height, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/image.py", line 501, in render
return wrap_render(self.target, width, height, st, at)
File "renpy/display/image.py", line 307, in wrap_render
rend = render(child, w, h, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "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 "renpy/display/layout.py", line 1360, in render
return renpy.display.render.render(self.child, w, h, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/im.py", line 607, in render
return cache.get(self, render=True)
File "renpy/display/im.py", line 271, in get
surf = image.load()
File "renpy/display/im.py", line 688, in load
raise e
Exception: Could not load image u'images/appointments/Joy/nightbar/anim/Joy_nightbar_sofa_cam0_13.webp': error('Failed to allocate SDL_Surface',)

Windows-10-10.0.22621
Ren'Py 7.4.4.1439
Holiday Island 0.5.0.0
Sun Apr 13 19:27:26 2025
Generic error, the image is there.
Usually one of three causes
  • Using an unofficial and/or Compressed version
    • Download the full version from the developers page
  • Old Graphics drivers
    • Update them
  • Rare errors during download
    • Download the full version from the developers page again
Putting the attached file in the location listed (create the dir structure, game/images/appointments/Joy/nightbar/anim/ ) in the error message might also work in case of some rare obscure access errors
 
Last edited:

Leafkiller

Member
Sep 13, 2018
424
218
One thing this game has done well is have some beautiful black women. Last handful of updates they have been getting extra attention which they did need.

I do enjoy the game but it feels like there will be no good ending.
-Ending one, you help manage the hotel and have meaningless sex for the majority of your life.
-Ending two(equal to the number of girls), you get a girl to fall in love with you and go back to the main land get married and have lots of children.

It can have some other twists and turns but like most adult game projects I don't see a real ending being likely.
 
4.00 star(s) 239 Votes