Home Artists Posts Import Register

Content

You can post your game related questions and bug reports for 0.3.5.x here and I will 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-63522208 

Bug list:

  • By the pool, sitting on the sunbed with Ivy in basic swimmsuit a black rectangle is fading in and out of screen. --> will be fixed with 0.3.5.1
  • When visiting Amy or Ivy or Yvette in her room and the girl opens the door, the image sprites are not the correct size (they re too large) --> will be fixed with 0.3.5.1
  • When going on a date using the button in the calendar app, the phone stays open and blocks the view --> will be fixed with 0.3.5.1
  • When the phone is open and you talk/compliment a girl, the game crashes --> will be fixed with 0.3.5.1
  • When talking to Sara during her experiment quest line, a crash can occur (IndexError: list index out of range), can be ignored and continued, so not critical --> will be fixed with 0.3.5.1

Comments

Anonymous

100 points for the new content so far! I seem to encounter some problems when entering the companion app (see traceback below). When I click ignore, the companion app still opens, but I can't switch tabs to alter my own stats. I know, I shouldn't cheat, but none-the-less would like to ask the question: is it something corrupt in my install? Traceback: I'm sorry, but an uncaught exception occurred. While loading <'Image' u'images/nemod/textbox idle.png'>: Exception: Could not load image u'images/nemod/textbox idle.png': error('Unsupported image format',) -- Full Traceback ------------------------------------------------------------ Full traceback: File "renpy/bootstrap.py", line 326, in bootstrap renpy.main.main() File "renpy/main.py", line 617, in main run(restart) File "renpy/main.py", line 148, in run renpy.execution.run_context(True) File "renpy/execution.py", line 922, in run_context context.run() File "game/script.rpyc", line 397, in script call �O�C�?�ir�66���i;J�F@3^<���CJ��%�/�?���i'�4^6}� File "game/pl_actions.rpyc", line 4763, in script R-���f�X��?�c??a�2�cD6;��cme����u?+���J��#�?^���?\^֍�ew���0/����>^60�l�?/Xs?'%�Ɂ.'}�8�?���??�dC�d#?'??�JwGO�$��r��˦q��?/�-/?�y?��?��2�g,�?�T?������V���j?]8~��?� File "game/script.rpyc", line 397, in script call �O�C�?�ir�66���i;J�F@3^<���CJ��%�/�?���i'�4^6}� File "game/pl_actions.rpyc", line 4763, in script R-���f�X��?�c??a�2�cD6;��cme����u?+���J��#�?^���?\^֍�ew���0/����>^60�l�?/Xs?'%�Ɂ.'}�8�?���??�dC�d#?'??�JwGO�$��r��˦q��?/�-/?�y?��?��2�g,�?�T?������V���j?]8~��?� File "renpy/ast.py", line 715, in execute renpy.exports.say(who, what, *args, **kwargs) File "renpy/exports.py", line 1393, in say who(what, *args, **kwargs) File "renpy/character.py", line 1205, in __call__ self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args) File "renpy/character.py", line 871, in do_display **display_args) File "renpy/character.py", line 621, in display_say rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward) File "renpy/ui.py", line 298, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "renpy/display/core.py", line 3101, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) File "renpy/display/core.py", line 3611, in interact_core self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn) File "renpy/display/core.py", line 2441, in draw_screen renpy.config.screen_height, File "render.pyx", line 492, in renpy.display.render.render_screen File "render.pyx", line 263, in renpy.display.render.render File "renpy/display/layout.py", line 777, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 263, in renpy.display.render.render File "renpy/display/layout.py", line 777, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 263, in renpy.display.render.render File "renpy/display/layout.py", line 777, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 263, in renpy.display.render.render File "renpy/display/screen.py", line 681, in render child = renpy.display.render.render(self.child, w, h, st, at) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 263, in renpy.display.render.render File "renpy/display/layout.py", line 777, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 263, in renpy.display.render.render File "renpy/display/layout.py", line 1184, in render st, at) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 263, in renpy.display.render.render File "renpy/display/layout.py", line 777, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 263, in renpy.display.render.render File "renpy/display/behavior.py", line 787, in render rv = super(Button, self).render(width, height, st, at) File "renpy/display/layout.py", line 1213, in render back = render(style.background, bw, bh, st, at) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 263, in renpy.display.render.render File "renpy/display/imagelike.py", line 273, in render crend = render(image, width, height, st, at) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 263, in renpy.display.render.render File "renpy/display/image.py", line 501, in render return wrap_render(self.target, width, height, st, at) File "renpy/display/image.py", line 307, in wrap_render rend = render(child, w, h, st, at) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 263, in renpy.display.render.render File "renpy/display/im.py", line 607, in render return cache.get(self, render=True) File "renpy/display/im.py", line 271, in get surf = image.load() File "renpy/display/im.py", line 688, in load raise e Exception: Could not load image u'images/nemod/textbox idle.png': error('Unsupported image format',) Windows-10-10.0.19041 Ren'Py 7.4.4.1439 Holiday Island 0.3.5.0 Fri Mar 18 01:19:23 2022

