Home Artists Posts Import Register
Join the new SimpleX Chat Group!

Content

You can post your game related questions and bug reports for 0.1.3.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 

Bug list: 

  • Delizia sexting is not working and not showing up in achievements --> will be fixed with 0.1.3.2  
  • Fixed a rare crash during player masturbation scene  (ValueError: list.remove(x): x not in list ) --> will be fixed with 0.1.3.2 
  • Yumiko's bra size wasn't shown event though she told you --> will be fixed with 0.1.3.2  
  • Aly pool pose topless scene was not added as done/seen in the achievements  --> will be fixed with 0.1.3.2  
  • The interaction counters (daily and weekly) were not reset for special girls and girls not on the island --> will be fixed with 0.1.3.2  
  • There is a bug in Aly's event where you can get her teenage photos. She won't send the first photo and the quest is stuck at that point. --> will be fixed with 0.1.3.2  
  • Delizia gym scenes - achievements are not available on the phone --> will be fixed with 0.1.3.2 
  • Yumiko poker win is listed two times in the achievements (was introduced with 0.1.3.1) --> will be fixed with 0.1.3.2  
  • Yumiko achievement description for last bar scene is wrong (same as the one before) --> will be fixed with 0.1.3.2  
  • After the Eva reward event, all buttons are deactivated. To activate them, open the console and type: menu_active = False --> fixed with 0.1.3.1 - you still need to type the console code once if the error already happened in your game
  • You can do the posing appointment with Yumiko. That's not supposed to be possible. There are no renders or script for that.  --> fixed with 0.1.3.1
  • When you walk (goto) the location with the wet T contest instead of using the button at the lower right of the screen to start it, you get a crash. --> fixed with 0.1.3.1
  • When Yumiko is on shift in the nightbar that day, when you hug/kiss Jennifer in the gym, the game "thinks" you're hugging/kissing Yumiko.  --> fixed with 0.1.3.1
  • Updating older saves (prior to 0.1.2) can lead to crashes " global name 'yumiko' is not defined"  --> fixed with 0.1.3.1

Please download the bug fixes and upgrade to version 0.1.3.1 beta from this post:
https://www.patreon.com/posts/22485314 

Please note: All quick fix files attached to this post have to be copied into the folder "<wherever you extracted your holiday island>\game" --> none at the moment

Comments

Heiko Berg

i have found a generally bug, related if you start the game. If u use a headphone which deactivate your primary sound device, the game won't start cause it doesn't use the actually sound device.

Heiko Berg

Full traceback: File "L:\Software + Updates\HolidayIsland-0.1.3.0-pc\renpy\bootstrap.py", line 313, in bootstrap renpy.main.main() File "L:\Software + Updates\HolidayIsland-0.1.3.0-pc\renpy\main.py", line 500, in main renpy.display.core.Interface() File "L:\Software + Updates\HolidayIsland-0.1.3.0-pc\renpy\display\core.py", line 1638, in __init__ renpy.audio.audio.init() File "L:\Software + Updates\HolidayIsland-0.1.3.0-pc\renpy\audio\audio.py", line 818, in init renpysound.init(renpy.config.sound_sample_rate, 2, bufsize, False) File "renpysound.pyx", line 200, in renpy.audio.renpysound.init File "renpysound.pyx", line 63, in renpy.audio.renpysound.check_error Exception: DirectSoundCreate: Mixing buffer was lost After initialization, but before game start. Exception: DirectSoundCreate: Mixing buffer was lost

darkhound1

Nothing I can do about it. It's a Renpy problem. Since the game doesn't have sound, just unplug the headphone. A short google search suggests to run as administrator

Anonymous

After the Eva-Reward appointment most of the menu options freeze. You can't go anywhere or click anything beside load/save/menu and settings.

Anonymous

Happened the same as Sam for me... the game not crashed but got freezed after the appointment. I've temporarily solved calling a random label from the console: call talk_reception

Heiko Berg

in the selection of the masturbation girl i have just Aly all the time, no other girl is showing. And i got an error message when the pull-ups scene is starting with Natasha. I have noticed also often many grey screens between switching the location/scenes, which weren't there in the previous version.

