• To improve security, we will soon start forcing password resets for any account that uses a weak password on the next login. If you have a weak password or a defunct email, please update it now to prevent future disruption.

SpaceCookie

New Member
Sep 10, 2018
3
2
Update: Not a bug sorry! Turns out you have to gift the nurse's outfit to Heather in the bar for it to appear in the gift menu. Thanks to Dracconis69 for pointing this out :)

Hi darkhound1, I think I found a small bug in 2.1.0 where I wasn't able to give Heather the nurse outfit because the outfit didn't appear in the gift menu. From looking in the developer console the nurse outfit object had a type of 'Q' however other gifts, such as sweets, had a type of 'G'. Modifying the type to 'G' fixed this for me, as it meant the nurse outfit appeared in the list of available items to gift Heather.

It looks like the individual parts of the outfit have type 'Q'. I'm not sure how this is meant to work and perhaps I just have a wonky save, but if it's reproduceable then maybe when the final part of the outfit is combined it could be converted to a gift type?

In case anyone has the same issue with version 2.1.0, you can hot-patch it by opening the developer console (shift+o) then typing:
Python:
> [item.name for item in player.inventory].index("Heather's nurse dress")
14
> player.inventory[14].type = 'G'
where the first line is finding the completed nurse outfit in the player's inventory (14 will probably be a different number for you), and the second line is converting it to a gift.
 
Last edited:

epidemico

Member
Aug 8, 2016
127
150
Maybe you should try that first. As far as the game is concerned, currently you don't even know you can walk on the beach at sunset with the girls.
It's not even a maybe-should; you have to already done the sunset walk with Yvette in order to get the Faye scene to become available.
 

Dracconic Evolution

Active Member
Feb 28, 2020
713
365
Hi darkhound1, I think I found a small bug in 2.1.0 where I wasn't able to give Heather the nurse outfit because the outfit didn't appear in the gift menu. From looking in the developer console the nurse outfit object had a type of 'Q' however other gifts, such as sweets, had a type of 'G'. Modifying the type to 'G' fixed this for me, as it meant the nurse outfit appeared in the list of available items to gift Heather.

It looks like the individual parts of the outfit have type 'Q'. I'm not sure how this is meant to work and perhaps I just have a wonky save, but if it's reproduceable then maybe when the final part of the outfit is combined it could be converted to a gift type?

In case anyone has the same issue with version 2.1.0, you can hot-patch it by opening the developer console (shift+o) then typing:
Python:
> [item.name for item in player.inventory].index("Heather's nurse dress")
14
> player.inventory[14].type = 'G'
where the first line is finding the completed nurse outfit in the player's inventory (14 will probably be a different number for you), and the second line is converting it to a gift.
First after talking with Jennifer, did you go back and talk to her about the outfit? IF so, then you did you go to the Receptionist to get the outfit added to the shopping app? IF so, then did you go see the Nurse to get the Mask and Hat? IF so, then did you go back to the Receptionist to get the Red Stethoscope? IF you have done all those parts in that order, when you go to talk to Heather, click the "Gift/Present" icon to give her the cosplay outfit.
 

SpaceCookie

New Member
Sep 10, 2018
3
2
First after talking with Jennifer, did you go back and talk to her about the outfit? IF so, then you did you go to the Receptionist to get the outfit added to the shopping app? IF so, then did you go see the Nurse to get the Mask and Hat? IF so, then did you go back to the Receptionist to get the Red Stethoscope? IF you have done all those parts in that order, when you go to talk to Heather, click the "Gift/Present" icon to give her the cosplay outfit.
Thanks Dracconis, but yeah I did all those steps but for some reason it still didn't display in the Gift menu. I could visibly see the all the components on the outfit thumbnail and I got the subquest information dialogue about completing the cosplay set for Heather after buying the stethoscope, so I'm pretty sure I'd done the steps correctly.
 

Dracconic Evolution

Active Member
Feb 28, 2020
713
365
Thanks Dracconis, but yeah I did all those steps but for some reason it still didn't display in the Gift menu. I could visibly see the all the components on the outfit thumbnail and I got the subquest information dialogue about completing the cosplay set for Heather after buying the stethoscope, so I'm pretty sure I'd done the steps correctly.
When you talked to Heather were you at the Bar? I am not sure if that is what matters but that is when I gave here the gift, she went and changed, came back and triggered the drink scene at the end to complete the event
 
  • Like
Reactions: SpaceCookie

SpaceCookie

New Member
Sep 10, 2018
3
2
When you talked to Heather were you at the Bar? I am not sure if that is what matters but that is when I gave here the gift, she went and changed, came back and triggered the drink scene at the end to complete the event
I just retried giving her the gift in the bar and it worked like a charm; thank you!! Previously I'd only tried other locations which didn't seem to work. So not a bug, my bad; I'll update my original post with the new information. Massive thank you for your help! :)
 

Dracconic Evolution

Active Member
Feb 28, 2020
713
365
I just retried giving her the gift in the bar and it worked like a charm; thank you!! Previously I'd only tried other locations which didn't seem to work. So not a bug, my bad; I'll update my original post with the new information. Massive thank you for your help! :)
I am glad that worked and I was able to help you out.
 

Bantry

