XaiJu
darkhound1
darkhound1

patreon


Post your bugs or questions related to 0.0.8alpha here

You can post your game related questions and bug reports for 0.0.8 alpha   here and I try to answer/fix them whenever I have time.  

You can download the current version from the main patreon page.

Sorry guys, that I have to release a bug fix so soon. Three missing (wrong file extensions png instead of jpg) images during alice aerobics workout lead to crashed.

Bug list: 

New features:

Thank you,
Darkhound 

Comments

Thanks you. The "skip seen dialogue" is a general Renpy feature. It should not be broken.

Darkhound

There seems to be a problem with TAB skipping, but it doesn't happen all the time. By the way, great work, great game!

Yes, blue bikini, so not the naughty one. And you need to relax at the beach. When she is at th beach too, there is a 50% chance the event is triggered.

Darkhound

I've not been able to trigger the Alice beach scenes, hint? Do her clothes matter? I haven't changed them for a while...

Greent

That just came to my mind when I wrote the scene. Happy you like it.

Darkhound

I love Alice's personality in the new scenes. My favorite line in the game now is "Now look at my tits, you moron."

pmsrw3

Right now it's only the lesbian scene. I will add the threesome later.

Darkhound

Is there a way to trigger a threesome with Amy and Alice or is there only their lesbian scene?

Dispeace

I also have to look at the code to answer it :D Alice has to be in the gym, swimwear 2, player strength >= 5, you don't have the quest already and she has to be alone - no other girls present ( len(list_of_chars_display_3) == 1 ). And it will only be triggered when you go to the workout area. Waiting there doesn't work. That should be all.

Darkhound

The "extras" only gets triggered when you have the blue pill enhancement. You play with yourself and she sees it. Then it starts.

Darkhound

What does it take to trigger the event where Alice gets trapped trying to lift too much? From looking at the code it seems that all it takes is for her to be wearing swimwear 2, player to have strength >5, and to go to the gym when she's there. But I've had everything in that state for several days of gameplay and never seen the scene.

pmsrw3

Buglet, maybe: I've had Faye pose for me at the pool, once bottomless briefly, then bottomless with what I would call 'extras', leaning forward. The discovery screen still shows the simple posing as discovered, and 'with extras' undiscovered. Is there another scene to discover? Also, wasn't this scene supposed to be effected by the blue pill? I might have not remembered correctly, and I can't find where you mentioned it in the long thread.

Greent

It is the first bug in the list of the post. It has been fixed and will be oart of the first content release.

Darkhound

Hi! I have got an error when having a drink with Amy in the bar: I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 1101, in script call File "game/loc_nightbar.rpy", line 988, in script SyntaxError: invalid syntax (game/loc_nightbar.rpy, line 988) -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 1101, in script call File "game/loc_nightbar.rpy", line 988, in script File "C:\Users\Слава\Downloads\HolidayIsland-0.0.8alpha-pc\renpy\ast.py", line 1656, in execute if renpy.python.py_eval(condition): File "C:\Users\Слава\Downloads\HolidayIsland-0.0.8alpha-pc\renpy\python.py", line 1748, in py_eval code = py_compile(code, 'eval') File "C:\Users\Слава\Downloads\HolidayIsland-0.0.8alpha-pc\renpy\python.py", line 584, in py_compile raise e SyntaxError: invalid syntax (game/loc_nightbar.rpy, line 988) Windows-8-6.2.9200 Ren'Py 6.99.12.4.2187 Holiday Island 0.0.8alpha_bf2

Slava

No, sorry. Someone asked for it and I made a special option file for him. Forgot to remove the disable settings. Will enable it again in the next update. Shouldn't be too long.

Darkhound

Since 0.0.8 it seems that there are no longer automatic saves? I always found them very useful. Was the removal intended?

Thanks, I haven't tested this one. Shame on me. Needs to be False with a capital F. I will fix it next bug fix :)

Darkhound

Thanks, I will try to fix the first one. I know this could happen. Tried to avoid by not using the same time twice so far. Seems I missed one :) Fixing it requires a lot of effort. I try to do that on 0.0.9. The second one is not really a bug. Joy tells you that the girls will finish their jobs for the week before they leave. That's not ideal, but changing it is very complicated and was not worth the effort so far. I might change/improve it in future releases.