Heiko Berg

i have red the post of the masturbation scene, missed your change, so its not a bug, cause you have to unlock them now first.

Bantry

Like many others I encountered the freeze after the Eva reward scene. When I went back to load my save at the start of the scene I received this error message. I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 777, in script call call appointment_reward1 (event_char) from _call_appointment_reward1 File "game/appointments.rpy", line 935, in script call call appointment_reward1_eva (char1) from _call_appointment_reward1_eva File "game/appointments.rpy", line 1316, in script label appointment_reward1_eva(char1): Exception: Required parameter char1 has no value. -- Full Traceback ------------------------------------------------------------ Full traceback: File "C:\Holiday Island\renpy\bootstrap.py", line 313, in bootstrap renpy.main.main() File "C:\Holiday Island\renpy\main.py", line 513, in main run(restart) File "C:\Holiday Island\renpy\main.py", line 139, in run renpy.execution.run_context(True) File "C:\Holiday Island\renpy\execution.py", line 876, in run_context context.run() File "game/script.rpy", line 777, in script call call appointment_reward1 (event_char) from _call_appointment_reward1 File "game/appointments.rpy", line 935, in script call call appointment_reward1_eva (char1) from _call_appointment_reward1_eva File "game/appointments.rpy", line 1316, in script label appointment_reward1_eva(char1): File "C:\Holiday Island\renpy\ast.py", line 823, in execute values = apply_arguments(self.parameters, renpy.store._args, renpy.store._kwargs) File "C:\Holiday Island\renpy\ast.py", line 154, in apply_arguments return parameters.apply(args, kwargs, ignore_errors) File "C:\Holiday Island\renpy\ast.py", line 122, in apply raise Exception("Required parameter %s has no value." % name) Exception: Required parameter char1 has no value. Windows-8-6.2.9200 Ren'Py 7.1.1.929 Holiday Island 0.1.3.0 Fri Nov 02 16:28:00 2018

darkhound1

To fix the problem with the inactive buttons, open the console and type: menu_active = False

Anonymous

I got this error when I went to the beach for the wet T-shirt contest: I'm sorry, but an uncaught exception occurred. While running game code: Exception: In DynamicImage u'events/event_[i_appointment_location]_wet_t_contest.jpg': Could not find substitution 'i_appointment_location'. -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpyc", line 783, in script call ܯ�p��L��k��V�n�AA~Yy��d��!w���e]���T'u File "game/appointments.rpyc", line 2853, in script � ��G�yz�Ȣ���wpe~l�D�P?��k�ˬ��S�'��&gt;&amp;iu����ՏyZ�ctC��3� z{](8z�s��g���D����Xp��h������"3��@�����d�6��S#�������� �AzZz�i�2{O͍���}&gt;���Ň�\�Sc.v��o�}D��X��}`2��'���A��)��)`��a����&gt;���B���/�!�_��8��ŽP�Ge��{a��x5�¢0�c��3��+`�5c�i+L�W2�OO@����}��F��}��R|../|0Nz�kG)N��� �&gt; File "C:\games\HolidayIsland-0.1.3.0-pc\renpy\ast.py", line 1151, in execute show_imspec(self.imspec, atl=getattr(self, "atl", None)) File "C:\games\HolidayIsland-0.1.3.0-pc\renpy\ast.py", line 1121, in show_imspec atl=atl) File "C:\games\HolidayIsland-0.1.3.0-pc\renpy\exports.py", line 709, in show sls.add(layer, img, key, zorder, behind, at_list=at_list, name=name, atl=atl, default_transform=default_transform, transient=transient) File "C:\games\HolidayIsland-0.1.3.0-pc\renpy\display\core.py", line 1057, in add thing.set_transform_event("show") File "C:\games\HolidayIsland-0.1.3.0-pc\renpy\display\transform.py", line 677, in set_transform_event self.child.set_transform_event(event) File "C:\games\HolidayIsland-0.1.3.0-pc\renpy\display\image.py", line 695, in set_transform_event self.find_target() File "C:\games\HolidayIsland-0.1.3.0-pc\renpy\display\image.py", line 620, in find_target raise Exception("In DynamicImage %r: Could not find substitution '%s'." % (self.name, unicode(ke.args[0]))) Exception: In DynamicImage u'events/event_[i_appointment_location]_wet_t_contest.jpg': Could not find substitution 'i_appointment_location'. Windows-8-6.2.9200 Ren'Py 7.1.1.929 Holiday Island 0.1.3.0 Fri Nov 02 22:43:57 2018

