Home Artists Posts Import Register

Downloads

Content

CYou can post your game related questions and bug reports for 0.1.6.x beta here and I try to answer/fix them whenever I have time.  

You can download the current version of the game from my main patreon page: https://www.patreon.com/darkhound1
or from this post:
https://www.patreon.com/posts/holiday-island-0-26498261
Get the update to 0.1.6.2 from this post:
https://www.patreon.com/posts/26706166
or from the file attached to this post

Bug list: 

  • Posing scene: Crash with  NameError: name 'l_camera_zoom' is not defined  --> will be fixed with 0.1.7.0 or you can use the attached quickfix file "events.rpyc"
  • If you invite Heather to the bar from her room and then play Hotshots,  you can't visit her room an hour later since she's not in the list  again --> will be fixed with 0.1.6.2  
  • Yvette's dinner appointment didn't count as a "sex" action --> will be fixed with 0.1.6.2  
  • Last picture of the "guess who" mini game could not be send --> will be fixed with 0.1.6.2 
  • Some errors in the save game updater that prevented very old save games from loading  --> will be fixed with 0.1.6.2 
  • Crash with "NameError: name 'jessica' is not defined" when starting a new game --> will be fixed with 0.1.6.2 
  • AttributeError: 'cl_character' object has no attribute 'room_type' happens during the update phase of a save game --> will be fixed with 0.1.6.2 or download and apply the quick fix "characters.rpyc" attached to this post   
  • Random crashes with "Out of memory". Probably either a memory leak, or too high settings for caches. Haven't been able to reproduce it --> no fix yet
  • Crash could occur when one of the new animations sequences with the controls is started. camera was not reset to index 0 --> fixed with 0.1.6.1  
  • When the player get's drunk during hotshots, he isn't drunk after the game --> fixed with 0.1.6.1  
  • After Yvette's hotshot "hot scene", player's and Yvette's lust and endurance weren't lowered --> fixed with 0.1.6.1 
  • Yvette's hotshots "hot scene" when MC is completely undressed:  could not find image. (u'scenes/Yvette/nightbar/Yvette_nightbar_hs4_heat14a.webp')  --> fixed with 0.1.6.1
  • When Yumiko sends you a guess who image:  Couldn't find file 'appointments/Amy/Amy_dinner9_face.jpg' crash could occur --> fixed with 0.1.6.1 
  • If you play HotShots against Aly and she's wearing her special outfit already, the game stats are not reset and the game directly ends --> fixed with 0.1.6.1  
  • Amy surprise visit in her room achievement had the wrong preview image --> fixed with 0.1.6.1  
  • Some achievements where you visited the girl's room where not displayed correctly --> fixed with 0.1.6.1  

Please note: All quick fix files attached to this post have to be copied into the folder "<wherever you extracted your holiday island>\game"
ATTENTION: You need to update your game to 0.1.6.2 before you use any of the quick fix files!!!

Comments

Monsieur X

