Home Artists Posts Import Register

Content

On the way to version 0.0.9alpha I have started to change the update  policy. You will get more frequent updates with less content in each  individual update.

Many thanks to the beta testers for the help they provided. If not for them, you wouldn't have gotten the update so fast and it would have had more bugs ;)

New features and content 

  • New information for appointments and new messages at the lower right side of the screen  --> part of content addon 2 
  • Ivy gets the breast bump event also for her skimpy bikini. This time with some nice additional extras.  --> part of content addon 2 
  • Masturbation has been improved. You can dream/think about a girl while doing what you do ;)   --> part of content addon 2
  • Aly gets the walk on the beach scene including looking at her cleavage  --> part of content addon 2 
  • "Easter egg" reception bell added  --> part of content addon 2 
  • Jennifer gets an appointment with the player in her room  --> part of content addon 2
  • All girls (including Joy, Jennifer and the ones not currently on the island) are displayed on the phone in the contacts app as well as the interactions/progress app  --> part of content addon 2 
  • You can view the available and used sexting message types for each girl in the progress and interactions app (right now Amy, Alice, Jessica and Yvette have sexting messages)  --> part of content addon 2  
  • Sexting images can be used as contact images  --> part of content addon 2 
  • New message type "sexting" with attached image --> part of content addon 2
  • An small event for 48h “no ejaculation” has been added. Visit the doctor when you get the message  --> part of content addon 2 
  • You can display the progress images and the sexting images on the phone in bigger size in landscape format  --> part of content addon 2
  • Jessica gets her weight lifting scene  --> part of content addon 2 
  • Possibility to change jobs (doctor, receptionist early/late, maid) for the girls has been added. Will be triggered on day 7 (or later) with another letter. --> part of content addon 2

Minor improvements and changes 

  • Fixed some spelling and grammar mistakes.   --> part of content addon 2 
  • Game version has been added as a variable. This will be used to determine necessary updates and possibility of reusing older saves.  --> part of content addon 2 
  • Messages can be filtered by girl now and you can switch message pages --> part of content addon 2

Bug fixes 

  • Girls can reappear as doctor, receptionist, room service, masseuse, even though you've send them home.  --> will be fixed with content addon 2 
  • very rare crash at 7:00 when the "breast bump event" check is executed  --> will be fixed with content addon 2 
  • crash at the showe scene with Alice (room 55) when Amy is not on the island --> will be fixed with content addon 2

The content addon 2 includes everything from bug fix 1, bug fix 2 and content addon 1 as well.

In order to apply it, copy the content of the zip file into the folder where you installed the game. Overwrite all files when asked. After that delete the folder named "cache" inside the game folder and restart the game. This content addon does not break the save games. 

EDIT: In case you are using save games from before content addon1 and you get a crash loading a save with something like " NameError: name 'char1' is not defined", please redownload the content addon 2 and apply it again. Sorry for the trouble.

You can download it from either one of the locations (about 25MB file size):
https://www.sendspace.com/file/i3wwz3  (sendspace)
http://www103.zippyshare.com/v/wR3iyVVT/file.html (zippyshare)


Comments

Anonymous

Thanks for all the work you do

pmsrw3

Terrific. The appointment alerts are really helpful, and as for the sexting images -- what a bounty. They are like what we used to see over the period of a couple months on DA.

Radoslav