Darkhound

Bug related to Butt Contest with Alice as winner ( Workaround : Click IGNORE) . Alice sets an appointment for you at 21.00. When i try to start the event the following error is displayed : "Traceback (most recent call last): File "D:\-Downloads-\_GAMES_\HolidayIsland-0.0.8alpha-pc\renpy\execution.py", line 438, in run node.execute() File "D:\-Downloads-\_GAMES_\HolidayIsland-0.0.8alpha-pc\renpy\ast.py", line 814, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "D:\-Downloads-\_GAMES_\HolidayIsland-0.0.8alpha-pc\renpy\python.py", line 1719, in py_exec_bytecode exec bytecode in globals, locals File "game/appointments.rpy", line 954, in <module> NameError: name 'false' is not defined"</module> "

Two small things I encountered: Butt contest and pool date with Amy were at the same time(14:00) and were shown with overlapping text in the calendar. I had Heather available for Massage even though I've sent her from the island a few days prior.

Viv

There is nothing I can do about it. It's not a problem of the game. Something in the way you installed it or the 7z unpacker did something wrong. The class is not missing. No one else reported this problem. Check if the file "poker.rpyc" is inside your game folder. One other thing to check. Did you install the game into a new folder? Please do not overwrite the stuff from the 0.0.7 version. Delete it and make a clean install. You can copy the saves if you want.

Darkhound

I can't get past the disclaimer screen. Running Ubuntu 17.10. All other versions have worked fine without a hitch. I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 110, in <module> NameError: name 'cl_poker_texas_holdem' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "/usr/share/games/renpy/renpy/bootstrap.py", line 295, in bootstrap renpy.main.main() File "/usr/share/games/renpy/renpy/main.py", line 491, in main run(restart) File "/usr/share/games/renpy/renpy/main.py", line 147, in run renpy.execution.run_context(True) File "/usr/share/games/renpy/renpy/execution.py", line 761, in run_context context.run() File "/home/brian/script.rpyc", line 110, in script File "/usr/share/games/renpy/renpy/ast.py", line 814, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "/usr/share/games/renpy/renpy/python.py", line 1719, in py_exec_bytecode exec bytecode in globals, locals File "game/script.rpy", line 110, in <module> NameError: name 'cl_poker_texas_holdem' is not defined Linux-4.13.0-21-generic-x86_64-with-Ubuntu-17.10-artful Ren'Py 6.99.12.4.2187 Holiday Island 0.0.8alpha_bf1</module></module>

Same problem like before. One image when she is in her naughty bikini is a png instead of a jpg. I will fix that in the next bug fix.

Darkhound

It's only supported for Amy right now. I will fix it in the next bug fix.

Darkhound

Another missing image. She was in the normal bikini (not the naughty one), right?

Darkhound

Brenda pecs workout crashing as well seem like the image is not there. Regular bikini

Azzpride5

the game crash for me when i went into the bathroom with alice

doctormario911

I get this same issue

So was doing Alice Pole Dance and was invited to the private area. After that, there was a choice "Tell her she is right and ask her to come to you", i click on that and somehow crashed the game afterwards

When you goes to the pool and get Alice pool event when you select to rub lotion on her sideboobs and the MC say "wow, she really has a nice pair of tits" game crash and already update to the bug fix 1

Azzpride5

Which bikini and crash report please :)

Darkhound

Was doing the aerobics for Alice with her bikini on and during the part where you mention about her legs game crash

Azzpride5

Just use an add blocker. I don't have any malware links when I open it. It's free and fast. That's why I use it.

Darkhound

Why are you using a sketchy upload service like zippyshare that links to maleware and other crap?

greengecko

Sorry, but this is not helping. I'm pretty sure you did not try all the events in 10 minutes ;) Can you please upload the crash report of the event that's causing a problem and I wil have a look.

Darkhound

all the events with alice Crash for me. also I can't do the diner with amy at 21:00 scene


More Creators