There is still a script error with Yumiko guessing game ( Amy's dinner scene ).

Anonymous

I got this when i recieved a picture from Yumiko: I'm sorry, but an uncaught exception occurred. While loading 1280 720 True&gt; 0.75 0.75 True&gt; 307.5 318.75 96.0 54.0&gt;: File "renpy/common/000statements.rpy", line 531, in execute_call_screen store._return = renpy.call_screen(name, *args, **kwargs) IOError: Couldn't find file 'appointments/Amy/Amy_dinner9_face.jpg'. -- Full Traceback ------------------------------------------------------------ Full traceback: File "C:\Users\FlLip\OneDrive\Desktop\Holiday Island\renpy\bootstrap.py", line 313, in bootstrap renpy.main.main() File "C:\Users\FlLip\OneDrive\Desktop\Holiday Island\renpy\main.py", line 525, in main run(restart) File "C:\Users\FlLip\OneDrive\Desktop\Holiday Island\renpy\main.py", line 139, in run renpy.execution.run_context(True) File "C:\Users\FlLip\OneDrive\Desktop\Holiday Island\renpy\execution.py", line 892, in run_context context.run() File "game/script.rpyc", line 769, in script call ޗ .r ��P��Y�YуJh+��_,��|+�T��!�g�s%��VH�s�˼^�%B�D@���6��p��o· File "game/pl_actions.rpyc", line 1925, in script �bS��+����=���w��B�Y�;RY&lt; File "game/script.rpyc", line 769, in script call ޗ .r ��P��Y�YуJh+��_,��|+�T��!�g�s%��VH�s�˼^�%B�D@���6��p��o· File "game/pl_actions.rpyc", line 1925, in script �bS��+����=���w��B�Y�;RY&lt; File "C:\Users\FlLip\OneDrive\Desktop\Holiday Island\renpy\ast.py", line 1911, in execute self.call("execute") File "C:\Users\FlLip\OneDrive\Desktop\Holiday Island\renpy\ast.py", line 1899, in call return renpy.statements.call(method, parsed, *args, **kwargs) File "C:\Users\FlLip\OneDrive\Desktop\Holiday Island\renpy\statements.py", line 220, in call return method(parsed, *args, **kwargs) File "renpy/common/000statements.rpy", line 531, in execute_call_screen store._return = renpy.call_screen(name, *args, **kwargs) File "C:\Users\FlLip\OneDrive\Desktop\Holiday Island\renpy\exports.py", line 2875, in call_screen rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward) File "C:\Users\FlLip\OneDrive\Desktop\Holiday Island\renpy\ui.py", line 289, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "C:\Users\FlLip\OneDrive\Desktop\Holiday Island\renpy\display\core.py", line 2690, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs) File "C:\Users\FlLip\OneDrive\Desktop\Holiday Island\renpy\display\core.py", line 3174, in interact_core self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn) File "C:\Users\FlLip\OneDrive\Desktop\Holiday Island\renpy\display\core.py", line 2086, in draw_screen renpy.config.screen_height, File "render.pyx", line 516, in renpy.display.render.render_screen File "render.pyx", line 244, in renpy.display.render.render File "C:\Users\FlLip\OneDrive\Desktop\Holiday Island\renpy\display\layout.py", line 722, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 151, in renpy.display.render.render File "render.pyx", line 244, in renpy.display.render.render File "C:\Users\FlLip\OneDrive\Desktop\Holiday Island\renpy\display\layout.py", line 722, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 151, in renpy.display.render.render File "render.pyx", line 244, in renpy.display.render.render File "C:\Users\FlLip\OneDrive\Desktop\Holiday Island\renpy\display\layout.py", line 722, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 151, in renpy.display.render.render File "render.pyx", line 244, in renpy.display.render.render File "C:\Users\FlLip\OneDrive\Desktop\Holiday Island\renpy\display\screen.py", line 669, in render child = renpy.display.render.render(self.child, w, h, st, at) File "render.pyx", line 151, in renpy.display.render.render File "render.pyx", line 244, in renpy.display.render.render File "C:\Users\FlLip\OneDrive\Desktop\Holiday Island\renpy\display\layout.py", line 722, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 151, in renpy.display.render.render File "render.pyx", line 244, in renpy.display.render.render File "C:\Users\FlLip\OneDrive\Desktop\Holiday Island\renpy\display\behavior.py", line 740, in render rv = super(Button, self).render(width, height, st, at) File "C:\Users\FlLip\OneDrive\Desktop\Holiday Island\renpy\display\layout.py", line 1124, in render st, at) File "render.pyx", line 151, in renpy.display.render.render File "render.pyx", line 244, in renpy.display.render.render File "C:\Users\FlLip\OneDrive\Desktop\Holiday Island\renpy\display\im.py", line 580, in render return cache.get(self, render=True) File "C:\Users\FlLip\OneDrive\Desktop\Holiday Island\renpy\display\im.py", line 266, in get surf = image.load() File "C:\Users\FlLip\OneDrive\Desktop\Holiday Island\renpy\display\im.py", line 1004, in load return cache.get(self.image).subsurface((self.x, self.y, File "C:\Users\FlLip\OneDrive\Desktop\Holiday Island\renpy\display\im.py", line 266, in get surf = image.load() File "C:\Users\FlLip\OneDrive\Desktop\Holiday Island\renpy\display\im.py", line 860, in load surf = cache.get(self.image) File "C:\Users\FlLip\OneDrive\Desktop\Holiday Island\renpy\display\im.py", line 266, in get surf = image.load() File "C:\Users\FlLip\OneDrive\Desktop\Holiday Island\renpy\display\im.py", line 805, in load child = cache.get(self.image) File "C:\Users\FlLip\OneDrive\Desktop\Holiday Island\renpy\display\im.py", line 266, in get surf = image.load() File "C:\Users\FlLip\OneDrive\Desktop\Holiday Island\renpy\display\im.py", line 625, in load surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename) File "C:\Users\FlLip\OneDrive\Desktop\Holiday Island\renpy\loader.py", line 576, in load raise IOError("Couldn't find file '%s'." % name) IOError: Couldn't find file 'appointments/Amy/Amy_dinner9_face.jpg'. Windows-8-6.2.9200 Ren'Py 7.2.2.491 Holiday Island 0.1.6.0 Wed May 01 12:35:38 2019

darkhound1

When exactly did you get this error, and what picture/text did Yumiko send?

Anonymous

I couldn't open the picture. It happened when I kicked on the envelope

darkhound1

Is it possible that the conversation/picture send was already there from an older version? This should be fixed since 0.1.5. New send pictures should not have this problem.

Emperor

Starting with, I love ur game! I am wondering if breast expansion and/or even bigger tits then the biggest now are a possibility? Like maybe double the size? Just a thought! I am a bit crazy xD Btw, know that Natasha have some expanding, but get some more maybe? xD

Anonymous

When I go to the Doctor's Office, the music gives me feedback.

Anonymous

Maybe not feedback, is the sound of the Doctor's Office supposed to be a dentist drill?

Anonymous

The right click to access the save menu doesn't seem to be working.

Anonymous

ok so this isn't a bug from the update but I noticed this when I was playing the 1.5.1 beta when lacey is the doctor when you have any sort of "fun" with her she reverts to her dinning room clothes aka basic clothing and she also becomes a gray see through person thing and its a serious turn off lmao.

Anonymous

Game shut down during Jennifers transformation story at the night bar. It didn't crash just turned off. Noob move I forgot to save :(

Anonymous

Your auto save works great brought me right back to the spot it shut down and works fine could of been a hiccup all good now :)

