Akkaro

Newbie
Nov 29, 2019
33
14
I can‘t help, but the Eva/Desire shower events just seem broken ... I remember that it worked in 1.9 ... but in the current version the shower is always empty or the sign is hanging outside ... no matter how many times I roll back/reset ... maybe there is now a trigger which is not mentioned in the FAQ?
 

apolloladdie

Member
Aug 5, 2017
388
766
I can‘t help, but the Eva/Desire shower events just seem broken ... I remember that it worked in 1.9 ... but in the current version the shower is always empty or the sign is hanging outside ... no matter how many times I roll back/reset ... maybe there is now a trigger which is not mentioned in the FAQ?
if char1.id <> no_char.id and renpy.random.randint(1,100) > 25:
$ l_girl_showering_sign = True

So, that means... At least 75% of the time, the sign will be up.

You can also put in
l_girl_showering_sign = False
When you see the sign, and the script will act like it was never there.

Personally, I got desire twice while trying to get the Eva Tease Scene.
Plus, it is better to save/reload then rollback. The reload redoes the random.randint calculation.
The calculation is performed right after the "You walk towards the shower in the gym." text line.
 
Last edited:

thatguy4444

Newbie
Dec 24, 2017
25
3
So I used cheats to raise my stats how does that effect my player stats? I'm at the part where I have to catch Jennifer and Amy talking at the bar and I need level 2 player stats. Just curious if I screwed self?
 

Akkaro

Newbie
Nov 29, 2019
33
14
if char1.id <> no_char.id and renpy.random.randint(1,100) > 25:
$ l_girl_showering_sign = True

So, that means... At least 75% of the time, the sign will be up.

You can also put in
l_girl_showering_sign = False
When you see the sign, and the script will act like it was never there.

Personally, I got desire twice while trying to get the Eva Tease Scene.
Plus, it is better to save/reload then rollback. The reload redoes the random.randint calculation.
The calculation is performed right after the "You walk towards the shower in the gym." text line.
thx for your help ... will try that
 
  • Like
Reactions: brianiac

JimmyJohnSubs

Newbie
Jan 8, 2019
88
82
Can I ask this, how can you trigger a Desires and Wishes quest?
If I remember correct (I haven't played in a few days:unsure:), you have to ask whoever is stationed at the reception desk ifJoy is available to discuss desires and wishes. I can alost guarantee that some things have to be done before Joy is available, but like I said, I haven't been able to play in a while, so someone else will have to provide the specifics.
 
  • Like
Reactions: brianiac

DuckSwim

Well-Known Member
Jan 19, 2018
1,575
11,878
You're like a Doctor Frankenduck.
True, True. But a 2020 version!
  • If any villager torches are involved, It is to provide better lighting when she nude swims at night in the duck pond
  • Her "hump" is a rack of actual Boobs
  • Cries of "It's alive!", Will generally be met by cheers and public acclaim
:)

Edit : She is pretty cute, I'll keep her (finishing touches and find a name)
 
Last edited:
  • Like
Reactions: Bantry

Bantry

Forum Fanatic
Oct 24, 2017
5,146
12,625
Version 0.2.2 beta - development news (updated 29. May 2020)

Hi guys and gals, this post offers you a collection of news about the next full version of Holiday Island (0.2.2 beta) and the smaller updates towards it.​
There will be smaller, more frequent content updates, called content addons. They will include bug fixes and new content as well.​
The change log below is based on the beta 0.2.1.0 release.​
The next release is 0.2.1.1 beta which will be an incremental update for Windows and Mac.
It will include some new features and some bug fixes as well.
As of right now, the update from 0.2.1.0 to 0.2.1.1 has:
87 additional renders, videos or sound files
9 updated renders (Yvette arrival)

New features and content
  • Eva gets the workout yoga scene --> will be part of 0.2.1.1
  • Heather gets a shower event in her room, leaving the door open --> will be part of 0.2.1.1
  • Yvette gets a short event which starts in the hallway and ends at the MC's door --> will be part of 0.2.1.1
  • A new app to manage the dream images has been added. You can activate and deactivate the dream images for each girl --> will be part of 0.2.1.1
  • Eva gets an improved and longer arrival scene with two achievements and a new dream image --> will be part of 0.2.1.1
Minor improvements and changes
  • The guess who minigame gets 5 additional pictures to guess --> will be part of 0.2.1.1
  • The game will count weekly and total masturbations per girl now. A new trophy to display the data has been added as well --> will be part of 0.2.1.1
  • Jennifer gets a new dream image when you let her help you with weight lifting --> will be part of 0.2.1.1
  • Jennifer gets a new phone image when she explains the pecs training --> will be part of 0.2.1.1
  • Yvette gets a new dream image when you look at her chest during the arrival scene --> will be part of 0.2.1.1
  • All images in Yvette's arrival scene have been redone in double resolution webp format. Also the dialogue has been improved. --> will be part of 0.2.1.1
Bug fixes
  • The guess who minigame gets two fixes. Black image corrected and initialization corrected. You could not get all images until you loaded an older save and run it through the save patcher --> will be fixed with 0.2.1.1
  • If you try to visit the sauna, but Yvette has never been on the island at that time, you get a crash --> will be fixed with 0.2.1.1
  • One of the pictures in the "guess who" minigame app is not shown --> will be fixed with 0.2.1.1
  • The scene with Heather in the MC's room after her second arrival scene does repeats up to 20 times --> will be fixed with 0.2.1.1
  • Scrolling through images for your player room can lead to a crash:
    Exception: Expected an image, but got a general displayable.
    The same can happen if you add a new image to your player room pictrue frames --> will be fixed with 0.2.1.1
  • In Heather's first arrival scene, the second image is not displayed. Instead you see a blank screen --> will be fixed with 0.2.1.1
  • When you send a girl away, she loses 40% of her love, instead of 20% affection and 20% love --> will be fixed with 0.2.1.1
  • In the intro, the number of available scenes for each character was one too low --> will be fixed with 0.2.1.1

