apolloladdie

Member
Aug 5, 2017
388
772
So, now we're applying the Heisenberg Uncertainty Principle to Yvette??!

It could be worse, I guess... we certainly don't want her to be Schrödinger's Yvette.
One thing that we can always count on observing are those two massive singularities attached to her chest... Once you get caught in their gravitational pull, even rational logic gets lost.
 

DuckSwim

Well-Known Member
Jan 19, 2018
1,525
9,634
Hey! Don't be like that!
You know that Desire's nipples are always perky. Did you ever wonder why?
That's all thanks to Bob and an endless supply of ice cubes.
The little guy is a hero in my book.
I deserve at least partial credit for having rerouted power from room 77 to the resort air condition units.
Setting : "Team boob proudly presents"

Bonus
Jessica is always hot (no aircondition), horny (no power) and hunting (ducks) :D
 
Last edited:

anon2002

Member
Nov 30, 2018
138
271
View attachment 1232126


Display achievement images in full size (0.3.1 preview)

Hello everyone,

I have added a full size preview function to the achievements.

What can it do and how does it work?
  • a new icon has been added to enable/disable full size preview mode
  • you can zoom in and position the image same as in the preview mode showing the landscape phone
  • pressing the "h" key will hide the UI buttons, allowing for a screenshots without the buttons disturbing it

I hope you like the new feature.

Darkhound

View attachment 1232128
Nice! Another feature I'd love for the achievements is a toggle to show/hide completed achievements. I'm sure that would please all us completionists out there now that there are so many achievements on some of the lovely ladies!
 
  • Like
Reactions: MarsUltor

mrwebmaster