Anonymous

I got a strange error from the start of the Wet T-shirt Contest: I'm sorry, but an uncaught exception occurred. While loading : Exception: Could not load image u'characters/Jennifer/Jennifer_wet_present2.png': error('Out of memory',) -- Full Traceback ------------------------------------------------------------ Full traceback: File "C:\Users\Owner\Downloads\HolidayIsland-0.1.6.0-pc\renpy\bootstrap.py", line 313, in bootstrap renpy.main.main() File "C:\Users\Owner\Downloads\HolidayIsland-0.1.6.0-pc\renpy\main.py", line 525, in main run(restart) File "C:\Users\Owner\Downloads\HolidayIsland-0.1.6.0-pc\renpy\main.py", line 139, in run renpy.execution.run_context(True) File "C:\Users\Owner\Downloads\HolidayIsland-0.1.6.0-pc\renpy\execution.py", line 892, in run_context context.run() File "game/script.rpyc", line 898, in script call �`ś5�@�{�'A���J�Uz�t��4ը�߉��8�.��.� File "game/appointments.rpyc", line 5895, in script Ω�G#m�I����ܱ��0��#/� �YI~�d^:PS4/�-��"�����Ôu��:�H�J��z�+�K ���K�x^�t8&gt;J�A��ٱ�S��`D���� �&amp;�^肄ZQ1�M@�T���w&gt;�a���aq�f��s����e��H��VPyWM�w��n�zX��0*��x[���úm File "game/script.rpyc", line 898, in script call �`ś5�@�{�'A���J�Uz�t��4ը�߉��8�.��.� File "game/appointments.rpyc", line 5895, in script Ω�G#m�I����ܱ��0��#/� �YI~�d^:PS4/�-��"�����Ôu��:�H�J��z�+�K ���K�x^�t8&gt;J�A��ٱ�S��`D���� �&amp;�^肄ZQ1�M@�T���w&gt;�a���aq�f��s����e��H��VPyWM�w��n�zX��0*��x[���úm File "C:\Users\Owner\Downloads\HolidayIsland-0.1.6.0-pc\renpy\ast.py", line 1375, in execute renpy.exports.with_statement(trans, paired) File "C:\Users\Owner\Downloads\HolidayIsland-0.1.6.0-pc\renpy\exports.py", line 1578, in with_statement return renpy.game.interface.do_with(trans, paired, clear=clear) File "C:\Users\Owner\Downloads\HolidayIsland-0.1.6.0-pc\renpy\display\core.py", line 2240, in do_with clear=clear) File "C:\Users\Owner\Downloads\HolidayIsland-0.1.6.0-pc\renpy\display\core.py", line 2690, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs) File "C:\Users\Owner\Downloads\HolidayIsland-0.1.6.0-pc\renpy\display\core.py", line 3174, in interact_core self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn) File "C:\Users\Owner\Downloads\HolidayIsland-0.1.6.0-pc\renpy\display\core.py", line 2086, in draw_screen renpy.config.screen_height, File "render.pyx", line 516, in renpy.display.render.render_screen File "render.pyx", line 244, in renpy.display.render.render File "C:\Users\Owner\Downloads\HolidayIsland-0.1.6.0-pc\renpy\display\layout.py", line 722, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 151, in renpy.display.render.render File "render.pyx", line 244, in renpy.display.render.render File "C:\Users\Owner\Downloads\HolidayIsland-0.1.6.0-pc\renpy\display\transition.py", line 361, in render top = render(self.new_widget, width, height, st, at) File "render.pyx", line 151, in renpy.display.render.render File "render.pyx", line 244, in renpy.display.render.render File "C:\Users\Owner\Downloads\HolidayIsland-0.1.6.0-pc\renpy\display\layout.py", line 722, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 151, in renpy.display.render.render File "render.pyx", line 244, in renpy.display.render.render File "C:\Users\Owner\Downloads\HolidayIsland-0.1.6.0-pc\renpy\display\layout.py", line 722, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 151, in renpy.display.render.render File "render.pyx", line 244, in renpy.display.render.render File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render File "render.pyx", line 244, in renpy.display.render.render File "C:\Users\Owner\Downloads\HolidayIsland-0.1.6.0-pc\renpy\display\image.py", line 719, in render return wrap_render(self.target, width, height, st, at) File "C:\Users\Owner\Downloads\HolidayIsland-0.1.6.0-pc\renpy\display\image.py", line 306, in wrap_render rend = render(child, w, h, st, at) File "render.pyx", line 151, in renpy.display.render.render File "render.pyx", line 244, in renpy.display.render.render File "C:\Users\Owner\Downloads\HolidayIsland-0.1.6.0-pc\renpy\display\im.py", line 580, in render return cache.get(self, render=True) File "C:\Users\Owner\Downloads\HolidayIsland-0.1.6.0-pc\renpy\display\im.py", line 266, in get surf = image.load() File "C:\Users\Owner\Downloads\HolidayIsland-0.1.6.0-pc\renpy\display\im.py", line 625, in load surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename) File "C:\Users\Owner\Downloads\HolidayIsland-0.1.6.0-pc\renpy\display\pgrender.py", line 162, in load_image raise Exception("Could not load image {!r}: {!r}".format(filename, e)) Exception: Could not load image u'characters/Jennifer/Jennifer_wet_present2.png': error('Out of memory',) Windows-7-6.1.7601-SP1 Ren'Py 7.2.2.491 Holiday Island 0.1.6.0 Wed May 01 20:10:24 2019