"Girls can reappear as doctor, receptionist, room service, masseuse, even though you've send them home. --> will be fixed with content addon 2" unfortunately still is there for me in addon 2 :( still see eva at the reseption tho i send her away, and cannot choose yvette to be assigned for reseption neither day nor evening will send you a save file later

darkhound1

If they only finish their shift until the end of the week, it's not a bug and I won't need a save file. If they come back the week after, then yes it's a bug.

crugh2112

My masturbation idea sees fruit! WOW! I will leave you alone now. Thanks for a great game!

Ziff

this is just the content update, right? the main 0.8 download is elsewhere and has to be downloaded first? I can't seem to find it... all links just take me back to this content addon.

darkhound1

It's right on the main patreon page: <a href="https://www.patreon.com/darkhound1">https://www.patreon.com/darkhound1</a>

Anonymous

Yvette 3am events crashes the game.

Anonymous

While loading : File "game/script.rpy", line 874, in script call File "game/pl_actions.rpy", line 461, in script call File "game/events.rpy", line 1811, in script IOError: Couldn't find file 'events/[event_char.fname]/[event_char.fname]_event_bad_dream1.jpg'. -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 874, in script call File "game/pl_actions.rpy", line 461, in script call File "game/events.rpy", line 1811, in script File "C:\Users\bryan\Documents\New folder (2)\HolidayIsland-0.0.8alpha-pc\renpy\ast.py", line 1275, in execute renpy.exports.with_statement(trans, paired) File "C:\Users\bryan\Documents\New folder (2)\HolidayIsland-0.0.8alpha-pc\renpy\exports.py", line 1381, in with_statement return renpy.game.interface.do_with(trans, paired, clear=clear) File "C:\Users\bryan\Documents\New folder (2)\HolidayIsland-0.0.8alpha-pc\renpy\display\core.py", line 2096, in do_with clear=clear) File "C:\Users\bryan\Documents\New folder (2)\HolidayIsland-0.0.8alpha-pc\renpy\display\core.py", line 2526, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs) File "C:\Users\bryan\Documents\New folder (2)\HolidayIsland-0.0.8alpha-pc\renpy\display\core.py", line 2883, in interact_core self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn) File "C:\Users\bryan\Documents\New folder (2)\HolidayIsland-0.0.8alpha-pc\renpy\display\core.py", line 1955, in draw_screen renpy.config.screen_height, File "renpy/display/render.pyx", line 427, in renpy.display.render.render_screen (gen\renpy.display.render.c:6806) rv = render(root, width, height, 0, 0) File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978) rv = d.render(widtho, heighto, st, at) File "C:\Users\bryan\Documents\New folder (2)\HolidayIsland-0.0.8alpha-pc\renpy\display\layout.py", line 693, in render surf = render(child, width, height, cst, cat) File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3440) cpdef render(d, object widtho, object heighto, double st, double at): File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978) rv = d.render(widtho, heighto, st, at) File "C:\Users\bryan\Documents\New folder (2)\HolidayIsland-0.0.8alpha-pc\renpy\display\transition.py", line 361, in render top = render(self.new_widget, width, height, st, at) File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3440) cpdef render(d, object widtho, object heighto, double st, double at): File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978) rv = d.render(widtho, heighto, st, at) File "C:\Users\bryan\Documents\New folder (2)\HolidayIsland-0.0.8alpha-pc\renpy\display\layout.py", line 693, in render surf = render(child, width, height, cst, cat) File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3440) cpdef render(d, object widtho, object heighto, double st, double at): File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978) rv = d.render(widtho, heighto, st, at) File "C:\Users\bryan\Documents\New folder (2)\HolidayIsland-0.0.8alpha-pc\renpy\display\layout.py", line 693, in render surf = render(child, width, height, cst, cat) File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3440) cpdef render(d, object widtho, object heighto, double st, double at): File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978) rv = d.render(widtho, heighto, st, at) File "renpy/display/accelerator.pyx", line 108, in renpy.display.accelerator.transform_render (gen\renpy.display.accelerator.c:2027) cr = render(child, widtho, heighto, st - self.child_st_base, at) File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978) rv = d.render(widtho, heighto, st, at) File "C:\Users\bryan\Documents\New folder (2)\HolidayIsland-0.0.8alpha-pc\renpy\display\image.py", line 576, in render return wrap_render(self.target, width, height, st, at) File "C:\Users\bryan\Documents\New folder (2)\HolidayIsland-0.0.8alpha-pc\renpy\display\image.py", line 208, in wrap_render rend = render(child, w, h, st, at) File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3440) cpdef render(d, object widtho, object heighto, double st, double at): File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978) rv = d.render(widtho, heighto, st, at) File "C:\Users\bryan\Documents\New folder (2)\HolidayIsland-0.0.8alpha-pc\renpy\display\im.py", line 473, in render im = cache.get(self) File "C:\Users\bryan\Documents\New folder (2)\HolidayIsland-0.0.8alpha-pc\renpy\display\im.py", line 200, in get surf = image.load() File "C:\Users\bryan\Documents\New folder (2)\HolidayIsland-0.0.8alpha-pc\renpy\display\im.py", line 524, in load surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename) File "C:\Users\bryan\Documents\New folder (2)\HolidayIsland-0.0.8alpha-pc\renpy\loader.py", line 543, in load raise IOError("Couldn't find file '%s'." % name) IOError: Couldn't find file 'events/[event_char.fname]/[event_char.fname]_event_bad_dream1.jpg'.

Anonymous

Great Update! Keep up the good work! Here is my idea for the mystery of Holiday Island. The HI Company, headed by a woman named Joy has been trying to make a break through in changing moods, but one of the test subjects was a short, fat woman named Ivy. Her reaction to the new drug was extreme. She grew almost a meter in height, all her extra fat settled in her breasts, her age was reduced 15 years, and her strength was tripled. Joy ran tests on Ivy to find out what happened. She tried the new drug on a thin woman with A-Cup breasts named Faye. The drug worked too well, giving her melon sized breasts and turning her hair green. She gave another version of the drug to an old woman named Jennifer and reduced her age 40 years, so she was biologically only 19. She realized if she could control these drugs it would make a fortune. She gathered beautiful women from all over the world to monitor them. She has been dosing the mango salad to make them stronger. That is why Alice and Yvette can gain so much strength. She needs testosterone and has been getting from a man who thinks he won the lottery. They've been getting sperm donations and experimenting on it. There will be clues in Joy's office: a driver's licence with Jennifer's real age, before pics of Ivy and Faye, etc. The end of the game might be for Joy to dose everyone on the island, so that they fit the desires stated by the player at the beginning.

Anonymous

How to get Alice strength (and Schoolgirl). tried black bikini and alone in gym, and all exercises, but nothing. And it's slightly sad you cant repeat yvettes reward.

darkhound1

Haha funny, but not quite right. Also not completely wrong either. Just wait and see :)

