SiJa

Engaged Member
Feb 21, 2018
2,062
21,772
I'm on joiplay with on a new game basically opening the game with only the companion mod and the base game
Yeah... it's a Joiplay thing... we don't support or offer help with Joiplay.
Might be better to stay patient, and wait for the official Android version.
Cant say for sure, but not many bugs reported recently, so should be coming soon...
 

DeeNS

New Member
May 1, 2017
14
9
Can I ask is this an official version download? also where did you download it from? Or is it a compressed one ?
My English is not good so I use a translator.
I downloaded it from here, but I waited a day for the bug fixes, because during Jennifer's dress presentation, the photo bug appeared in her room.
I tend to start a new game with every new version.
This is the very first version uploaded here + 2 bugfixes for the next day.
 

SiJa

Engaged Member
Feb 21, 2018
2,062
21,772
My English is not good so I use a translator.
I downloaded it from here, but I waited a day for the bug fixes, because during Jennifer's dress presentation, the photo bug appeared in her room.
I tend to start a new game with every new version.
This is the very first version uploaded here + 2 bugfixes for the next day.
ok... was the link you used on page 1 in here? and which one was it?
 

darkhound1

Well-Known Member
Game Developer
Aug 8, 2017
1,810
8,501
# darkhound1

I don't know if it was already, but I found a bug.
When I do an erotic massage with Heather, a few pictures won't load.
V04.5.0+bugfix's


It's a bug. It will be fixed with the next update, or if you don't want to wait, you can use the quickfix attached.

The fix has also been added to my patreon post:
 

morsa546

New Member
Jun 17, 2017
12
1
Guys, I have an event problem. I can't get the scene of Yvette masturbating. How do I force this event? Are there commands for this?
 

sfcpres

Member
Mar 29, 2019
224
516
full save pls
Curious - what would be the purpose of having someone else's game? There would be nothing for you to play, nor would you have any idea what is the premise of the game. Some scenes can't be repeated that have importance to the entire plot line of the game. But overall if you received a finished game it is just that - finished. There would be no reason to continue as the game play is somewhat open and requires multiple achievements.

Long time players of this game have re-started playing over the years. I can 100% guarantee that each new game started and advanced is different than their previous game. I have several and not once is the direction the same. It is a virtual impossibility to duplicate a game - so i doubt that would be your intention either.
 
  • Like
Reactions: Bantry

Milton749

Engaged Member
Jul 26, 2023
2,599
4,596
Curious - what would be the purpose of having someone else's game? There would be nothing for you to play, nor would you have any idea what is the premise of the game. Some scenes can't be repeated that have importance to the entire plot line of the game. But overall if you received a finished game it is just that - finished. There would be no reason to continue as the game play is somewhat open and requires multiple achievements.

Long time players of this game have re-started playing over the years. I can 100% guarantee that each new game started and advanced is different than their previous game. I have several and not once is the direction the same. It is a virtual impossibility to duplicate a game - so i doubt that would be your intention either.
What's the point of just looking at scenes and lewds without knowing the story or following the journey. I really don't get it. Just go to pornhub.
 

Bantry

Forum Fanatic
Oct 24, 2017
5,237
12,903


On an Island, Somewhere in the Pacific ...

Upgrading to First Class


(***disclaimer***)
( This is FAN FICTION / FAN EDITED and no way represents any actual story from the game )
(Any similarity to any future story-line is coincidental)
 
  • Haha
Reactions: junior366

Xeonon5

Newbie
Aug 13, 2023
47
36
In some games here the "Story" sounds like it was written by a 13yo with zero experience with women. On those I suggest just skipping and watching the replay. This game is massive and deeply interwoven. A lot of it won't be conveyed in the replay. No offence to the dev, but the scenes are mostly images. Or a few frames of video. There are a few full motion videos, and those are amazing. This game is an entire story, not just a bunch of sex scenes. But damn... are there a lot of those lol.

TLDR: Just play the game.
 

xDuckSx

Newbie
Mar 7, 2020
98
38
Right before/after choosing the new posing system this happens and the game cannot progress any further.
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/gui_screens.rpy", line 4409, in execute
File "game/gui_screens.rpy", line 4409, in execute
File "game/gui_screens.rpy", line 4427, in execute
File "game/gui_screens.rpy", line 4428, in execute
File "game/gui_screens.rpy", line 4428, in <module>
NameError: name 'l_who1' is not defined

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

Full traceback:
File "script.rpyc", line 704, in script call
File "appointments_workout.rpyc", line 807, in script call
File "appointments_workout.rpyc", line 1709, in script call
File "interactive_posing.rpyc", line 51, in script
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/gui_screens.rpy", line 4409, in execute
File "game/gui_screens.rpy", line 4409, in execute
File "game/gui_screens.rpy", line 4427, in execute
File "game/gui_screens.rpy", line 4428, in execute
File "renpy/ast.py", line 191, in evaluate
args.append(renpy.python.py_eval(v, locals=scope))
File "renpy/python.py", line 2249, in py_eval
return py_eval_bytecode(code, globals, locals)
File "renpy/python.py", line 2242, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/gui_screens.rpy", line 4428, in <module>
NameError: name 'l_who1' is not defined

Windows-10-10.0.22621
Ren'Py 7.4.4.1439
Holiday Island 0.4.5.0
Sat Jun 29 14:28:19 2024
i have exactly the same error....is it for you with Mercedes in her room?
 

onanista

Newbie
May 8, 2018
16
3
Darkhound, if eva's breast enhancement bug is fixed in ver. 0.4.1, why i can't trigger it in current version (0.4.5)? I did several walks on the beach with Eva and still can't talk to her about her breast. She is in her skimpy bikini and all her stats are at 100.
 
4.10 star(s) 219 Votes