Galvi

Newbie
Mar 4, 2018
16
46
For some of us...

For others it's 3 horizontal rows. Not even sure what it looks like AZERTY-wise.
Even in the QWERTY spectre, there are a lot of types of keyboards. For example, a Spanish QWERTY keyboard like mine has a lot of differences from an English one, and the few times I had to use that type of keyboard I felt very clumsy when looking for specific signs xD
The only common ground in most of them is the letter disposition
 

lilithsparda

Newbie
May 29, 2018
23
9
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/000statements.rpy", line 570, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/script.rpy", line 1431, in execute
File "game/script.rpy", line 1431, in execute
File "game/script.rpy", line 1434, in execute
File "game/script.rpy", line 1435, in execute
File "game/gui_screens.rpy", line 2606, in execute
File "game/gui_screens.rpy", line 2606, in execute
File "game/gui_screens.rpy", line 2608, in execute
File "game/gui_screens.rpy", line 2611, in execute
File "game/gui_screens.rpy", line 2614, in execute
File "game/gui_screens_new_ui.rpy", line 461, in execute
File "game/gui_screens_new_ui.rpy", line 461, in execute
File "game/gui_screens_new_ui.rpy", line 463, in execute
File "game/gui_screens_new_ui.rpy", line 465, in execute
File "game/gui_screens_new_ui.rpy", line 646, in execute
File "game/gui_screens_new_ui.rpy", line 932, in execute
File "game/gui_screens_new_ui.rpy", line 932, in execute
File "game/gui_screens_new_ui.rpy", line 933, in execute
File "game/gui_screens_new_ui.rpy", line 935, in execute
File "game/gui_screens_new_ui.rpy", line 987, in execute
File "game/gui_screens_new_ui.rpy", line 988, in execute
File "game/gui_screens_new_ui.rpy", line 989, in execute
Exception: Imagebutton does not have a idle image. (auto=u'gui/loc_beach_bar_%s.png').

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

Full traceback:
File "renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "renpy/main.py", line 617, in main
run(restart)
File "renpy/main.py", line 148, in run
renpy.execution.run_context(True)
File "renpy/execution.py", line 922, in run_context
context.run()
File "game/script.rpyc", line 388, in script
7i�P�^�*^�xj��<
File "game/script.rpyc", line 388, in script
7i�P�^�*^�xj��<
File "renpy/ast.py", line 1969, in execute
self.call("execute")
File "renpy/ast.py", line 1957, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 278, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 570, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/exports.py", line 2983, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3101, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3512, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 432, in visit_all
callback(self)
File "renpy/display/core.py", line 3512, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 443, in per_interact
self.update()
File "renpy/display/screen.py", line 631, in update
self.screen.function(**self.scope)
File "game/script.rpy", line 1431, in execute
File "game/script.rpy", line 1431, in execute
File "game/script.rpy", line 1434, in execute
File "game/script.rpy", line 1435, in execute
File "game/gui_screens.rpy", line 2606, in execute
File "game/gui_screens.rpy", line 2606, in execute
File "game/gui_screens.rpy", line 2608, in execute
File "game/gui_screens.rpy", line 2611, in execute
File "game/gui_screens.rpy", line 2614, in execute
File "game/gui_screens_new_ui.rpy", line 461, in execute
File "game/gui_screens_new_ui.rpy", line 461, in execute
File "game/gui_screens_new_ui.rpy", line 463, in execute
File "game/gui_screens_new_ui.rpy", line 465, in execute
File "game/gui_screens_new_ui.rpy", line 646, in execute
File "game/gui_screens_new_ui.rpy", line 932, in execute
File "game/gui_screens_new_ui.rpy", line 932, in execute
File "game/gui_screens_new_ui.rpy", line 933, in execute
File "game/gui_screens_new_ui.rpy", line 935, in execute
File "game/gui_screens_new_ui.rpy", line 987, in execute
File "game/gui_screens_new_ui.rpy", line 988, in execute
File "game/gui_screens_new_ui.rpy", line 989, in execute
File "renpy/ui.py", line 952, in _imagebutton
idle = choice(idle, idle_image, "idle", required=True)
File "renpy/ui.py", line 946, in choice
raise Exception("Imagebutton does not have a %s image. (auto=%r)." % (name, auto))
Exception: Imagebutton does not have a idle image. (auto=u'gui/loc_beach_bar_%s.png').

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
Holiday Island 0.3.1.1
Tue Jan 25 14:09:32 2022