Anonymous

Dear Darkhound . . Can u help me about how to get scene alice from reward strenght training . . :( :( Thanks be 4

Anonymous

Have Jessica sex scene ?

Anonymous

I really like the content in this update! However I have not been able to get the extended breast bump scene with Ivy. I have tried to encounter here while having the "blue pill effect" and her skimpy bikini but the scene still ended early. Are there any other triggers for this? Might it be a bug?

darkhound1

There is also a sexual teast check (lust, affection). But you see that on the screen that it is checked. And I found a small bug that could prevent it as well. Just fixed that. You can open the console once the event has triggered by using shift+o. Then type: char1 = event_char after that type: exit to close the console. This will work around the bug.

Teutoburger

should there be a poll so people would vote on their favorite girl?

darkhound1

There have been several polls for game content already. Also one for favorite girl. It's too early to do another one.

Anonymous

How do you get voyeur scenes and sun tan scenes or Yvette's reception events? Is it not implemented yet? When will string bikini arrive? I know that this game is unfinished and all, but I just want to know which scenes are available and what's not.

Scott S.

How tough would it be to sort "Contacts overview" on the phone so the first page of nine are all girls on the island (once it fills up)? I know everything is a WIP, but having to page around there is kind of a pain.

Anonymous

Hi Darkhound, I can't seem to get the actual files to download from zippyshare. Even when i install the chrome extension that you get directed to, i doesn't install. Any tips? Nevermind, after the 4th time it decided to download :)

Anonymous

whenever i try to open the game with the new content this comes up :( I'm sorry, but an uncaught exception occurred. While running game code: File "renpy/common/00start.rpy", line 188, in script call call _gl_test File "renpy/common/00gltest.rpy", line 361, in script $ __gl_test() File "renpy/common/00gltest.rpy", line 361, in &lt;module&gt; $ __gl_test() File "renpy/common/00gltest.rpy", line 287, in _m1_00gltest__gl_test _gl_performance_test() File "renpy/common/00gltest.rpy", line 304, in _gl_performance_test ui.interact(suppress_underlay=True, suppress_overlay=True) IOError: Couldn't find file 'gui/window_icon.png'. -- Full Traceback ------------------------------------------------------------ Full traceback: File "/Users/Andre./Desktop/HolidayIsland 2 2.app/Contents/Resources/autorun/renpy/bootstrap.py", line 295, in bootstrap renpy.main.main() File "/Users/Andre./Desktop/HolidayIsland 2 2.app/Contents/Resources/autorun/renpy/main.py", line 487, in main run(restart) File "/Users/Andre./Desktop/HolidayIsland 2 2.app/Contents/Resources/autorun/renpy/main.py", line 147, in run renpy.execution.run_context(True) File "/Users/Andre./Desktop/HolidayIsland 2 2.app/Contents/Resources/autorun/renpy/execution.py", line 761, in run_context context.run() File "renpy/common/00start.rpy", line 188, in script call call _gl_test File "renpy/common/00gltest.rpy", line 361, in script $ __gl_test() File "/Users/Andre./Desktop/HolidayIsland 2 2.app/Contents/Resources/autorun/renpy/ast.py", line 814, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "/Users/Andre./Desktop/HolidayIsland 2 2.app/Contents/Resources/autorun/renpy/python.py", line 1719, in py_exec_bytecode exec bytecode in globals, locals File "renpy/common/00gltest.rpy", line 361, in &lt;module&gt; $ __gl_test() File "renpy/common/00gltest.rpy", line 287, in _m1_00gltest__gl_test _gl_performance_test() File "renpy/common/00gltest.rpy", line 304, in _gl_performance_test ui.interact(suppress_underlay=True, suppress_overlay=True) File "/Users/Andre./Desktop/HolidayIsland 2 2.app/Contents/Resources/autorun/renpy/ui.py", line 285, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "/Users/Andre./Desktop/HolidayIsland 2 2.app/Contents/Resources/autorun/renpy/display/core.py", line 2494, in interact self.start() File "/Users/Andre./Desktop/HolidayIsland 2 2.app/Contents/Resources/autorun/renpy/display/core.py", line 1686, in start self.set_mode() File "/Users/Andre./Desktop/HolidayIsland 2 2.app/Contents/Resources/autorun/renpy/display/core.py", line 1916, in set_mode if draw.set_mode(virtual_size, physical_size, fullscreen): File "renpy/gl/gldraw.pyx", line 192, in renpy.gl.gldraw.GLDraw.set_mode (gen/renpy.gl.gldraw.c:2802) renpy.display.interface.post_init() File "/Users/Andre./Desktop/HolidayIsland 2 2.app/Contents/Resources/autorun/renpy/display/core.py", line 1717, in post_init self.set_icon() File "/Users/Andre./Desktop/HolidayIsland 2 2.app/Contents/Resources/autorun/renpy/display/core.py", line 1748, in set_icon renpy.loader.load(icon), File "/Users/Andre./Desktop/HolidayIsland 2 2.app/Contents/Resources/autorun/renpy/loader.py", line 543, in load raise IOError("Couldn't find file '%s'." % name) IOError: Couldn't find file 'gui/window_icon.png'. Darwin-17.4.0-x86_64-i386-64bit Ren'Py 6.99.12.4.2187 Holiday Island 0.0.8.4 &lt;/module&gt;&lt;/module&gt;

darkhound1

You did something wrong during the install or copied the files to the wrong location.

Anonymous

which folder do I put the 'game' file into then? I put it where the previous game folder was in the autorun folder with the result above.

darkhound1

Since I don't know what you did, i can only guess what went wrong. Maybe you deleted the archive file with all the images? Just try again. Install the 0.0.8alpha and after that copy the content addon 2 into the correct folder and overwrite when asked. It should be pretty obvious where the files need to go when you look at the folder structure. After that delete the cache folder, but no other files. if you cannot get it to work, wait for 0.0.9alpha. It's only gonna be a few days now.