darkhound1

You probably copied the nemod file to the wrong location. The folder with the images named "nemod" has to go there: Holiday Island/game/images/...

Anonymous

I thought it would be something like that, but I checked it and the entire nemod folder is in ../game/images/nemod, niceerotica_companion.rpyc is in ../game.

Kungan

The ending to the quest line for getting Aly a dress to play Hot Shots seems a little off to me. After buying the dress and clicking the Hot Shots button for Aly, the MC gives her the dress and the scene ends. You then need to click the Hot Shots button again to get her to play Hot Shots. I'd expect her to proceed to play Hot Shots with MC right away since that was the whole point of the quest line in the first place.

Anonymous

Turns out I had some corrupted files! Copied from an older version and presto!

Anonymous

This is probably an older bug, but an appointment with Alice or Yvette at the pool doesn't count as an interaction. And I also have a question. I am stuck with Sara. It says I need to wait until I meet her when she used muscle growth pills. Will that happen on Friday at the night bar? I have had several Friday nights with her. Had a drink with her a bunch of times and still nothing. She doesn't want to play poker with me and she never shows up at the butt or wet T-shirt contests. I guess I need to progress her quest. Is there something I am missing? Or am I just unlucky that she hasn't used those pills yet?

Scott Guy

Sorry, it's your favorite hemorrhoid again. I was going through Ivy's profile on my phone and noticed on the breast bump event with her, minus the pill, the photo is extremely fuzzy and looks like the old version of her. I'm guessing it's one that hasn't been updated yet, and that's cool. Just something I did notice.

darkhound1

It's still the old one. The new event will be longer and the achievement will also get multi image format.

Scott Guy

As I said, it's no big deal, but thank you for the reply. With Ivy's new look, she has become another favorite of mine! Now if I was only about a foot taller...

GordonShock

I love the new restaurant and the new dresses for some of the girls. When the focus is on one of them their ratio is a bit off. The background's ratio is fine but the girls aren't but not by much. See a side-by-side I just made here: https://imgur.com/a/bRDtriM

Anonymous

i've had this Problem for some time now. I stored the game on an USB drive one time i accidentaly pulled the USB out and I couldn't open it since not even the one I downloaded directly on my Laptop. i tried deleting and downloading it again a few times. and also whenever i search my Folders for anything related to the game i still find something even tho it should be deleted and something i even cant delete. please help me i just want to enjoy the game

darkhound1

You probably have a corrupted persistent file in your user data. Navigate to this folder and delete the file named "persistent". You need to enable viewing hidden files to do so. C:\Users\"yourusername"\AppData\Roaming\RenPy\Island-1499865023 If you copied the save games from your old game folder to teh new one, you also need to delete the file named "persistent" in your holiday island save folder.

darkhound1

The background and girl sprites are combined into one image and this one image is zoomed and repositioned afterwards. So I'd say it can't be off.

Scott Guy