Newbie
Aug 13, 2020
94
147
ahhhh why my saves not working ?
Code:
[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00action_file.rpy", line 452, in __call__
    renpy.load(fn)
AttributeError: 'StoreModule' object has no attribute 'cl_nemod_data_store'

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

Full traceback:
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
    $ ui.interact()
  File "renpy/ast.py", line 922, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2218, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
    $ ui.interact()
  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 3910, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "renpy/display/layout.py", line 1053, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/transition.py", line 48, in event
    return self.new_widget.event(ev, x, y, st) # E1101
  File "renpy/display/layout.py", line 1053, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1053, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/screen.py", line 720, in event
    rv = self.child.event(ev, x, y, st)
  File "renpy/display/layout.py", line 1053, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1243, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "renpy/display/layout.py", line 245, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1053, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1053, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/behavior.py", line 975, in event
    return handle_click(self.clicked)
  File "renpy/display/behavior.py", line 910, in handle_click
    rv = run(action)
  File "renpy/display/behavior.py", line 322, in run
    new_rv = run(i, *args, **kwargs)
  File "renpy/display/behavior.py", line 329, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 452, in __call__
    renpy.load(fn)
  File "renpy/loadsave.py", line 766, in load
    roots, log = loads(location.load(filename))
  File "renpy/loadsave.py", line 63, in loads
    return cPickle.loads(s)
AttributeError: 'StoreModule' object has no attribute 'cl_nemod_data_store'

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
Holiday Island 0.3.0.0
Tue Jun  8 00:51:47 2021
[/CODE]

after extract new version , i cant use old saves
 

zapallbugs

Engaged Member
Jul 10, 2018
2,304
2,645
ahhhh why my saves not working ?
Code:
[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00action_file.rpy", line 452, in __call__
    renpy.load(fn)
AttributeError: 'StoreModule' object has no attribute 'cl_nemod_data_store'

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

Full traceback:
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
    $ ui.interact()
  File "renpy/ast.py", line 922, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2218, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
    $ ui.interact()
  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 3910, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "renpy/display/layout.py", line 1053, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/transition.py", line 48, in event
    return self.new_widget.event(ev, x, y, st) # E1101
  File "renpy/display/layout.py", line 1053, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1053, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/screen.py", line 720, in event
    rv = self.child.event(ev, x, y, st)
  File "renpy/display/layout.py", line 1053, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1243, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "renpy/display/layout.py", line 245, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1053, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1053, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/behavior.py", line 975, in event
    return handle_click(self.clicked)
  File "renpy/display/behavior.py", line 910, in handle_click
    rv = run(action)
  File "renpy/display/behavior.py", line 322, in run
    new_rv = run(i, *args, **kwargs)
  File "renpy/display/behavior.py", line 329, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 452, in __call__
    renpy.load(fn)
  File "renpy/loadsave.py", line 766, in load
    roots, log = loads(location.load(filename))
  File "renpy/loadsave.py", line 63, in loads
    return cPickle.loads(s)
AttributeError: 'StoreModule' object has no attribute 'cl_nemod_data_store'

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
Holiday Island 0.3.0.0
Tue Jun  8 00:51:47 2021
[/CODE]

after extract new version , i cant use old saves
You need to re-install the Companion Mod. See the yellow text on page 1.
 

junior366

Well-Known Member
Jun 20, 2017
1,317
2,562
I deserve at least partial credit for having rerouted power from room 77 to the resort air condition units.
Setting : "Team boob proudly presents"

Bonus
Jessica is always hot (no aircondition), horny (no power) and hunting (ducks) :D
Well, every girl needs a hobby, good thing you are the beneficiary!!!
 

van321

Member
Jan 7, 2021
196
348
So is this just a fap game, or are there any interesting romance paths (for a sandbox game)? The reviews seem to be pretty inconsistent on characterization.
 

Bantry

Forum Fanatic
Oct 24, 2017
5,419
13,507
So is this just a fap game, or are there any interesting romance paths (for a sandbox game)? The reviews seem to be pretty inconsistent on characterization.
Only you can decide for yourself. I would recommend downloading the Companion Guide which will give you a lot of tips, hints, etc. as ways to improve your game experience. Up to you if you want to read the spoilers on how to solve/complete all the achievements.
 
  • Like
Reactions: Henry73au
Mar 16, 2018
49
40
So is this just a fap game, or are there any interesting romance paths (for a sandbox game)? The reviews seem to be pretty inconsistent on characterization.
Pretty much the former. If you're looking for a deeply developed plot around 1 or 2 characters, this probably isn't the game for you.

There's some brief back story for the girls, but there's also a lot of dialog that just gets reused between many characters. One girl has real progression in her content that is much more story-like, but that's only one character. It seems like the dev is working towards having an overarching narrative around the owner of the island, and plans to flush out more of the girls stories further I think, but like I said, it's mostly just going around having some fun with a bunch of different characters right now.

I should mention that there is actually quite a lot of fan fiction that's been made by various players that all tie in together for the most part. Those are much closer to the tradition VN style games that are common on F95. None of it is official or cannon or anything, but it could be something you'd be interested in.
 

MadFoole

Member
Feb 8, 2020
183
250
So is this just a fap game, or are there any interesting romance paths (for a sandbox game)? The reviews seem to be pretty inconsistent on characterization.
There's some variation between characters, with some having a bit more background info now (Yvette has a special event after she has to run home for a family emergency and then returns, Aly has a quest chain that unlocks pics of her as a teenager, there's other characters with discoveries to be made that fill in little bits about the company that flew you to the island.) But the game is more visual than written still. If you want a good text based work, I'd recommend Monster Girl Dreams, which has a great deal of text with some of the characters and a generally enjoyable F*ck battle RPG system.
 

BDMick

Member
Nov 26, 2017
217
874
I am changing computer, how can I transfer my game to the new computer?
If you want to transfer your old save files, you will have to locate them on your old computer. If you have a Windows system, they can likely be found in the following folder (that is what it is like on my system):
"c:\Users\<Your User Name>\AppData\Roaming\RenPy\"
In that directory, there should be a folder starting with "Island-" followed by a long number. In there, you will find lots of ".save"-files. If you are not able to find them, search your computer for all files of that type (*.save).

On your new Computer, I would recommend to first install the game and then save one file. Then, again, locate the folder where that ".save"-file is stored. Finally, transfer all your old save files to that folder.

I have never done this myself. But this is generally how it should work.
 
4.00 star(s) 237 Votes