Any one know how to fix this i updated the game from 3.0.0 to 3.1.0 and now this error popup when i click on beach
 

lilithsparda

Newbie
May 29, 2018
23
9
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/000statements.rpy", line 570, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/script.rpy", line 1431, in execute
File "game/script.rpy", line 1431, in execute
File "game/script.rpy", line 1434, in execute
File "game/script.rpy", line 1435, in execute
File "game/gui_screens.rpy", line 2606, in execute
File "game/gui_screens.rpy", line 2606, in execute
File "game/gui_screens.rpy", line 2608, in execute
File "game/gui_screens.rpy", line 2611, in execute
File "game/gui_screens.rpy", line 2614, in execute
File "game/gui_screens_new_ui.rpy", line 461, in execute
File "game/gui_screens_new_ui.rpy", line 461, in execute
File "game/gui_screens_new_ui.rpy", line 463, in execute
File "game/gui_screens_new_ui.rpy", line 465, in execute
File "game/gui_screens_new_ui.rpy", line 646, in execute
File "game/gui_screens_new_ui.rpy", line 932, in execute
File "game/gui_screens_new_ui.rpy", line 932, in execute
File "game/gui_screens_new_ui.rpy", line 933, in execute
File "game/gui_screens_new_ui.rpy", line 935, in execute
File "game/gui_screens_new_ui.rpy", line 987, in execute
File "game/gui_screens_new_ui.rpy", line 988, in execute
File "game/gui_screens_new_ui.rpy", line 989, in execute
Exception: Imagebutton does not have a idle image. (auto=u'gui/loc_beach_bar_%s.png').

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

Full traceback:
File "renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "renpy/main.py", line 617, in main
run(restart)
File "renpy/main.py", line 148, in run
renpy.execution.run_context(True)
File "renpy/execution.py", line 922, in run_context
context.run()
File "game/script.rpyc", line 388, in script
7i�P�^�*^�xj��<
File "game/script.rpyc", line 388, in script
7i�P�^�*^�xj��<
File "renpy/ast.py", line 1969, in execute
self.call("execute")
File "renpy/ast.py", line 1957, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 278, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 570, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/exports.py", line 2983, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3101, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3512, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 432, in visit_all
callback(self)
File "renpy/display/core.py", line 3512, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 443, in per_interact
self.update()
File "renpy/display/screen.py", line 631, in update
self.screen.function(**self.scope)
File "game/script.rpy", line 1431, in execute
File "game/script.rpy", line 1431, in execute
File "game/script.rpy", line 1434, in execute
File "game/script.rpy", line 1435, in execute
File "game/gui_screens.rpy", line 2606, in execute
File "game/gui_screens.rpy", line 2606, in execute
File "game/gui_screens.rpy", line 2608, in execute
File "game/gui_screens.rpy", line 2611, in execute
File "game/gui_screens.rpy", line 2614, in execute
File "game/gui_screens_new_ui.rpy", line 461, in execute
File "game/gui_screens_new_ui.rpy", line 461, in execute
File "game/gui_screens_new_ui.rpy", line 463, in execute
File "game/gui_screens_new_ui.rpy", line 465, in execute
File "game/gui_screens_new_ui.rpy", line 646, in execute
File "game/gui_screens_new_ui.rpy", line 932, in execute
File "game/gui_screens_new_ui.rpy", line 932, in execute
File "game/gui_screens_new_ui.rpy", line 933, in execute
File "game/gui_screens_new_ui.rpy", line 935, in execute
File "game/gui_screens_new_ui.rpy", line 987, in execute
File "game/gui_screens_new_ui.rpy", line 988, in execute
File "game/gui_screens_new_ui.rpy", line 989, in execute
File "renpy/ui.py", line 952, in _imagebutton
idle = choice(idle, idle_image, "idle", required=True)
File "renpy/ui.py", line 946, in choice
raise Exception("Imagebutton does not have a %s image. (auto=%r)." % (name, auto))
Exception: Imagebutton does not have a idle image. (auto=u'gui/loc_beach_bar_%s.png').

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
Holiday Island 0.3.1.1
Tue Jan 25 14:09:32 2022