Anonymous

that's weird because I just had the wet t shirt contest and didn't have that error

Anonymous

When Yvette makes you cum during Hot Shots, you know that some images are missing. However, your lust isn't lowered. Also, when you drink in Hot Shots, you don't get the drunk effect afterward.

Monsieur X

I send you another odd bug on F95zone.

Anonymous

Game keeps crashing with the new music seems like when Amy is on screen.

Anonymous

When you go to an appoint from the pool by pushiing the button on the message alert box, the sound effects continue, even though you are in a room (Jennifer's Clothes event was the one that did it for me).

Monsieur X

I sent you another log with save for the "out of memory" issue. Maybe it will help.

BRZ driver

any idea on when 1.61 will be??

Anonymous

Don't know if this is related to 1.6.0, but I can't seem to be able to trigger Eva's breast implants story event... So I'm stuck and can't finish the quest and can't get Joy's third meeting... Are there special requirements in order to trigger the breast implants story version of the reward date ?

Anonymous

Not sure if someone said it already but right after Yvette gets on your lap when she’s drunk during hot shots, she tells you to cum on her stomach, when that’s about to happen, game crashes.

darkhound1

Only if you ended the previous "use of the new animation screen" not with camera 0. It's already in the bug list. It has been fixed.

Anonymous

Silly question... How to win Hotshots?

Anonymous

Only way to win hotshots regularly is learning answers to questions

Anonymous

I can't get passed 80 Heat, both 3/3 and peaking on drunkenness

darkhound1

I've added a new post for next update. I hope to have it ready this weekend.

madmaxxlr

crashed during heather's poo pose scenes. not sure if anyone mentioned it.

darkhound1

It's already in the list - camera index was not reset to 0 when the animation sequence is started.

Brianiac

With this version, I'm starting to get Windows errors at random times: "HolidayIsland.exe has stopped working." It seems to happen at random times. Most recently in the sauna with Faye. (Which is an amazing new location!) This might be "out of memory" crashes you mention. I took a screen shot of the error, but I don't see a way to post it here. The relevant information from the error: Problem Event Name: APPCRASH Fault Module Name: surface.pyd

darkhound1

Same memory problem. I don't know if it is a problem of the renpy version or of some of the new dynamic code. I never had the problem on my system. And from the relative small number of complaints, it seems it only happens on some systems. The crash doesn't show where it is coming from. It's just that when the game tries to load another image, you get a crash with the memory problem. But the problem is not caused by this image. There has to be a memory leak somewhere, but I have no idea where.

Anonymous

I'm sorry, but an uncaught exception occurred. While running game code: File "game/interactive_sex.rpy", line 149, in &lt;module&gt; IndexError: list index out of range -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpyc", line 1350, in script call File "game/loc_pool.rpyc", line 150, in script call g��9��D��@����C File "game/loc_pool.rpyc", line 463, in script call 3ߣj�s�v�4&lt;s&gt;����7�n��n��p.6�nK2 File "game/loc_pool.rpyc", line 2446, in script call ]���� File "game/interactive_sex.rpyc", line 149, in script �v�F�Ɛ]CL�6����|�OX6�m���:�&amp;��A/(��⅜��|!a��&gt;�7w�o�)%�qe����y[ File "E:\Videos\renpy\ast.py", line 900, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "E:\Videos\renpy\python.py", line 1930, in py_exec_bytecode exec bytecode in globals, locals File "game/interactive_sex.rpy", line 149, in &lt;module&gt; IndexError: list index out of range Windows-8-6.2.9200 Ren'Py 7.2.2.491 Holiday Island 0.1.6.0 Sun May 05 23:48:30 2019&lt;/module&gt;&lt;/s&gt;&lt;/module&gt;

Anonymous

I don't know if this was posted but I used hair cream to up my looks to get the scene with heather. got the bug obv then hit ignore. brought me to the end of Yvette scene ("dinner scene") hit cum then it brought me back to heather scene

Anonymous

playing hot shots with Yvette accidently entered 2 letters during hangman

Anonymous

I'm sorry, but an uncaught exception occurred. While running game code: File "renpy/common/00director.rpy", line 293, in interact show_director = interact_base() File "renpy/common/00director.rpy", line 257, in interact_base text = renpy.scriptedit.get_line_text(filename, line) UnicodeDecodeError: 'utf8' codec can't decode byte 0xaa in position 19: invalid start byte -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpyc", line 1372, in script call File "game/loc_nightbar.rpyc", line 4834, in script ��?��75Q��P4J@��UAp�G��0�7�p�nǸu笙������3����~D�BD=��9�ࢪ t)�,FUSp'6[�'A�V�o4vr3�x+�`}�pC�)�����+7�y�wn(S?�FpJ �8UT�O�z*���Y��GS���3������f����q��f����f��,o�-��ltC� File "E:\Videos\renpy\ast.py", line 694, in execute renpy.exports.say(who, what, *args, **kwargs) File "E:\Videos\renpy\exports.py", line 1322, in say who(what, *args, **kwargs) File "E:\Videos\renpy\character.py", line 1127, in __call__ self.do_display(who, what, cb_args=self.cb_args, **display_args) File "E:\Videos\renpy\character.py", line 842, in do_display **display_args) File "E:\Videos\renpy\character.py", line 591, in display_say rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward) File "E:\Videos\renpy\ui.py", line 289, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "E:\Videos\renpy\display\core.py", line 2683, in interact i() File "renpy/common/00director.rpy", line 293, in interact show_director = interact_base() File "renpy/common/00director.rpy", line 257, in interact_base text = renpy.scriptedit.get_line_text(filename, line) File "E:\Videos\renpy\scriptedit.py", line 97, in get_line_text ensure_loaded(filename) File "E:\Videos\renpy\scriptedit.py", line 86, in ensure_loaded renpy.parser.list_logical_lines(fn, add_lines=True) File "E:\Videos\renpy\parser.py", line 214, in list_logical_lines data = f.read().decode("utf-8") File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/encodings/utf_8.py", line 16, in decode UnicodeDecodeError: 'utf8' codec can't decode byte 0xaa in position 19: invalid start byte Windows-8-6.2.9200 Ren'Py 7.2.2.491 Holiday Island 0.1.6.0 Mon May 06 00:08:56 2019

Wild Buck

Will you be adding content for the girls with more realistic figures (Elizia, Brenda, Lacey) and will you be adding any more characters? I think the game would be more popular if there wasn’t such a focus on HUGE tits.

Wild Buck

Can you please introduce more variety in sex position? Girl on top and face to face is too common.

Anonymous

Get Eva in her Skimpy Bikini, walk on the beach with her, take a closer look, then she starts the story. Let her win a contest, and she continues the story on your date. Talk to reception to find out that Joy is coming to the island again. When you meet with Joy, she'll finish the story.

Anonymous

When you try to rollback, but have looked at at a pic on your phone, you cannot, due to the zoom in function. Instead of rolling back, the picture scrolls in.

darkhound1

Yes it is like that. There is no way around it. There are several rollback blocks in place now. same with the new animation interface.

Monsieur X

I am unable to visit Jessica when she sleeps (she is apparently busy) and for the day/evening/night visits it looks like the new pictures don't trigger ( those named "Jessica_visit_night/sleep/swim" in the folder "game\images\scenes\Jessica\visit"). I always see the old base pictures the ones in the folder "game\images\characters\Jessica" named "Jessica_swim/night_base".

darkhound1

It works on my system (I can visit her at night and all new images are used). Do you see the new "visit" achievements for her? Just to make sure, you really did visit Jessica and not Jennifer, right?

Anonymous

Hello, with V0.1.6.2, game crash when playing hotshot with Heather (soft question) I'm sorry, but an uncaught exception occurred. While running game code: File "game/loc_nightbar.rpy", line 6912, in &lt;module&gt; File "game/data_minigame.rpy", line 57, in get_answers File "game/characters.rpy", line 275, in get_hs_answer AttributeError: 'cl_character' object has no attribute 'hs_answers' &lt;/module&gt;

Anonymous

Some of the answers for Aly actually belong to Amy: 1 Step-sister named Alice, Former Job: Fitness coach &amp; High Class Escort, should be Busty Model, Grew up in Germany, both parents from Germany. This is hard to check, I hope it won't be hard to fix.

Anonymous

The threesome questions are off. It says "Made some MMF's" or "Made some FMM's." It should be "Had some" instead of "Made some." Also, there is no difference between a threesome that is male, male, female and one that is female, male, male (I guess there might be, but I don't know it). It should be FFM, I think, for female, female, male.

darkhound1

I'v changed all the answers to sound more like english and make more sense :)

darkhound1

Thanks for posting this. I don't know how it happened, but Aly got all her answers copied from Amy. I will fix that for the next release.

darkhound1

I checked, but I have no idea how that happened. Maybe some problem with your save game?

Anonymous

I'm getting the following error when Heather's posing scenes start. I've redownloaded 0.1.6.1 and applied the 0.1.6.2 fixes a few times, still crashes. I'm sorry, but an uncaught exception occurred. While running game code: File "game/events.rpy", line 7920, in NameError: name 'l_camera_zoom' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "/private/var/folders/f8/xrkyvp7113z_jqc9wb5rqm2r0000gn/T/AppTranslocation/FEAB4B2E-1D82-4E24-8D25-E4DE81828FAF/d/HolidayIsland.app/Contents/Resources/autorun/renpy/bootstrap.py", line 313, in bootstrap renpy.main.main() File "/private/var/folders/f8/xrkyvp7113z_jqc9wb5rqm2r0000gn/T/AppTranslocation/FEAB4B2E-1D82-4E24-8D25-E4DE81828FAF/d/HolidayIsland.app/Contents/Resources/autorun/renpy/main.py", line 525, in main run(restart) File "/private/var/folders/f8/xrkyvp7113z_jqc9wb5rqm2r0000gn/T/AppTranslocation/FEAB4B2E-1D82-4E24-8D25-E4DE81828FAF/d/HolidayIsland.app/Contents/Resources/autorun/renpy/main.py", line 139, in run renpy.execution.run_context(True) File "/private/var/folders/f8/xrkyvp7113z_jqc9wb5rqm2r0000gn/T/AppTranslocation/FEAB4B2E-1D82-4E24-8D25-E4DE81828FAF/d/HolidayIsland.app/Contents/Resources/autorun/renpy/execution.py", line 892, in run_context context.run() File "game/script.rpyc", line 839, in script call �IX5� File "game/pl_actions.rpyc", line 171, in script call �~��5�~��������-�C-��n4_�ƈ�V��;�z��.S�'�{2�{[g��R��N�W�v�Pm��j.�56����A��d�#,/�����)&amp;"�� �nGx�]���@e��h����ֱC abd]�v;����m�!D��z�vxj� File "game/loc_girls_room.rpyc", line 53, in script call �d�iMc;[! k&gt;�_��c-��:�� ��Y�D� -t�%�� �#ń�#���z^����2����D����� �W@F��s+ ��}� File "game/loc_girls_room.rpyc", line 1211, in script call ��eP�k����cwh�iB�7�G����:7���I/(�w�&amp;Q��1�?���#�{��u4� ���e�GD�=�Q5"��Ѥ D��1f��6{ �O�i��3{�D��(�#"�@�&amp;rL�K#��Ǩ2{����d�7k�M�^e�u�ˠ�#�&amp;�.h�jRJrg��$�r�ä File "game/events.rpyc", line 7920, in script k�j�k���4.O`YןP�_j]��F�o�l&lt;�l5V��l|&gt;� �s���,�Q/f&gt;ij� ������4�����G%&gt;&gt; e?CJ� hCvw����͆�����w4������w�]�I��f��'�}�/#=ʤ�k�����uZT� File "game/script.rpyc", line 839, in script call �IX5� File "game/pl_actions.rpyc", line 171, in script call �~��5�~��������-�C-��n4_�ƈ�V��;�z��.S�'�{2�{[g��R��N�W�v�Pm��j.�56����A��d�#,/�����)&amp;"�� �nGx�]���@e��h����ֱC abd]�v;����m�!D��z�vxj� File "game/loc_girls_room.rpyc", line 53, in script call �d�iMc;[! k&gt;�_��c-��:�� ��Y�D� -t�%�� �#ń�#���z^����2����D����� �W@F��s+ ��}� File "game/loc_girls_room.rpyc", line 1211, in script call ��eP�k����cwh�iB�7�G����:7���I/(�w�&amp;Q��1�?���#�{��u4� ���e�GD�=�Q5"��Ѥ D��1f��6{ �O�i��3{�D��(�#"�@�&amp;rL�K#��Ǩ2{����d�7k�M�^e�u�ˠ�#�&amp;�.h�jRJrg��$�r�ä File "game/events.rpyc", line 7920, in script k�j�k���4.O`YןP�_j]��F�o�l&lt;�l5V��l|&gt;� �s���,�Q/f&gt;ij� ������4�����G%&gt;&gt; e?CJ� hCvw����͆�����w4������w�]�I��f��'�}�/#=ʤ�k�����uZT� File "/private/var/folders/f8/xrkyvp7113z_jqc9wb5rqm2r0000gn/T/AppTranslocation/FEAB4B2E-1D82-4E24-8D25-E4DE81828FAF/d/HolidayIsland.app/Contents/Resources/autorun/renpy/ast.py", line 900, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "/private/var/folders/f8/xrkyvp7113z_jqc9wb5rqm2r0000gn/T/AppTranslocation/FEAB4B2E-1D82-4E24-8D25-E4DE81828FAF/d/HolidayIsland.app/Contents/Resources/autorun/renpy/python.py", line 1930, in py_exec_bytecode exec bytecode in globals, locals File "game/events.rpy", line 7920, in NameError: name 'l_camera_zoom' is not defined Darwin-18.5.0-x86_64-i386-64bit Ren'Py 7.2.2.491 Holiday Island 0.1.6.2 Sun May 12 09:59:35 2019

Anonymous

Faye Pull-Up scene (note that pull-ups is one word separated by a hyphen, you have it misspelled many times both as pullups and pull ups.)-- Faye: "I known, but I have an idea." should be "I know." "Since we're alone and I'm in the right mood..." needs a comma: "alone, and I'm". Also, Since you can't stop staring and you know" needs a comma: "staring, and you know" . "How about I do the pullups with my boobs exposed." should be "How about I do the pull-ups with my boobs exposed?" "I'll do as many reps as I can and you" needs a comma after can. "If you somehow for whatever reason" needs two commas: "somehow, for whatever reason,". "Yes sure Faye." needs commas: "Yes, sure, Faye" "Can you help me and my huge asset up again?" should be "assets". "a hold" should be "ahold". "You image your" should be "imagine". "cover my huge tits all in your hot cum!" ahould be "all over". The shower sound effect should be looped, but it cuts out after playing once. "Now get to work PC name' should have a comma after "work,". "What's the problem PC name?" should have a comma after "problem,". "Cover me in your cum PC name!" needs a comma after "cum,". "I could look at you all day Faye" needs a comma after "day,". "I guess it was good thinking to do that while showering," should be "I guess it was a good idea to do that while showering." "See you PC name" needs a comma after "you,", and "Bye Faye" needs a comma after "Bye,". When girls object to flashing: "What kind of girl are you taking me for?" should be "What kind of girl do you take me for?"

Anonymous

This isn't a bug, but it's a shame that when Faye puts her foot up, we don't get to see her toes as we can on the phone.

Anonymous

When you get the Heather's hot scene after Hot Shots, she says that she masturbated, but her endurance and lust don't go down. Maybe she's lying. Hmm...

Anonymous

I can't get Yumiko to send me the last pic for Guess Who. I've tried everything, but either I am very unlucky or it's a bug.

darkhound1

It was a bug, but I've fixed it with 0.1.6.2, so it should work now. Which image is it? Open the console and type joy.introduced The result should be True. If it isn't set it to True. But the updater to 0.1.6.2 should already have done this.

Anonymous

In Hot Shots, Renee says that she is wearing panties, when clearly she is not. Also, the question of what is Renee's most sensible body part, should be sensitive. In Hot Shots, Aly says, "You though it would be more, huh?" when it should be thought.

Anonymous

In Hot Shots, the answer to "What was Yvette's field of study?" is "Droped high school." It should be "Dropped out of High School." This isn't terrible, but the answer: "Dropped High School" is counted as wrong which is misleading.

Anonymous

Desire's TF after Poker: Your choices are: "Yes" or "No, your too horny." The second choice should be "No, you're too horny," as in you are too horny, not the possessive.

Anonymous

Another typo I noticed in Yvette's dinner scene: "phantastic" should be "fantastic."

Anonymous

Some possible typos: Yvette Swimming scene: "Dammn!" should be Damn! or if you're trying to show awe by holding out the vowel sound "Daaamn!" Dinner with Amy: "Don't forget to breath" should be "breathe" Yvette Short Visit: "Damn, you've send Amy home" should be "sent"

Anonymous

These aren't necessarily bugs, but: 1) When the girls Flash their breasts but fail their Lust check, there is no penalty. Maybe they should lose affection as they do when they fail their lust check for a Grope. 2) When you have a drink with Yumiko at Last Call, you don't get the Drunk Condition. Maybe that's by design since you're just sipping your drink. Also, if you played Hot Shots earlier it could lead to you passing out!

Anonymous

in which explizit Directory I have to unpack the files of 0.1.6.2? I tried it a few times in the main Directory of the game, but in the starting window there stands Always the 0.1.6.0 beta screen after loading the game and I got the Yvette Hotshots bugfix everytime. that's why I'm thinking, that I Chose the wrong Directory. I'm using Windows. Thanks for help in advanced...

darkhound1

Into the directory you unpacked 0.1.6.0 It's really not that difficult. Just look at the content inside the zip file (of 0.1.6.2). There is only one folder named "game" inside. Where you installed 0.1.6.0 there is also a folder named game. Well, game folder goes to game folder on same level, to overwrite the files. So don't copy the game folder from the zip into the ...../game folder where you copied your 0.1.6.0 files. I really don't know how to desribe it any better.