XaiJu
darkhound1
darkhound1

patreon


Holiday Island 0.0.9.3 has been released

This is the second content release for 0.0.9 alpha. The update includes  all the files from bug fix 1 as well and also everything from content addon 2 (aka 0.0.9.2). You can update from 0.0.9.0, 0.0.9.1 or from 0.0.9.2.
From now on, version numbers will simply be numerical. This is part of the new version management function. 

The images in the update are now also distributed inside an archive.
The update contains more than 200 new images, videos and icons. 

New features and content  

Minor improvements and changes 

 Bug fixes 

Is the update going to break save games?:  
Save games from 0.0.8 and later can still be used. Jennifer might get reset once. Earlier saves are no longer supported. 

INSTRUCTIONS: PLEASE READ THIS !!!
In order to apply the update, copy the content of the zip file into the folder where you installed the game. Overwrite all files when asked.
Also delete the folder named "gui" inside the "game" folder (only necessary if you installed bug fix 1 for 0.0.9 alpha) and restart the game.  

You can download the update from one of the two sources (about 50MB):
(sendspace)
OR
(mega)

Comments

Hi, thanks for the crash report. Unfortunately I've changed so many things, that it's impossible to find where the problem is coming from at the moment. The line numbers point to a completely different place in the code now :( If it happens again in the next version , I will have a look.

Darkhound

I got this one when trying to speak to Natasha for the first time. I didn't delete the gui folder since I hadn't done a code fix on 0.9, but is that the problem? Thanks, it's been going great otherwise! I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 1171, in script call File "game/actions.rpy", line 413, in script call File "game/functions.rpy", line 992, in script File "game/functions.rpy", line 992, in <module> TypeError: unsupported operand type(s) for +: 'int' and 'NoneType' -- Full Traceback ------------------------------------------------------------ Full traceback: File "D:\games\HolidayIsland-0.0.9.0-pc\renpy\bootstrap.py", line 295, in bootstrap renpy.main.main() File "D:\games\HolidayIsland-0.0.9.0-pc\renpy\main.py", line 487, in main run(restart) File "D:\games\HolidayIsland-0.0.9.0-pc\renpy\main.py", line 147, in run renpy.execution.run_context(True) File "D:\games\HolidayIsland-0.0.9.0-pc\renpy\execution.py", line 761, in run_context context.run() File "game/script.rpy", line 1171, in script call File "game/actions.rpy", line 413, in script call File "game/functions.rpy", line 992, in script File "D:\games\HolidayIsland-0.0.9.0-pc\renpy\ast.py", line 1656, in execute if renpy.python.py_eval(condition): File "D:\games\HolidayIsland-0.0.9.0-pc\renpy\python.py", line 1749, in py_eval return py_eval_bytecode(code, globals, locals) File "D:\games\HolidayIsland-0.0.9.0-pc\renpy\python.py", line 1743, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/functions.rpy", line 992, in <module> TypeError: unsupported operand type(s) for +: 'int' and 'NoneType' Windows-8-6.2.9200 Ren'Py 6.99.12.4.2187 Holiday Island 0.0.9.3</module></module>

Greent

Which one? Amy or Natasha?

Darkhound

It's already in the list of fixed bugs in 0.1.0 beta. Please check the development news: <a href="https://www.patreon.com/posts/version-0-1-0-0-18171029">https://www.patreon.com/posts/version-0-1-0-0-18171029</a>

Darkhound

No sound yet.

Darkhound

Hey, when I beat natasha ar cards and get the boob job I get transported to an error page and get this : I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 1213, in script call File "game/loc_nightbar.rpy", line 200, in script call File "game/poker.rpy", line 760, in script call File "game/poker.rpy", line 824, in script call File "game/poker.rpy", line 1171, in script Exception: Unknown text tag u'b]that{/b' -- Full Traceback ------------------------------------------------------------ Full traceback: File "F:\Program restore\Restore files\Restore files\Holiday_Island\renpy\bootstrap.py", line 295, in bootstrap renpy.main.main() File "F:\Program restore\Restore files\Restore files\Holiday_Island\renpy\main.py", line 487, in main run(restart) File "F:\Program restore\Restore files\Restore files\Holiday_Island\renpy\main.py", line 147, in run renpy.execution.run_context(True) File "F:\Program restore\Restore files\Restore files\Holiday_Island\renpy\execution.py", line 761, in run_context context.run() File "game/script.rpy", line 1213, in script call File "game/loc_nightbar.rpy", line 200, in script call File "game/poker.rpy", line 760, in script call File "game/poker.rpy", line 824, in script call File "game/poker.rpy", line 1171, in script File "F:\Program restore\Restore files\Restore files\Holiday_Island\renpy\ast.py", line 613, in execute renpy.exports.say(who, what, interact=self.interact) File "F:\Program restore\Restore files\Restore files\Holiday_Island\renpy\exports.py", line 1147, in say who(what, interact=interact) File "F:\Program restore\Restore files\Restore files\Holiday_Island\renpy\character.py", line 877, in __call__ self.do_display(who, what, cb_args=self.cb_args, **display_args) File "F:\Program restore\Restore files\Restore files\Holiday_Island\renpy\character.py", line 716, in do_display **display_args) File "F:\Program restore\Restore files\Restore files\Holiday_Island\renpy\character.py", line 508, in display_say rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward) File "F:\Program restore\Restore files\Restore files\Holiday_Island\renpy\ui.py", line 285, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "F:\Program restore\Restore files\Restore files\Holiday_Island\renpy\display\core.py", line 2526, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs) File "F:\Program restore\Restore files\Restore files\Holiday_Island\renpy\display\core.py", line 2883, in interact_core self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn) File "F:\Program restore\Restore files\Restore files\Holiday_Island\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 "F:\Program restore\Restore files\Restore files\Holiday_Island\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 "F:\Program restore\Restore files\Restore files\Holiday_Island\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 "F:\Program restore\Restore files\Restore files\Holiday_Island\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 "F:\Program restore\Restore files\Restore files\Holiday_Island\renpy\display\screen.py", line 623, in render child = renpy.display.render.render(self.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 "F:\Program restore\Restore files\Restore files\Holiday_Island\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 "F:\Program restore\Restore files\Restore files\Holiday_Island\renpy\display\layout.py", line 1081, in render 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 "F:\Program restore\Restore files\Restore files\Holiday_Island\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 "F:\Program restore\Restore files\Restore files\Holiday_Island\renpy\text\text.py", line 1732, in render virtual_layout = Layout(self, width, height, renders, drawable_res=False, size_only=True) File "F:\Program restore\Restore files\Restore files\Holiday_Island\renpy\text\text.py", line 550, in __init__ self.paragraphs = self.segment(text.tokens, style, renders, text) File "F:\Program restore\Restore files\Restore files\Holiday_Island\renpy\text\text.py", line 1040, in segment raise Exception("Unknown text tag %r" % text) Exception: Unknown text tag u'b]that{/b' Windows-8-6.2.9200 Ren'Py 6.99.12.4.2187 Holiday Island 0.0.9.3

You are right, I must have forgotten to fix it. Did so right now. Thanks for reminding me.

Darkhound

I'm not sure that the error where 100 Lust = no erection has been fixed. I did the Aly swimsuit quest and after the last pose she says something about how she was expecting something more, but my lust was at 100.

Puppet Master

Does the game have a working sound? I can't get it to work . So can u direct me how to fix it ?

Okay thanks, fixed it.

Darkhound

Thank you so much :)

