RenPythagorus

Member
Jun 6, 2017
114
115
How do i unlock the special scene with Amy at the bar when you drink with her?
You need the green pill from the doctor. I remember receiving it under 0.6 but I haven't found a way to trigger it under 0.7 yet. According to the code, it's supposed to trigger when you turn in 5 or more of the sperm (l) vials but that hasn't worked for me yet. One workaround is going into the console and running this command:

player.add_item("green pill",10)

Edit: Okay, triggered it. Once you've turned in five or more, click on the doctor again and she'll hand you the pill.

Double Edit: I checked the scene's code and it doesn't look like the green pill has been implemented yet. In order to trigger the extended scene, love and lust checks need to succeed and Amy needs to be wearing the default nightwear.
 

irezawa

Member
Nov 4, 2017
195
257
You need the green pill from the doctor. I remember receiving it under 0.6 but I haven't found a way to trigger it under 0.7 yet. According to the code, it's supposed to trigger when you turn in 5 or more of the sperm (l) vials but that hasn't worked for me yet. One workaround is going into the console and running this command:

player.add_item("green pill",10)

Edit: Okay, triggered it. Once you've turned in five or more, click on the doctor again and she'll hand you the pill.

Double Edit: I checked the scene's code and it doesn't look like the green pill has been implemented yet. In order to trigger the extended scene, love and lust checks need to succeed and Amy needs to be wearing the default nightwear.
There has to be something more. She has affection, love, lust and favor capped. She's wearing her basic outfit. Nothing. Nada. I have latest version with latest bugfix, nothing has been altered with any mods, nothing has been cheated. Yet nothing works.

Also, I'm not getting any reward stuff from Yvette. I helped her do her pull-ups to the point where she's able to do them on her own and she hasn't contacted me about it since. Yet she hasn't rewarded me either.
 

MBL

Newbie
Jan 12, 2018
50
11
Nice game!

Must admit, at first I've selected some girls with smaller breasts and this made the game a bit dull. But I've started over with the right girls and like it very much.

After a few days playing I'm experience some errors (I'm playing on mac), please see below a stacktrace, maybe it helps.

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 731, in script call
  File "game/events.rpy", line 1828, in script