Anonymous

Actually, I got that message later on when I clicked ignore to continue the game. This is what I got when I entered the beach: I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 783, in &lt;module&gt; NameError: name 'action_event_location' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpyc", line 783, in script call ܯ�p��L��k��V�n�AA~Yy��d��!w���e]���T'u File "game/appointments.rpyc", line 2588, in script �7���1?K���;�L���b��b@6��^���B.u�2Vog�)ܩR���� ���q\�t��}X��v���Z��H��c�3�2� S.�g��p䔰=E��ną,�g�`? �`&lt;atpe&gt;H��I9��a�����V���߶U�y�Ԙ��S�B�����;��:ɸ��q�OZ��6�} B�s�4���lr8'���P�ֻ�9 y�y���ԋ�\� L�� ��U�X|֊�X0Ζ`�cȲ��C�A}W�Ĥ� V�P�&amp;��:����$�˘�Sh~]�Y�� File "C:\games\HolidayIsland-0.1.3.0-pc\renpy\ast.py", line 1409, in execute args, kwargs = self.arguments.evaluate() File "C:\games\HolidayIsland-0.1.3.0-pc\renpy\ast.py", line 186, in evaluate args.append(renpy.python.py_eval(v, locals=scope)) File "C:\games\HolidayIsland-0.1.3.0-pc\renpy\python.py", line 1944, in py_eval return py_eval_bytecode(code, globals, locals) File "C:\games\HolidayIsland-0.1.3.0-pc\renpy\python.py", line 1937, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/script.rpy", line 783, in &lt;module&gt; NameError: name 'action_event_location' is not defined Windows-8-6.2.9200 Ren'Py 7.1.1.929 Holiday Island 0.1.3.0 Sat Nov 03 00:24:15 2018&lt;/module&gt;&lt;/atpe&gt;&lt;/module&gt;

Bantry

Seen both the pec training and pull-ups with Delizia but they are not showing on phone.

Anonymous

It's already been reported, but the gift/hug/kiss/grope/flash actions for Jennifer in the gym connect to Yumiko now. We see the grey model and are told that Yumiko's affection check failed, etc.

TimeDiver

Got my own (set of) bug report(s): I'm sorry, but an uncaught exception occurred. While running game code: File "game/version_check.rpy", line 410, in &lt;module&gt; File "game/characters.rpy", line 1958, in create_scenes_available NameError: global name 'yumiko' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "C:\Users\Seether\Downloads\HolidayIsland\renpy\bootstrap.py", line 313, in bootstrap renpy.main.main() File "C:\Users\Seether\Downloads\HolidayIsland\renpy\main.py", line 513, in main run(restart) File "C:\Users\Seether\Downloads\HolidayIsland\renpy\main.py", line 139, in run renpy.execution.run_context(True) File "C:\Users\Seether\Downloads\HolidayIsland\renpy\execution.py", line 876, in run_context context.run() File "game/script.rpyc", line 752, in script call |�/ _�_������ �ok;�ڷ��]��=�d�����w4;Rt�\@~�d/ ?�P@�я �=2A�~f�~0����/��9b�c. ������kL�( �|�3 ���}$����j�c* s��Ɔpc�14ht#Z�,�C�����O��_��߂�#`�j�X����?��������B�*�h�[�m[.$�d��`�-X;Y��.1�B�e!��-$����I�uL�%�:%��i�S ��lg ������'���O\&amp;��$�erbԤK����4�Hz�6�2�` K5���=m�#�]T]c9molu[�V�XS�g˔��_��DX��y��#Q]�� q�J�����A�M[�D��$򅭾`�_���V���,l�x|�5�����/[�[,l File "game/events.rpyc", line 6592, in script call �R�~G�V���{}/����%�TW�����R���tvEtp�%G�S��lM�x�������ϯ�^��,R֧�5��l���@�x���;\*HJ=�Q?�w�F}}�~�:Q�E}�'%�*�;�^��%�ԇ ꇣX�9u�u�mU File "game/script.rpyc", line 93, in script call E6�*�*����m"80��� File "game/version_check.rpyc", line 30, in script call � �T�^&amp;�W�l=�$p39�uVp�n9��T��� File "game/version_check.rpyc", line 410, in script File "C:\Users\Seether\Downloads\HolidayIsland\renpy\ast.py", line 882, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "C:\Users\Seether\Downloads\HolidayIsland\renpy\python.py", line 1913, in py_exec_bytecode exec bytecode in globals, locals File "game/version_check.rpy", line 410, in &lt;module&gt; File "game/characters.rpy", line 1958, in create_scenes_available NameError: global name 'yumiko' is not defined Windows-7-6.1.7601-SP1 Ren'Py 7.1.1.929 Holiday Island 0.1.3.0 Sat Nov 03 00:35:25 2018 Although the line #s change, they all boil down to the same 'NameError: global name 'yumiko' is not defined' message.&lt;/module&gt;&lt;/module&gt;