Is the update going to break save games?

0.2.1.1 beta --> Save games from 0.0.8 and later can still be used. Earlier saves are no longer supported.

Estimated release dates:

0.2.1.1 beta --> 30th of May 2020
 
Last edited:

Akkaro

Newbie
Nov 29, 2019
33
14
thx for your help ... will try that
if char1.id <> no_char.id and renpy.random.randint(1,100) > 25:
$ l_girl_showering_sign = True

So, that means... At least 75% of the time, the sign will be up.

You can also put in
l_girl_showering_sign = False
When you see the sign, and the script will act like it was never there.

Personally, I got desire twice while trying to get the Eva Tease Scene.
Plus, it is better to save/reload then rollback. The reload redoes the random.randint calculation.
The calculation is performed right after the "You walk towards the shower in the gym." text line.
still no luck :( ... must have reloaded about 100+ times ... shower is empty or with sign ...

on top Eva‘s breast enhancement quest seems stuck, too ... Joy told me about Natasha on her 3rd visit ... and now I always get the wishes quests ...

(fun fact aside: I have no problem to savescum 100+ times but I refuse to use console ;)
 

Bantry

Forum Fanatic
Oct 24, 2017
5,146
12,625
still no luck :( ... must have reloaded about 100+ times ... shower is empty or with sign ...

on top Eva‘s breast enhancement quest seems stuck, too ... Joy told me about Natasha on her 3rd visit ... and now I always get the wishes quests ...

(fun fact aside: I have no problem to savescum 100+ times but I refuse to use console ;)
I know nothing about the code, percentages, etc. I do know employing the save/reload rollback will work. If it isn't working from your save point, try creating a different one at a different time of day or day of the week.
 
  • Like
Reactions: brianiac

Akkaro

Newbie
Nov 29, 2019
33
14
I know nothing about the code, percentages, etc. I do know employing the save/reload rollback will work. If it isn't working from your save point, try creating a different one at a different time of day or day of the week.
ok I‘ll give that a last try ... otherwise I‘ll start over :) ... thx
 
  • Like
Reactions: Bantry

Garchomp619

Newbie
Jul 7, 2018
46
7
can anyone please tell me all the "desire and wishes" quests please. I've done a few but I dont remember witch girl has one. Also how does one unlock the sauna?
 

Bantry

Forum Fanatic
Oct 24, 2017
5,146
12,625
Please notice the last line!

Version 0.2.2 beta - development news (updated 29. May 2020)

Hi guys and gals, this post offers you a collection of news about the next full version of Holiday Island (0.2.2 beta) and the smaller updates towards it.​
There will be smaller, more frequent content updates, called content addons. They will include bug fixes and new content as well.​
The change log below is based on the beta 0.2.1.0 release.​
The next release is 0.2.1.1 beta which will be an incremental update for Windows and Mac.
It will include some new features and some bug fixes as well.
As of right now, the update from 0.2.1.0 to 0.2.1.1 has:
87 additional renders, videos or sound files
9 updated renders (Yvette arrival)

New features and content
  • Eva gets the workout yoga scene --> will be part of 0.2.1.1
  • Heather gets a shower event in her room, leaving the door open --> will be part of 0.2.1.1
  • Yvette gets a short event which starts in the hallway and ends at the MC's door --> will be part of 0.2.1.1
  • A new app to manage the dream images has been added. You can activate and deactivate the dream images for each girl --> will be part of 0.2.1.1
  • Eva gets an improved and longer arrival scene with two achievements and a new dream image --> will be part of 0.2.1.1
Minor improvements and changes
  • The guess who minigame gets 5 additional pictures to guess --> will be part of 0.2.1.1
  • The game will count weekly and total masturbations per girl now. A new trophy to display the data has been added as well --> will be part of 0.2.1.1
  • Jennifer gets a new dream image when you let her help you with weight lifting --> will be part of 0.2.1.1
  • Jennifer gets a new phone image when she explains the pecs training --> will be part of 0.2.1.1
  • Yvette gets a new dream image when you look at her chest during the arrival scene --> will be part of 0.2.1.1
  • All images in Yvette's arrival scene have been redone in double resolution webp format. Also the dialogue has been improved. --> will be part of 0.2.1.1
Bug fixes
  • The guess who minigame gets two fixes. Black image corrected and initialization corrected. You could not get all images until you loaded an older save and run it through the save patcher --> will be fixed with 0.2.1.1
  • If you try to visit the sauna, but Yvette has never been on the island at that time, you get a crash --> will be fixed with 0.2.1.1
  • One of the pictures in the "guess who" minigame app is not shown --> will be fixed with 0.2.1.1
  • The scene with Heather in the MC's room after her second arrival scene does repeats up to 20 times --> will be fixed with 0.2.1.1
  • Scrolling through images for your player room can lead to a crash:
    Exception: Expected an image, but got a general displayable.
    The same can happen if you add a new image to your player room pictrue frames --> will be fixed with 0.2.1.1
  • In Heather's first arrival scene, the second image is not displayed. Instead you see a blank screen --> will be fixed with 0.2.1.1
  • When you send a girl away, she loses 40% of her love, instead of 20% affection and 20% love --> will be fixed with 0.2.1.1
  • In the intro, the number of available scenes for each character was one too low --> will be fixed with 0.2.1.1

Is the update going to break save games?

0.2.1.1 beta --> Save games from 0.0.8 and later can still be used. Earlier saves are no longer supported.

Estimated release dates:

0.2.1.1 beta --> 30th of May 2020
 
4.00 star(s) 210 Votes