To the amazing gamemaker Darkhound, I have a question about the girls' photo collections, specifically Delizia. I am still 5 photos short of her 22 available pictures on my phone. Since she is now strictly in the doctor's office, is there any way to get those other 5 or is it a lost cause for me? I'm really trying to keep up and getting all the images available and hope there is a solution you can suggest. Please. Thank you in advance!

darkhound1

Delizia doesn't always work at the doctor's office. She doesn't work on weekends and has one free afternoon during the week as well. If you were refering to Delizia working as a receptionist - it's a bug that her images are still available. I will remove them in the next update.

Scott Guy

Thank you good sir. I did misspeak when I said she was "strictly in the doctor's office." What I meant was that is where she is assigned to work. My apologies for the misunderstanding. I also appreciate knowing I don't have to tear what little hair I have left out trying to find those others! LOL

Anonymous

cant run on Sony Xperia 5 II. i tried many ways but still black screen in start

Anonymous

Thu Jun 2 16:28:33 2022 Unknown platform. Ren'Py 7.4.4.1439 Bootstrap to the start of init.init took 0.00s Bootstrap to the start of init.init took 0.00s Manufacturer Sony model XQ-AS72 Screen diagonal is 6.52780551931 inches. Early init took 0.04s Early init took 0.04s Android searchpath: /storage/emulated/0/Android/data/com.darkhound.holidayisland/files/game Loader init took 0.06s Loader init took 0.06s Loading error handling took 0.29s Loading error handling took 0.29s Loading script took 4.10s Loading script took 4.10s Saving to /storage/emulated/0/Android/data/com.darkhound.holidayisland/files/saves Loading save slot metadata. took 0.00s Loading save slot metadata. took 0.00s Loading persistent took 0.00s Loading persistent took 0.00s Importing _renpysteam: ImportError('No module named _renpysteam',) Set script version to: (7, 4, 4) Running init code took 0.32s Running init code took 0.32s Loading analysis data took 0.41s Loading analysis data took 0.41s Analyze and compile ATL took 0.23s Analyze and compile ATL took 0.23s Index archives took 0.00s Index archives took 0.00s Dump and make backups. took 0.00s Dump and make backups. took 0.00s Cleaning cache took 0.00s Cleaning cache took 0.00s Making clean stores took 0.00s Making clean stores took 0.00s Initial gc. took 0.59s Initial gc. took 0.59s DPI scale factor: 1.000000 Creating interface object took 0.00s Creating interface object took 0.00s Cleaning stores took 0.00s Cleaning stores took 0.00s Init translation took 0.58s Init translation took 0.58s Build styles took 0.00s Build styles took 0.00s Load screen analysis took 0.28s Load screen analysis took 0.28s Analyze screens took 0.01s Analyze screens took 0.01s Save screen analysis took 0.00s Save screen analysis took 0.00s Prepare screens took 0.61s Prepare screens took 0.61s Save pyanalysis. took 0.00s Save pyanalysis. took 0.00s Save bytecode. took 0.00s Save bytecode. took 0.00s Running _start took 0.01s Running _start took 0.01s Interface start took 0.67s Interface start took 0.67s Initializing gles renderer: primary display bounds: (0, 0, 2520, 1080) swap interval: 1 frames Fullscreen mode. Vendor: 'Qualcomm' Renderer: 'Adreno (TM) 650' Version: 'OpenGL ES 3.2 V@0502.0 (GIT@191610ae03, Ic907de5ed0, 1600323700) (Date:09/17/20)' Display Info: None Number of texture units: 16 Using shader environment. Using FBO RTT. Root FBO is: 0 FBO Maximum Texture Size: 2048 Using gles renderer. Texture testing: - Hardware max texture size: 16384 - 64px textures work. - 128px textures work. - 256px textures work. - 512px textures work. - 1024px textures work. - 2048px textures work. Screen sizes: virtual=(1280, 720) physical=(2520, 1080) drawable=(2520, 1080) Root FBO is: 0 FBO Maximum Texture Size: 2048 Total time until interface ready: 8.27915215492s Total time until interface ready: 8.27915215492s

Anonymous

is it normal that ivys new design isn't showing for all of her older cutscenes ?