Darkhound

Thank you so much :)

Darkhound

You are the best. This game is amazing.

There is a minor error with the Natasha bathroom extended scene not being marked as "done" in the player's phone. It looks like you are missing the function call "add_scene_seen" in that block of the source code.

The game looks amazing. It's full of great ideas and awesome content. Keep up the good work. Looking forward for the Beta release!

i cant seem to get anywhere with the girls intmitely, i dont understand how to get the girls to go further. Joy was the only person that went far. Is there a walthrough?

Zieke

Thanks for the comment and the corrections. As always both are appreciated :) I've made all the corrections except the "uhmm" thing. This will take longer and I will check one scene after the other when I have some spare time.

Darkhound

Thanks. It just means that the images are inside a renpy archive file and no longer directly visible in the image folder :)

Darkhound

Great update, I'd play it during the next days. What does "The images in the update are now also distributed inside an archive" means? I couldn't find it.

Whitesnake

Great update! I haven't gotten through all of it, but I caught some spelling/grammar mistakes: 1st, do a global check: You are spelling the word um as uhmm (or uhm). The word "um" is a grunt used to give the speaker time to think and is quite prevalent. To elongate the sound spell it "umm" or add even more m's. You use it a lot, so you might think of substituting "er" or "ur" or "well" or just skipping it as overuse makes it less effective. Drink with Natasha: Ups =&gt; Oops. Aly Swimsuit Quest: Refers to Jennifer as Jessica, If that's what it needs to let me wear it =&gt; how it has to be to let me wear it, Rally nice! =&gt; Really nice! MC: persuade her. But =&gt; persuade her, but, MC: I think she'l =&gt; she'll, surry=&gt;sure, Jennifer last call: normaly =&gt; normally, paradig =&gt; parading. hope that helps.

Puppet Master

any help? can't seem to see the bathroom scene....thx

Chris Martin

Can you post the crash report please. Otherwise I cannot do anything about it.

Darkhound

Haha yes you are right, but it's in Aly's event, not Amy's :D I fixed it. Will be part of the next version.

Darkhound

Darkhound, on the Amy posing at the beach scene, she says "jessica" sent her a pic, but she shows a pic of Jennifer.

RedWolf

No problem.

Darkhound

thank you for providing Mega as one option to download from.

Long Tom

Got an error during Natasha titfuck after poker?

Azzpride5

I don't now if it's just you. But for me it's working without any problems.

Darkhound

i'm getting an invalid link for the mega link, is it just me ?

Lusa2


More Creators