darkhound1

Thanks for reporting it. It only happens when Yumiko is on shift in the nightbar this day. Will be fixed with 0.1.3.1

darkhound1

I couldn't replicate it. Works fine for me. Also there is no girl dependand special code for Delizia. It's the same as for all the other girls, so I don't know how that is possible. EDIT: So you meant the scenes were not available at all. I will fix that with th enext update.

darkhound1

Are you updating from a save prior to 0.1.2? Please try the quick fix file I've attached above (characters.rpyc) and see if that solves the problem.

madmaxxlr

DUDE! I'm Sooo hyped! time to go on a bug hunt!

Timothy McFadden

I'm sorry, but an uncaught exception occurred. While running game code: Exception: DynamicImage u'posing/[char1.fname]/[char1.fname]_clothes[i_clothes]_pose[l_pose]_zoom[l_zoom].jpg': could not find image. (u'posing/Yumiko/Yumiko_clothes1_pose1_zoom0.jpg') -- Full Traceback ------------------------------------------------------------ Full traceback: File "C:\Users\timfa\Downloads\HolidayIsland-0.1.3.0-pc\HolidayIsland-0.1.3.0-pc\renpy\bootstrap.py", line 313, in bootstrap renpy.main.main() File "C:\Users\timfa\Downloads\HolidayIsland-0.1.3.0-pc\HolidayIsland-0.1.3.0-pc\renpy\main.py", line 513, in main run(restart) File "C:\Users\timfa\Downloads\HolidayIsland-0.1.3.0-pc\HolidayIsland-0.1.3.0-pc\renpy\main.py", line 139, in run renpy.execution.run_context(True) File "C:\Users\timfa\Downloads\HolidayIsland-0.1.3.0-pc\HolidayIsland-0.1.3.0-pc\renpy\execution.py", line 876, in run_context context.run() File "game/script.rpyc", line 785, in script call �=��a�a���;�(lwNI��&gt;n��9E�vw�N��xˋQc;^`;%r�s� @���ɪf��I}�1}�)������Z�R)ki�7�s��&amp;�e��e�,w�3��P�szJ���b�ø�����r�X{X�q�ie�;r�.��j��-%�֯��$��;���I�a�I=��\s/��w File "game/appointments.rpyc", line 3638, in script call File "game/events.rpyc", line 6519, in script ����)nP8O��s��S File "C:\Users\timfa\Downloads\HolidayIsland-0.1.3.0-pc\HolidayIsland-0.1.3.0-pc\renpy\ast.py", line 1151, in execute show_imspec(self.imspec, atl=getattr(self, "atl", None)) File "C:\Users\timfa\Downloads\HolidayIsland-0.1.3.0-pc\HolidayIsland-0.1.3.0-pc\renpy\ast.py", line 1121, in show_imspec atl=atl) File "C:\Users\timfa\Downloads\HolidayIsland-0.1.3.0-pc\HolidayIsland-0.1.3.0-pc\renpy\exports.py", line 709, in show sls.add(layer, img, key, zorder, behind, at_list=at_list, name=name, atl=atl, default_transform=default_transform, transient=transient) File "C:\Users\timfa\Downloads\HolidayIsland-0.1.3.0-pc\HolidayIsland-0.1.3.0-pc\renpy\display\core.py", line 1057, in add thing.set_transform_event("show") File "C:\Users\timfa\Downloads\HolidayIsland-0.1.3.0-pc\HolidayIsland-0.1.3.0-pc\renpy\display\transform.py", line 677, in set_transform_event self.child.set_transform_event(event) File "C:\Users\timfa\Downloads\HolidayIsland-0.1.3.0-pc\HolidayIsland-0.1.3.0-pc\renpy\display\image.py", line 695, in set_transform_event self.find_target() File "C:\Users\timfa\Downloads\HolidayIsland-0.1.3.0-pc\HolidayIsland-0.1.3.0-pc\renpy\display\image.py", line 634, in find_target raise Exception(error) Exception: DynamicImage u'posing/[char1.fname]/[char1.fname]_clothes[i_clothes]_pose[l_pose]_zoom[l_zoom].jpg': could not find image. (u'posing/Yumiko/Yumiko_clothes1_pose1_zoom0.jpg') Windows-8-6.2.9200 Ren'Py 7.1.1.929 Holiday Island 0.1.3.0 Sat Nov 03 01:29:37 2018

