WaveOfPig

Active Member
May 12, 2017
616
250
So I explored the files in the Image folder and found a scene(s) where Ivy does interesting things with the bell on the reception desk. It doesn't show up on my phone as an event, appointment or scene that I have missed. Anyone else come across it yet?
Do you think you could post those CGs? I have a Mac and cannot access them.
 

darkhound1

Well-Known Member
Game Developer
Aug 8, 2017
1,779
8,272
So I explored the files in the Image folder and found a scene(s) where Ivy does interesting things with the bell on the reception desk. It doesn't show up on my phone as an event, appointment or scene that I have missed. Anyone else come across it yet?
That's the easter egg I was writing about on my patreon :)
You can do it at every time of the day when she is at reception.
 

Bantry

Forum Fanatic
Oct 24, 2017
5,158
12,669
Thank you @darkhound1 it was a great update! Really enjoyed all of the new stuff. Now if I could just get the girls to text me the photos I want, I'd have all the achievements. Oh well, something to do while waiting for 0.09.
 

darkhound1

Well-Known Member
Game Developer
Aug 8, 2017
1,779
8,272
Thank you @darkhound1 it was a great update! Really enjoyed all of the new stuff. Now if I could just get the girls to text me the photos I want, I'd have all the achievements. Oh well, something to do while waiting for 0.09.
You are welcome. Glad you like the new stuff :)
The sexting images will be used one after the other. Well for the 1xx images there are higher requirements than for 2xx and so on. If a girl has send you 400 and you get another 4xx message, you get 401 and so on.
 
  • Like
Reactions: Bantry

Flood

Newbie
Apr 24, 2017
73
40
Apologies if this error has occurred before.

Has anyone had this exception and what is the cure?

Holiday Island.jpg

It happened while I had a drink with Alice in the bar. Lust, love and affection maxed for her. It's when you ask "Would you like another drink?"
 

osmcuser132

Well-Known Member
Modder
Aug 8, 2017
1,014
3,704
Yes, he made a typo in the code

change line 988 from
Code:
            if char1.nightwear == 0 and char.id = amy.id:
to
Code:
            if char1.nightwear == 0 and char1.id = amy.id:
you might need to use unren.bat first
 

Bantry

Forum Fanatic
Oct 24, 2017
5,158
12,669
See that last line that says, "Holiday Island 0.0.8alpha_bf2"?
I believe that means you are running 'BugFix 2. Have you downloaded and correctly installed 'Addon 2'?
 
  • Like
Reactions: Flood

osmcuser132

Well-Known Member
Modder
Aug 8, 2017
1,014
3,704
This bug is not listed as one of the fixes in content addon 2

EDIT: just downloaded Addon 2 and it does fix this bug also.
 
  • Like
Reactions: Flood

VOYEUR

Newbie
Jan 29, 2018
74
67
I apologize if this was asked and answered already, but how do I complete the sperm congestion scene? My lust was at 13 and my endurance was full when I stopped by the doctor's office. She gave two green pills and before I knew it, it was over. I even tried getting my lust to 0 and another time I popped that pill for extra endurance and that made no difference.
 

Bantry

Forum Fanatic
Oct 24, 2017
5,158
12,669
I apologize if this was asked and answered already, but how do I complete the sperm congestion scene? My lust was at 13 and my endurance was full when I stopped by the doctor's office. She gave two green pills and before I knew it, it was over. I even tried getting my lust to 0 and another time I popped that pill for extra endurance and that made no difference.
You say, "She gave two green pills and before I knew it, it was over." Who was the doctor on duty? Was it after 48 or 72 hours? What is your maximum endurance level? You need to be a bit more specific.
 

VOYEUR

Newbie
Jan 29, 2018
74
67
You say, "She gave two green pills and before I knew it, it was over." Who was the doctor on duty? Was it after 48 or 72 hours? What is your maximum endurance level? You need to be a bit more specific.
Alice was the doc. Endurance level was 50. It was after 72 hrs.
 

Bantry

Forum Fanatic
Oct 24, 2017
5,158
12,669
Alice was the doc. Endurance level was 50. It was after 72 hrs.
After giving you the green pills to increase your lust she will get topless and give you a hand job. If that didn't happen I have no idea what went wrong as both the 72 hour and 48 hour appointments work fine for me. The only difference I can see is that my endurance level maxes out at 90 and I have always been at 70 or higher.
 
Jun 11, 2017
35
7
@darkhound1 i have noone doing reception work in the morning and evening, is there any way to fix that other than waiting the all week hoping that it will fix by itself ? (and my doctor is not even a girl i invited)
 

Angus Bez

Active Member
Dec 11, 2017
978
1,319
@darkhound1 i have noone doing reception work in the morning and evening, is there any way to fix that other than waiting the all week hoping that it will fix by itself ? (and my doctor is not even a girl i invited)
You do realise you can now summon the receptionist by ringing the bell, don't you?
 

KingsRaiden

Engaged Member
Jan 4, 2017
3,019
2,088
I hit a couple of these, though at least I could get past it.

Happened when trying to masturbate to Renee in the bedroom.

While loading <'AlphaMask' u'dream/Ren\xe9e_dream1.jpg' u'dream/dream_alpha.jpg'>:
File "game/script.rpy", line 876, in script call
File "game/pl_actions.rpy", line 160, in script
File "renpy/common/000statements.rpy", line 383, in execute_pause
renpy.with_statement(Pause(delay))
IOError: Couldn't find file 'dream/Renee_dream1.jpg'.
 

darkhound1

Well-Known Member
Game Developer
Aug 8, 2017
1,779
8,272
I hit a couple of these, though at least I could get past it.

Happened when trying to masturbate to Renee in the bedroom.

While loading <'AlphaMask' u'dream/Ren\xe9e_dream1.jpg' u'dream/dream_alpha.jpg'>:
File "game/script.rpy", line 876, in script call
File "game/pl_actions.rpy", line 160, in script
File "renpy/common/000statements.rpy", line 383, in execute_pause
renpy.with_statement(Pause(delay))
IOError: Couldn't find file 'dream/Renee_dream1.jpg'.
Very strange that this happens on some systems. You can see in the first line, that the correct file name is in the code (with the special character). In the last line now it's looking for the file with just the normal "e" in the name. Try to copy the file to ..renee... as well and see if that solves the problem It doesn't happen on my system. Are you using windows, mac or linux? And what language version?
 

KingsRaiden

Engaged Member
Jan 4, 2017
3,019
2,088
Very strange that this happens on some systems. You can see in the first line, that the correct file name is in the code (with the special character). In the last line now it's looking for the file with just the normal "e" in the name. Try to copy the file to ..renee... as well and see if that solves the problem It doesn't happen on my system. Are you using windows, mac or linux? And what language version?
Windows 10 - US version, I have the Japanese support enabled, so maybe it doesn't like the accented e.
 

darkhound1

Well-Known Member
Game Developer
Aug 8, 2017
1,779
8,272
Windows 10 - US version, I have the Japanese support enabled, so maybe it doesn't like the accented e.
It might me some bug in renpy. I fixed it by working around it for the next version.
I changed the image name to "Renee_dream1.jpg" and added some code:
if l_dream == "Renée":
$ l_dream = "Renee"
It's kinda silly but it should work.
Can you please copy the file "Renée_dream1.jpg" to "Renee_dream1.jpg". Not rename it, but copy it. This should fix the problem as well. The file is in the folder "images/dream".
 
  • Like
Reactions: elbe45md
4.00 star(s) 210 Votes