IOError: Couldn't find file 'events/[event_char.fname]/[event_char.fname]_event_arrive1.jpg'.

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "/private/var/folders/9k/gmv309mn4kzb01n9rxfhn6lh0000gn/T/AppTranslocation/1B8FB265-2EF7-411A-A584-6BE0767948FD/d/HolidayIsland.app/Contents/Resources/autorun/renpy/bootstrap.py", line 295, in bootstrap
    renpy.main.main()
  File "/private/var/folders/9k/gmv309mn4kzb01n9rxfhn6lh0000gn/T/AppTranslocation/1B8FB265-2EF7-411A-A584-6BE0767948FD/d/HolidayIsland.app/Contents/Resources/autorun/renpy/main.py", line 487, in main
    run(restart)
  File "/private/var/folders/9k/gmv309mn4kzb01n9rxfhn6lh0000gn/T/AppTranslocation/1B8FB265-2EF7-411A-A584-6BE0767948FD/d/HolidayIsland.app/Contents/Resources/autorun/renpy/main.py", line 147, in run
    renpy.execution.run_context(True)
  File "/private/var/folders/9k/gmv309mn4kzb01n9rxfhn6lh0000gn/T/AppTranslocation/1B8FB265-2EF7-411A-A584-6BE0767948FD/d/HolidayIsland.app/Contents/Resources/autorun/renpy/execution.py", line 761, in run_context
    context.run()
  File "game/script.rpy", line 731, in script call
  File "game/events.rpy", line 1828, in script
  File "/private/var/folders/9k/gmv309mn4kzb01n9rxfhn6lh0000gn/T/AppTranslocation/1B8FB265-2EF7-411A-A584-6BE0767948FD/d/HolidayIsland.app/Contents/Resources/autorun/renpy/ast.py", line 613, in execute
    renpy.exports.say(who, what, interact=self.interact)
  File "/private/var/folders/9k/gmv309mn4kzb01n9rxfhn6lh0000gn/T/AppTranslocation/1B8FB265-2EF7-411A-A584-6BE0767948FD/d/HolidayIsland.app/Contents/Resources/autorun/renpy/exports.py", line 1147, in say
    who(what, interact=interact)
  File "/private/var/folders/9k/gmv309mn4kzb01n9rxfhn6lh0000gn/T/AppTranslocation/1B8FB265-2EF7-411A-A584-6BE0767948FD/d/HolidayIsland.app/Contents/Resources/autorun/renpy/character.py", line 877, in __call__
    self.do_display(who, what, cb_args=self.cb_args, **display_args)
  File "/private/var/folders/9k/gmv309mn4kzb01n9rxfhn6lh0000gn/T/AppTranslocation/1B8FB265-2EF7-411A-A584-6BE0767948FD/d/HolidayIsland.app/Contents/Resources/autorun/renpy/character.py", line 716, in do_display
    **display_args)
  File "/private/var/folders/9k/gmv309mn4kzb01n9rxfhn6lh0000gn/T/AppTranslocation/1B8FB265-2EF7-411A-A584-6BE0767948FD/d/HolidayIsland.app/Contents/Resources/autorun/renpy/character.py", line 508, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "/private/var/folders/9k/gmv309mn4kzb01n9rxfhn6lh0000gn/T/AppTranslocation/1B8FB265-2EF7-411A-A584-6BE0767948FD/d/HolidayIsland.app/Contents/Resources/autorun/renpy/ui.py", line 285, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "/private/var/folders/9k/gmv309mn4kzb01n9rxfhn6lh0000gn/T/AppTranslocation/1B8FB265-2EF7-411A-A584-6BE0767948FD/d/HolidayIsland.app/Contents/Resources/autorun/renpy/display/core.py", line 2526, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "/private/var/folders/9k/gmv309mn4kzb01n9rxfhn6lh0000gn/T/AppTranslocation/1B8FB265-2EF7-411A-A584-6BE0767948FD/d/HolidayIsland.app/Contents/Resources/autorun/renpy/display/core.py", line 2883, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "/private/var/folders/9k/gmv309mn4kzb01n9rxfhn6lh0000gn/T/AppTranslocation/1B8FB265-2EF7-411A-A584-6BE0767948FD/d/HolidayIsland.app/Contents/Resources/autorun/renpy/display/core.py", line 1955, in draw_screen
    renpy.config.screen_height,
  File "renpy/display/render.pyx", line 427, in renpy.display.render.render_screen (gen/renpy.display.render.c:6806)
    rv = render(root, width, height, 0, 0)
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen/renpy.display.render.c:2978)
    rv = d.render(widtho, heighto, st, at)
  File "/private/var/folders/9k/gmv309mn4kzb01n9rxfhn6lh0000gn/T/AppTranslocation/1B8FB265-2EF7-411A-A584-6BE0767948FD/d/HolidayIsland.app/Contents/Resources/autorun/renpy/display/layout.py", line 693, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen/renpy.display.render.c:3440)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen/renpy.display.render.c:2978)
    rv = d.render(widtho, heighto, st, at)
  File "/private/var/folders/9k/gmv309mn4kzb01n9rxfhn6lh0000gn/T/AppTranslocation/1B8FB265-2EF7-411A-A584-6BE0767948FD/d/HolidayIsland.app/Contents/Resources/autorun/renpy/display/layout.py", line 693, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen/renpy.display.render.c:3440)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen/renpy.display.render.c:2978)
    rv = d.render(widtho, heighto, st, at)
  File "/private/var/folders/9k/gmv309mn4kzb01n9rxfhn6lh0000gn/T/AppTranslocation/1B8FB265-2EF7-411A-A584-6BE0767948FD/d/HolidayIsland.app/Contents/Resources/autorun/renpy/display/layout.py", line 693, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen/renpy.display.render.c:3440)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen/renpy.display.render.c:2978)
    rv = d.render(widtho, heighto, st, at)
  File "renpy/display/accelerator.pyx", line 108, in renpy.display.accelerator.transform_render (gen/renpy.display.accelerator.c:2027)
    cr = render(child, widtho, heighto, st - self.child_st_base, at)
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen/renpy.display.render.c:2978)
    rv = d.render(widtho, heighto, st, at)
  File "/private/var/folders/9k/gmv309mn4kzb01n9rxfhn6lh0000gn/T/AppTranslocation/1B8FB265-2EF7-411A-A584-6BE0767948FD/d/HolidayIsland.app/Contents/Resources/autorun/renpy/display/image.py", line 576, in render
    return wrap_render(self.target, width, height, st, at)
  File "/private/var/folders/9k/gmv309mn4kzb01n9rxfhn6lh0000gn/T/AppTranslocation/1B8FB265-2EF7-411A-A584-6BE0767948FD/d/HolidayIsland.app/Contents/Resources/autorun/renpy/display/image.py", line 208, in wrap_render
    rend = render(child, w, h, st, at)
  File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen/renpy.display.render.c:3440)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen/renpy.display.render.c:2978)
    rv = d.render(widtho, heighto, st, at)
  File "/private/var/folders/9k/gmv309mn4kzb01n9rxfhn6lh0000gn/T/AppTranslocation/1B8FB265-2EF7-411A-A584-6BE0767948FD/d/HolidayIsland.app/Contents/Resources/autorun/renpy/display/im.py", line 473, in render
    im = cache.get(self)
  File "/private/var/folders/9k/gmv309mn4kzb01n9rxfhn6lh0000gn/T/AppTranslocation/1B8FB265-2EF7-411A-A584-6BE0767948FD/d/HolidayIsland.app/Contents/Resources/autorun/renpy/display/im.py", line 200, in get
    surf = image.load()
  File "/private/var/folders/9k/gmv309mn4kzb01n9rxfhn6lh0000gn/T/AppTranslocation/1B8FB265-2EF7-411A-A584-6BE0767948FD/d/HolidayIsland.app/Contents/Resources/autorun/renpy/display/im.py", line 524, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "/private/var/folders/9k/gmv309mn4kzb01n9rxfhn6lh0000gn/T/AppTranslocation/1B8FB265-2EF7-411A-A584-6BE0767948FD/d/HolidayIsland.app/Contents/Resources/autorun/renpy/loader.py", line 543, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'events/[event_char.fname]/[event_char.fname]_event_arrive1.jpg'.