Timothy McFadden

Buttons become none selectable after Eva's special thank you event

Anonymous

Love the wet T-shirt Contest! However, you have "Clapp" instead of "Clap", and there are moments when Jennifer zooms with the POV. Also, I'm not sure where but "amzing" should be "amazing".

darkhound1

As long as you don't "scroll back" there shouldn't be any zoom problems. I've changed the *clapp* to *clap*.

darkhound1

I don't think I understand what you mean. If you're refering to hugging Jennifer and then you get the placeholder images, it's already in the bug list.

Anonymous

When i'm watching Lacey doing Pull ups this happend: I'm sorry, but an uncaught exception occurred. While running game code: KeyError: u'body_type_text' -- Full Traceback ------------------------------------------------------------ Full traceback: File "C:\Users\FlLip\OneDrive\Desktop\HolidayIsland\renpy\bootstrap.py", line 313, in bootstrap renpy.main.main() File "C:\Users\FlLip\OneDrive\Desktop\HolidayIsland\renpy\main.py", line 513, in main run(restart) File "C:\Users\FlLip\OneDrive\Desktop\HolidayIsland\renpy\main.py", line 139, in run renpy.execution.run_context(True) File "C:\Users\FlLip\OneDrive\Desktop\HolidayIsland\renpy\execution.py", line 876, in run_context context.run() File "game/script.rpyc", line 1151, in script call File "game/loc_workout.rpyc", line 888, in script #���I�����qZd�_�)?���u�uu%�T�N�kLL�IA���v9W�A�U�I(� File "C:\Users\FlLip\OneDrive\Desktop\HolidayIsland\renpy\ast.py", line 678, in execute renpy.exports.say(who, what, interact=self.interact, *args, **kwargs) File "C:\Users\FlLip\OneDrive\Desktop\HolidayIsland\renpy\exports.py", line 1204, in say who(what, *args, **kwargs) File "C:\Users\FlLip\OneDrive\Desktop\HolidayIsland\renpy\character.py", line 1018, in __call__ what = what_pattern.replace("[what]", sub(what, translate=True)) File "C:\Users\FlLip\OneDrive\Desktop\HolidayIsland\renpy\character.py", line 1007, in sub return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0] File "C:\Users\FlLip\OneDrive\Desktop\HolidayIsland\renpy\substitutions.py", line 244, in substitute s = formatter.vformat(s, (), kwargs) File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 585, in _vformat File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 646, in get_field File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 605, in get_value KeyError: u'body_type_text' Windows-8-6.2.9200 Ren'Py 7.1.1.929 Holiday Island 0.1.3.1 Sat Nov 03 12:49:02 2018