Any one know how to fix this i updated the game from 3.0.0 to 3.1.0 and now this error popup when i click on beach
I started a new game and now the error doesnt pop up when i click on beach but now the reception looks like this
1643100975436.png
 

820pis

Newbie
May 5, 2018
79
23
can i really fck Joy after finishing all the storyline?
went to her office about 4 or 5 times and nothing happenned
is that a result of a very bad luck?
 

Bantry

Forum Fanatic
Oct 24, 2017
5,188
12,816
can i really fck Joy after finishing all the storyline?
went to her office about 4 or 5 times and nothing happenned
is that a result of a very bad luck?
If you have been to Joy's office 4 or 5 times and haven't had sex, then either she despises you or you're playing some other game or trying to use someone else's 'save' and have discovered why not playing the game for yourself has its drawbacks. If you haven't done so already, you might consider downloading and reading the Companion Guide.

Companion Guide
 

Kiskocya

Member
Dec 2, 2019
270
630
is that a result of a very bad luck?
Not even bad luck.
I believe she has 4 different outfits, so the odd of finding her in her blue outfit are not super high.

Trauma memory from school tells me that the odds of missing the blue outfit once is 75%
So missing it twice is 56%
....
5 times in a row: 23%

So yeah ... not super likely, but still quite possible.
 

820pis

Newbie
May 5, 2018
79
23
Not even bad luck.
I believe she has 4 different outfits, so the odd of finding her in her blue outfit are not super high.

Trauma memory from school tells me that the odds of missing the blue outfit once is 75%
So missing it twice is 56%
....
5 times in a row: 23%

So yeah ... not super likely, but still quite possible.
made a save b4 the morning. S&L for 3 times and finally fcked her again. THX bro.
 

Bantry

Forum Fanatic
Oct 24, 2017
5,188
12,816
Blah, blah blah, where is the lab with crazy breast expansion action
Blah, blah, blah, yourself. No where in the Development News, the Companion Guide or this 1,371 page thread has there ever been a reference to a lab with crazy breast expansion. If that is something you're looking for, you will have to hope that the develop decides to add that to his game in the future, find something else to play or create your own game.
 

Bantry

Forum Fanatic
Oct 24, 2017
5,188
12,816
This game looks good. But gotta ask y'all, does this game require much grinding in order just to fap?
Define 'grinding'. Then if you haven't done so already, download and read the Companion Guide. Along with an explanation about the game play and mechanics, there is a spoiler (walkthrough) section as well as instructions on how to use the F95Zone search function. Why should you consider searching the thread? There have been numerous posts on how you can have sex on day 1 as well as how to have sex multiple times a day. I forget the exact record, but I believe it is around 10.
 

R P

Member
Jan 16, 2021
114
131
Blah, blah, blah, yourself. No where in the Development News, the Companion Guide or this 1,371 page thread has there ever been a reference to a lab with crazy breast expansion. If that is something you're looking for, you will have to hope that the develop decides to add that to his game in the future, find something else to play or create your own game.
But there IS some breast expansion content of some sort, right? I've heard tell of some kind of secret lab or somesuch...
 

zapallbugs

Engaged Member
Jul 10, 2018
2,216
2,499
But there IS some breast expansion content of some sort, right? I've heard tell of some kind of secret lab or somesuch...
Yes, there is a lab. But breast expansion hasn't happened there (yet?). The only BE I am aware of in HI happens temporarily to Natasha.
 
  • Like
Reactions: Bantry
4.10 star(s) 213 Votes