Forum Fanatic
Oct 24, 2017
5,158
12,666
I have never been big on step-by-step walkthroughs, as in my opinion it takes away from 'playing' the game. One of the things that constantly amazes me is how often players get into ruts (regardless of what game they are playing) and refuse to try anything new. I'm a huge advocate of save early, save often. Then you have lots of restore points to revert back to so you can change a variable like stats for you and/or the girl, wardrobe, location and so on. Holiday Island is one of the few games with unlimited saves and hints built in to help you along.

As it says within the description of the game found on darkhound1's Patreon page,

Holiday Island has a relationship and stats system for you and your ravishing fellow island guests. The quality of your relationships is the key to your progress. The game is constantly updating the parameters for traits such as: love, affection, anger, strength, charm and endurance. There are no wrong choices! The game is designed in a way that you cannot mess it up completely. There is always a way to recover and come back from poor decisions.
 
  • Like
Reactions: junior366

EscapeEvade

Member
Nov 23, 2017
412
251
Ughhhh...... Once again, I definitely get a scene, and it doesn't unlock in the phone.

Just to make sure, the Alice spy-at-the-pool thing is just a single event, right? I don't need to see multiple versions over time? Because that was the first thing I tried for upon downloading the new version, I got it right away, checked the phone right after, and... not unlocked.
 

Bantry

Forum Fanatic
Oct 24, 2017
5,158
12,666
Ughhhh...... Once again, I definitely get a scene, and it doesn't unlock in the phone.

Just to make sure, the Alice spy-at-the-pool thing is just a single event, right? I don't need to see multiple versions over time? Because that was the first thing I tried for upon downloading the new version, I got it right away, checked the phone right after, and... not unlocked.
Not 100% sure, but you may need to see it when she is alone at the pool. She's alone, you go to the sunbed and it triggers. Not the one where it triggers, you spy on her and another girl catches you and makes noise. It's been awhile so I don't recall exactly.
 

EscapeEvade

Member
Nov 23, 2017
412
251
Not 100% sure, but you may need to see it when she is alone at the pool. She's alone, you go to the sunbed and it triggers. Not the one where it triggers, you spy on her and another girl catches you and makes noise. It's been awhile so I don't recall exactly.
From the description in the phone, it doesn't seem so. It just seems to be that you look at her as you relax at the pool. Nothing in the requirements about having to be alone, like for some poolside events.

She was in her regular bikini. I'm going to try having her go to her skimpy bikini and try to get it again. I don't think that should make a difference because the description says either or, but... maybe it's not really.
 
  • Like
Reactions: Bantry

Bantry

Forum Fanatic
Oct 24, 2017
5,158
12,666
No, i meant the actual scene gallery. For example, i want to see the pics from a girl's gym yoga sessions, but only the pictures with the first outfit (bathing suit, instead of all three) are available. What i'm asking is, is there any way to switch the type of outfit (bathing suit, bikini, skimpy) as i view the pictures of scenes i have already played, instead of just being stuck with the default outfit.
I'm 100% sure i have unlocked and seen these scenes on that file
I do not believe there is an option to do that.
 

sfcpres

Member
Mar 29, 2019
182
408
Something must have gone wrong with your old save game during the update to 0.1.7.
The character attribute 'is_special_character' was added with that version. But it seems it's missing in your game.
Thanks DH - as I have listened and "obeyed" I have all my saves. I was able to go back to v1.7 and update to 2.1. This indeed solved the "special character" issue. The best part is I can relive some of the conquests. And to Bantry that means I can reclaim Deliza !!!!!!!

Thank you again - the updates are really nice and adds so much more depth to the game.
 
Last edited:
  • Like
Reactions: darkhound1

Monsieur X

Engaged Member
May 26, 2018
2,457
3,256
Ughhhh...... Once again, I definitely get a scene, and it doesn't unlock in the phone.

Just to make sure, the Alice spy-at-the-pool thing is just a single event, right? I don't need to see multiple versions over time? Because that was the first thing I tried for upon downloading the new version, I got it right away, checked the phone right after, and... not unlocked.
Try with Alice in her skimpy swimsuit ( the black one ).
I triggered the scene when she was in her blue outfit and the achievement didn't unlock.
 

31travis31

New Member
Apr 26, 2020
2
0
How can i trigger the Alice event on the beach ? The walkthrough that i need to have the binoculars, jog in the afternoon when Alice is there but nothing triggered.
 

Monsieur X

Engaged Member
May 26, 2018
2,457
3,256
How can i trigger the Alice event on the beach ? The walkthrough that i need to have the binoculars, jog in the afternoon when Alice is there but nothing triggered.
Alice in her blue bikini for the jog scene.
You can also jog in the morning.
 
Last edited:

PhantomStranger

Active Member
Oct 23, 2017
783
1,095
Hello, sorry if this has already been reported (I looked at the previous ten pages but didn't find any post about this).
I downloaded the new version, started the game and loaded my previous save (0.2.0.0)

The first Amy event ("You fly to the island and meet Amy on the jet") was locked - it was unlocked before since she was my girl of choice.

I started a new game and progressed until after arriving to the island, then reloaded my old save and the achievement now is unlocked again.

Just to let people know what to do if they also "lost" that achievement, I would have hated to miss one.
 
4.00 star(s) 210 Votes