- May 1, 2017
- 430
- 632
even with the cheats this game is a grind fest. i feel like i'm playing runescape again.
Alice [weight] training event didn't happen for me. I saw training1 and training2 but no follow-ups after that and no conflicting invites.Is there any way to re trigger Alice end of trainning event? It got overlapped with another event and it's the last one remaining I have from her
There is no Alice-clothes-changing event, and no event which requires both Alice and Brenda. Not sure what anyone was thinking of there. The only event which requires two specific characters is the beach sex scene with Heather, which requires Jessica's help. The Heather-clothes-changing event (where she's picking a cosplay costume for the poledance) requires a second character, but it can be any of the other girls on the island.Awesome. Thanks for the info.
Yeah, the search is tedious. So few times the question is actually answered, let alone answered in manner that actually makes sense. The Yvette one is the worst... but perhaps that's because it seems like no one really knows what the criteria are specifically, but have a general sense of what *might* be the requirements.
I'm surprised at how many of the events require a particular stage (basic-revealing-skimpy) of clothes. I sort of get it; renders are done in a particular set of clothes, saving having to do it multiple times. But still irksome having to guess which ones. I like the scene descriptions in the game that at least clue you in to any particular set of circumstances you need to setup to trigger the scene.
Thanks for the info. I'm making my way through a few of these. I definitely want to try to trigger the Alice clothes changing one; I need to invite Brenda back to the island.
As for the Yvette one, I'm glad you both said it's the late shift. I saw a couple search responses turn up the idea that it could actually be the early shift and waiting through the night to the morning, which made no sense.
Everything has been asked, unless it's something in a brand-new update. If it didn't come out today, everything has been asked.im not sure if this have been asked, but how do you trigger the scene heather poses topless together with jessica?. Also have a problem i missed an appointment with Aly, because of Alice and now i can't get the appointment with Aly again.
If you just mean the reward for helping her train, yes: vote her the winner of the butt contest.Is there any way to re trigger Alice end of trainning event? It got overlapped with another event and it's the last one remaining I have from her
Just Yvette and Alice at this point (of course, they're the only ones who have reward events).Wow! Thanks for this. Had no idea you could redo reward events with the butt contest.
Ivy.Are there giant women in this game?
Wow! Thanks for this. Had no idea you could redo reward events with the butt contest.[/QUOTE]If you just mean the reward for helping her train, yes: vote her the winner of the butt contest.
All these have already been fixed. You can check the devolpment news posts on my patreon that list all the reported bugs.Here are some crashing (usually ok to ignore or rollback) bugs. Version is listed.
0.1.1.0: Ivy/Desire (possibly others) throws traceback on intimate actions->give [girl name] a present->any gift.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/000statements.rpy", line 383, in execute_pause
renpy.with_statement(Pause(delay))
AttributeError: 'bool' object has no attribute 'visit_all'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "C:\Program Files\Games\$Holiday Island v0.1.1.0\HolidayIsland-0.1.1.0-pc\renpy\bootstrap.py", line 306, in bootstrap
renpy.main.main()
File "C:\Program Files\Games\$Holiday Island v0.1.1.0\HolidayIsland-0.1.1.0-pc\renpy\main.py", line 520, in main
run(restart)
File "C:\Program Files\Games\$Holiday Island v0.1.1.0\HolidayIsland-0.1.1.0-pc\renpy\main.py", line 149, in run
renpy.execution.run_context(True)
File "C:\Program Files\Games\$Holiday Island v0.1.1.0\HolidayIsland-0.1.1.0-pc\renpy\execution.py", line 835, in run_context
context.run()
File "game/script.rpyc", line 1171, in script call
File "game/actions.rpyc", line 521, in script
[Binary]
File "C:\Program Files\Games\$Holiday Island v0.1.1.0\HolidayIsland-0.1.1.0-pc\renpy\ast.py", line 1801, in execute
self.call("execute")
File "C:\Program Files\Games\$Holiday Island v0.1.1.0\HolidayIsland-0.1.1.0-pc\renpy\ast.py", line 1789, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "C:\Program Files\Games\$Holiday Island v0.1.1.0\HolidayIsland-0.1.1.0-pc\renpy\statements.py", line 169, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 383, in execute_pause
renpy.with_statement(Pause(delay))
File "C:\Program Files\Games\$Holiday Island v0.1.1.0\HolidayIsland-0.1.1.0-pc\renpy\exports.py", line 1408, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "C:\Program Files\Games\$Holiday Island v0.1.1.0\HolidayIsland-0.1.1.0-pc\renpy\display\core.py", line 2186, in do_with
clear=clear)
File "C:\Program Files\Games\$Holiday Island v0.1.1.0\HolidayIsland-0.1.1.0-pc\renpy\display\core.py", line 2620, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\Program Files\Games\$Holiday Island v0.1.1.0\HolidayIsland-0.1.1.0-pc\renpy\display\core.py", line 2925, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Program Files\Games\$Holiday Island v0.1.1.0\HolidayIsland-0.1.1.0-pc\renpy\display\core.py", line 511, in visit_all
d.visit_all(callback)
File "C:\Program Files\Games\$Holiday Island v0.1.1.0\HolidayIsland-0.1.1.0-pc\renpy\display\core.py", line 511, in visit_all
d.visit_all(callback)
File "C:\Program Files\Games\$Holiday Island v0.1.1.0\HolidayIsland-0.1.1.0-pc\renpy\display\core.py", line 511, in visit_all
d.visit_all(callback)
File "C:\Program Files\Games\$Holiday Island v0.1.1.0\HolidayIsland-0.1.1.0-pc\renpy\display\core.py", line 511, in visit_all
d.visit_all(callback)
File "C:\Program Files\Games\$Holiday Island v0.1.1.0\HolidayIsland-0.1.1.0-pc\renpy\display\screen.py", line 405, in visit_all
self.child.visit_all(callback)
File "C:\Program Files\Games\$Holiday Island v0.1.1.0\HolidayIsland-0.1.1.0-pc\renpy\display\core.py", line 511, in visit_all
d.visit_all(callback)
File "C:\Program Files\Games\$Holiday Island v0.1.1.0\HolidayIsland-0.1.1.0-pc\renpy\display\core.py", line 511, in visit_all
d.visit_all(callback)
AttributeError: 'bool' object has no attribute 'visit_all'
Windows-8-6.2.9200
Ren'Py 6.99.14.3135
Holiday Island 0.1.1.0
0.1.0.2: Aly throws traceback on Chat.”Talk about her.”
0.1.1.0: Heather, Massage Parlor: Ask for Erotic Massage, if her lust fails, throws traceback
I'm sorry, but an uncaught exception occurred.
While running game code:
KeyError: u'char1'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "C:\Program Files\Games\$Holiday Island v0.1.0.2\HolidayIsland-0.1.0.0-pc\renpy\bootstrap.py", line 306, in bootstrap
renpy.main.main()
File "C:\Program Files\Games\$Holiday Island v0.1.0.2\HolidayIsland-0.1.0.0-pc\renpy\main.py", line 520, in main
run(restart)
File "C:\Program Files\Games\$Holiday Island v0.1.0.2\HolidayIsland-0.1.0.0-pc\renpy\main.py", line 149, in run
renpy.execution.run_context(True)
File "C:\Program Files\Games\$Holiday Island v0.1.0.2\HolidayIsland-0.1.0.0-pc\renpy\execution.py", line 835, in run_context
context.run()
File "game/script.rpyc", line 1218, in script call
File "game/loc_massage.rpyc", line 161, in script
[binary]
File "C:\Program Files\Games\$Holiday Island v0.1.0.2\HolidayIsland-0.1.0.0-pc\renpy\ast.py", line 643, in execute
renpy.exports.say(who, what, interact=self.interact, *args, **kwargs)
File "C:\Program Files\Games\$Holiday Island v0.1.0.2\HolidayIsland-0.1.0.0-pc\renpy\exports.py", line 1175, in say
who(what, *args, **kwargs)
File "C:\Program Files\Games\$Holiday Island v0.1.0.2\HolidayIsland-0.1.0.0-pc\renpy\character.py", line 1000, in __call__
what = what_pattern.replace("[what]", sub(what, translate=translate))
File "C:\Program Files\Games\$Holiday Island v0.1.0.2\HolidayIsland-0.1.0.0-pc\renpy\character.py", line 982, in sub
return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
File "C:\Program Files\Games\$Holiday Island v0.1.0.2\HolidayIsland-0.1.0.0-pc\renpy\substitutions.py", line 242, 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'char1'
Windows-8-6.2.9200
Ren'Py 6.99.14.3135
Holiday Island 0.1.0.2
I dunno i've played it a couple of times, i know i'm gonna like it. But seems like this is s a game where it would be best to play when it's completed.That's a good thing though, especially when the game is good, you don't want the good to ever end
Here are some non-traceback issues. Some may be resolved. I have identified the version in each case.
Issue:
0.1.0.2: Faye and Aly “Boob Event Comparison” triggers even when Aly is not on the Island
0.1.1.0: Got text that previous hack was complete. Now, when attempting to hack Faye’s, Ivy’s, or Lacey’s implant (only choices at this point), it goes to “No hack in progress right now!” screen. However, coming back later, it says that Lacey’s hack is 25% complete and then goes to “No hack in progress right now!”. Eventually, it does complete Lacey’s hack.
0.1.1.1: Fondle scene with Ivy, Lacey, Faye, Desire is a template shot (un-skinned). The MC is molesting a mannequin.
0.1.1.0: Holiday Island Butt winner computations are off, even when a contestant wins every event in the first round, they can still be eliminated and the other two become first and second, all other factors being equal. Example: Heather beats Jessica, Heather beats Desire, Desire beats Jessica. Heather has 2 wins, Desire has 1, and Jessica has 0. Desire is declared first place and Heather is second place.
0.1.1.1: After the two weight trainings with Alice, the third (and probably final) weight training never happens.
In that case you're probably never gonna play itI dunno i've played it a couple of times, i know i'm gonna like it. But seems like this is s a game where it would be best to play when it's completed.
Just wait another day or two. It will happen.Alice [weight] training event didn't happen for me. I saw training1 and training2 but no follow-ups after that and no conflicting invites.