Darwin-17.3.0-x86_64-i386-64bit
Ren'Py 6.99.12.4.2187
Holiday Island 0.0.7alpha
 

KingsRaiden

Engaged Member
Jan 4, 2017
3,006
2,083
You need the green pill from the doctor. I remember receiving it under 0.6 but I haven't found a way to trigger it under 0.7 yet. According to the code, it's supposed to trigger when you turn in 5 or more of the sperm (l) vials but that hasn't worked for me yet. One workaround is going into the console and running this command:

player.add_item("green pill",10)

Edit: Okay, triggered it. Once you've turned in five or more, click on the doctor again and she'll hand you the pill.

Double Edit: I checked the scene's code and it doesn't look like the green pill has been implemented yet. In order to trigger the extended scene, love and lust checks need to succeed and Amy needs to be wearing the default nightwear.
I asked about the green pill yesterday and Darkhound said its not implemented yet...so you are right about that. I got the pill early on but it just sits there in my inventory. I'd like the Blue Pill more often, since those sperm samples seem to be required for releasing other girls stats, but it works the way it is by giving me time with the other girls so I don't lose love at the end of each week by ignoring any of them.
 

Bantry

Forum Fanatic
Oct 24, 2017
5,144
12,616
How do i unlock the special scene with Amy at the bar when you drink with her?
You can disregard the pills. If your and hers stats are capped, one has to ask what have you tried? Have you bought her a drink and sat at the table? Complimented her? Followed her?

With regards to Yvette and the pull-ups reward, did you by chance miss her suggesting dinner and meeting her in an hour? It shows up as an appointment on your phone.
 

oakshield2

Newbie
Sep 14, 2017
30
13
Could you guys help me with some scenes?

1 - For instance, how do you get pecs training with extras? The only one I managed to get was Heather's, at the time it was max love/affection/lust but she wasn't alone at the gym, so I tought "maybe this is random". Still haven't managed to get the extra with the others... is there a method or just keep trying?

2 - At the nightbar, how do you get the scene where you follow Amy to the toilet? I've no idea on this one.

3 - How do you get Faye and Aly's boob compare scene?

Edit: When/How can you use the green pill? They're just stacking with no use.

Thanks in advance for any help and insight.
 

Bantry

Forum Fanatic
Oct 24, 2017
5,144
12,616
Could you guys help me with some scenes?

1 - For instance, how do you get pecs training with extras? The only one I managed to get was Heather's, at the time it was max love/affection/lust but she wasn't alone at the gym, so I tought "maybe this is random". Still haven't managed to get the extra with the others... is there a method or just keep trying?

2 - At the nightbar, how do you get the scene where you follow Amy to the toilet? I've no idea on this one.

3 - How do you get Faye and Aly's boob compare scene?

Edit: When/How can you use the green pill? They're just stacking with no use.

Thanks in advance for any help and insight.
Doesn't anybody read anymore? Lots of questions that have already been answered before. Not trying to be harsh, but seriously this gets repetitive.

Amy in the bar. Offer to buy her a drink. Have values maxed and make sure she is in her basic blue dress.

Pec training w/extras. Ivy must be in her sling bikini. You have to do three pec training sessions with Yvette. She will text you as to when. Extras come after the third sessions and she suggests dinner in her room. Another appointment on your phone.

Faye and Aly boob comparison. Go for a jog when they are both at the beach.
 

irezawa

Member
Nov 4, 2017
195
257
Doesn't anybody read anymore? Lots of questions that have already been answered before. Not trying to be harsh, but seriously this gets repetitive.

Amy in the bar. Offer to buy her a drink. Have values maxed and make sure she is in her basic blue dress.

Pec training w/extras. Ivy must be in her sling bikini. You have to do three pec training sessions with Yvette. She will text you as to when. Extras come after the third sessions and she suggests dinner in her room. Another appointment on your phone.

Faye and Aly boob comparison. Go for a jog when they are both at the beach.
And I already mentioned that those scenes with Amy and Yvette just won't appear with those instructions. I'm under impression that they should, but they won't. So either something's broken or there's more requirements.
 

User #19006

Well-Known Member
Apr 29, 2017
1,185
2,281
And I already mentioned that those scenes with Amy and Yvette just won't appear with those instructions. I'm under impression that they should, but they won't. So either something's broken or there's more requirements.
U have to get Amy High on love and affection, Love over 70 i guess and affetion 100 the lust factor is also an important component must be at 100 as well
 

User #19006

Well-Known Member
Apr 29, 2017
1,185
2,281
Sorry dude u know what ? just wanted to give u a hand, ok u don't need better !
I Achieved, so have a nice evenig
 

irezawa

Member
Nov 4, 2017
195
257
Thanks for the help by repeating something that hasn't been helpful before. You have a good day too.
 
4.00 star(s) 210 Votes