Anonymous

When I launch the game I'm sorry, but an uncaught exception occurred. While running game code: Exception: Could not load file /Users/Francois/Desktop/Holiday/HolidayIsland.app/Contents/Resources/autorun/game/actions.rpyc. Full traceback: File "/Users/Francois/Desktop/renpy-6.99.12.4-sdk/renpy/bootstrap.py", line 306, in bootstrap renpy.main.main() File "/Users/Francois/Desktop/renpy-6.99.12.4-sdk/renpy/main.py", line 357, in main renpy.game.script.load_script() # sets renpy.game.script. File "/Users/Francois/Desktop/renpy-6.99.12.4-sdk/renpy/script.py", line 266, in load_script self.load_appropriate_file(".rpyc", ".rpy", dir, fn, initcode) File "/Users/Francois/Desktop/renpy-6.99.12.4-sdk/renpy/script.py", line 749, in load_appropriate_file raise Exception("Could not load file %s." % lastfn) Exception: Could not load file /Users/Francois/Desktop/Holiday/HolidayIsland.app/Contents/Resources/autorun/game/actions.rpyc.

darkhound1

There is something wrong with your installation or you're not having read acces rights to the files. Please do not install the game on the desktop.

Anonymous

Any reason for the scenes/interactions/etc. being made into a subclass for character data? I think the button for scenes and such were my most used and now its behind an extra 2 clicks every time.

Anonymous

I will echo that. It's literally the most used button on the phone and now it's hidden away. It's not like the app screen was too cluttered. Would be nice to have it back or even better have it linked to the info screen on the left side.

Anonymous

I have found a bug where Heather popped up as a duplicate of herself in the massage waiting area.

darkhound1

I haven't changed anything in that area for a long time. Can you provide a save game with the bug?

Tom

I found this game today ... and I have to say it's a goddamn masterpiece... the sheer depth of content, quality of models, gameplay mechanics ... the grind is actually fun. I was wondering how often our Looks/Charm/Strength etc. improve? I only got an improvement 1 time, normally when I read, jog, lift weights in gym, or use the "beauty cream", nothing happens. And are we meant to be able to message the girls that we got phone numbers from? I'm receiving messages from them, but I see no way to talk to them ie. invite them to my room

Anonymous

If you talk to Jennifer, she tells you the best way to improve strength and endurance is to only train 4 times a week. I always strength train with Jennifer. I am at 9/10 strength, endurance is at 90, and sneak/hacking is 5/5. Usually once a week, 0:00 Sunday I think is when your attributes level up. Look improvements I believe are temporary. If Dark adds a face lift option down the road or a blindness spray is added, that is the only way I see look level ups stay fixed.

Anonymous

Hey Darkhound, apologies for hou... bothering you again, any chance you could make a button to click to bypass the save game name function instead of having to use the keyboard?

Anonymous

I noticed that in the breast comparison scene, Faye calls Aly a bitch. I suggested it be changed, and you did so. Now it's back. Did you change it back, or is it old text creeping back in?

Anonymous

I found a couple of bugs with Yumiko. I didn't get the last call achievements and I also can't see her breast size in my phone even though she told me.

Anonymous

Following observations: - the Jessi "follow me" renders still seem to be missing. At least they don't appear for me. Tried it with several outfits and occaisons - Desire won't come to my room in search for her smartphone. Anything I'm missing for triggering the scene? OT question: is Jessi inspired by Daenerys from GoT? Or is the resemblance coincidental? :)

Anonymous

Jessica pre-dates the show by a large margin. She first appeared on Darkhound's DeviantArt page some years ago, and that's what first made me a fan. (Also, Desire, not Denise)

Anonymous

I had noticed Faye's floating arm pic before, but never mentioned it because it was so minor, but now that it is fixed, I noticed that the fence in the background is missing a post. It's noticible if you toggle between the two pics to get an animation of Faye's face (as I always do). Not a big deal, but probably an easy fix.

Bantry

The Aly event with her photos has already been discussed as has the 'quick fix'. However, after doing that and then all the other steps needed to get her to pose topless it doesn't show as an achievement on your phone. Not the end of the world, but to go through all that and then have no proof of completing everything is kind of a let down. Isn't there some code we can enter to get a completed scene notice?

Anonymous

Try typing this into the console (shift-o): aly.create_scenes_available()

darkhound1

Neither of the two. I never changed it as far as i can remember. The way my version managément works it should not be possible for old text to come back.

darkhound1

Breast size not showing has been fixed - it was a typo. The achievements are working. I've just tested all four of them. I fixed the text with 0.1.3.1. Maybe it was confusing before, because there was 2 times the same text, but it's really 4 different achievements.

Bantry

Didn't see it listed in the Changelog, but there are four really nice sexts from Delizia. Unfortunately she is not sending them to me. Was that included in 0.1.3.0 or is that for a future update?

darkhound1

The images are part of the game, but I forgot to add the update code. Have added it to 0.1.3.2. If you want to manually activate them, open the console and type: delizia.update_sexting_images() delizia.create_events_available()

Master Master

Question , will there ever be the option of having even skimpier clothes or even better making them walk around naked?

darkhound1

Not if it doesn't make any sense. It's not a bimbo parade game. There might be a sauna or nude beach. Outside of these zones, no.

Anonymous

so just started playing again from start with 0.1.3.1 but Brenda still is un-rendered if you grope here in bikini or dress i.e. bikini is skimpy pink not what she is wearing when you grope her and dress is a red one again not anything she is wearing doing the same not sure if any one else has this bug also.

Anonymous

And its on PC forgot to add.

Anonymous

OK thanks for letting me know

Greent

Near the end of the alice poledance sequence I got this one: While running game code: File "renpy/common/000statements.rpy", line 414, in execute_pause renpy.with_statement(Pause(delay)) Exception: DynamicImage u'scenes/[char1.fname]/[char1.fname]_nightbar_poledance4[lf_nightwear].jpg': could not find image. (u'scenes/Yvette/Yvette_nightbar_poledance4.jpg')

darkhound1

Hi, this is one of the harder erros to track down. It doesn't happen in my game. Can you send me a save game with the error? EDIT: If you had a "cum in pants", I think I've found the problem and fixed it.

JerseyBoy3100

Not so much a bug as an observation. I spent several years in Asia and was also married to 2 different Asian ladies. Asian women do have a variety of breast sizes, most petite, but always with brown areolas. Some a little lighter than others, but always medium to dark brown.

Slack00

DH, I used to be able to use the "H" button to clear away text so I could then use "S" to take a snapshot. The "H" button was only ever partially effective (sometimes I'd get a checkered background only), but now it does not seem to work at all, not even under the conditions it usually worked. When I go to older saved games, the function works, but at a certain point it stopped responding altogether.

Slack00

Comment: The pull up (or dip) exercise scenes with the girls always start with the girl pictured in the up position. IRL, a pull up starts with a person at the bottom. Are they all assumed to be standing on stools to start with?? :-p Not sure if this is worth changing, because it would have to be done to ALL of them, but I thought I'd point it out, anyway. (I dunno, maybe it's just a convention I'm used to, and a lot of people start in the up position...)

darkhound1

H not working is a renpy problem. Nothing I can do about it. In the case you get a blank screen, it's related to how the game is designed (not a renpy problem). But it's only like that in unimportant scenes.

darkhound1

Really that's bothering you? :D I've changed it. Only took 5 minutes, since it's just an animation sequence with 3 images.

Slack00

OK, now for something that DOES bother me. LOVE Aly's lounger scene (where she gets on all fours), and with the normal blue bikini it's nice and tight, but in the leopard slingshot bikini, the swimsuit seems to be floating off her waist and ass by a millimeter or two in many of the images. The frontal scenes look pretty good, but ALL the images of where she's turned her ass to the MC seem to need correction (the swimsuit looks like it's too big and "floats" over her body)

darkhound1

I know. Not much I can do about it. Except post work every image in photoshop, which I won't do. It would take too long to do that.

Anonymous

I just did the event where Eva comes and shares Champagne and sleeps with the MC in his room and afterwards, all of the buttons other than save and load don't work.