bioticwood

New Member
Dec 19, 2017
7
2
92
is a known issue which was warned about with the 8.2 version
Tks for the heads up. I haven't been around the discord or patreon yet, so I didn't know it was already flagged.

Well, i don't have control about leaks here, but 0.8.2 was bugged (cause i wanted to do risky changes for the Android version, but i just give up to focus on new content.)

There is a save on the discord channel, and ill upload some saves for the free release in a few days.

Sorry :(
No worries, I was just giving a heads up but DragonsFear pointed out the issues. You have to break some stuff to make the rest of your vision to work ;)
 
  • Heart
Reactions: Stawer

Burgh917

Active Member
Dec 20, 2019
585
849
278
Damn, that's what i get for downloading and starting a new game with a beta version, no one to blame but myself...and the chuckle-head that leaked it i guess :ROFLMAO:. Oh well, luckily it's a good game so having to restart isn't that bad.

Any way to get a day 40/50 or somewhere in that neighborhood save? A complete save skips to much game play for me and feels like cheating. Any help would be much appreciated.
 
Last edited:
  • Heart
Reactions: Stawer

faradhii

Active Member
Sep 8, 2019
797
982
164
I agree!! Don't give your money to this guy!!! Wait... I'm missing something... perhaps related to this website....
 

Cartageno

Devoted Member
Dec 1, 2019
8,920
15,056
876
It's high time we boycott "sandbox" games. We are a bit too old, now, to be playing in annoying and disturbing sandboxes.
Funny that you think growing older means less sandbox, when sandbox is the newer version which grew out of Choose Your Own Novel. But as you yourself said in a different thread (when talking about incest): not every game is for everybody, so why not just ignore this?
 

torresm

Well-Known Member
Apr 5, 2020
1,146
2,530
386
Funny that you think growing older means less sandbox, when sandbox is the newer version which grew out of Choose Your Own Novel. But as you yourself said in a different thread (when talking about incest): not every game is for everybody, so why not just ignore this?
I think it was a joke about real sandboxes, the ones in kids' playgrounds

edit - okay, after going through that guy's post history I'm not so sure anymore :HideThePain:
 
Last edited:

Xaky

Newbie
Apr 27, 2017
15
13
136
Damn, I'm sad, I just started playing this game with 8.2 Beta and now I can't play this new 8.3 version cause of the bug with the saves not working ...
I'm wondering if I should just continue 8.2 Beta till the last content possible or start anew with this version (hopefully with not bugged saves which would be possible to transfer when futur version come out).
 

Cartageno

Devoted Member
Dec 1, 2019
8,920
15,056
876
I think it was a joke about real sandboxes, the ones in kids' playgrounds

edit - okay, after going through that guy's post history I'm not so sure anymore :HideThePain:
Yeah, wasn't so sure either thus I checked. It a non related comment out of left field either way though.
 

Mogoesnuts

Member
May 25, 2022
188
144
166
This game has like what 20 hours of content or something?

Also this good ? Is there any story going in the background to keep you immersed ?

Or it is just meet new people. Have drinks with them and some talk . Then fucking.
 

ladguru

Active Member
Oct 18, 2018
967
811
288
Damn, I'm sad, I just started playing this game with 8.2 Beta and now I can't play this new 8.3 version cause of the bug with the saves not working ...
I'm wondering if I should just continue 8.2 Beta till the last content possible or start anew with this version (hopefully with not bugged saves which would be possible to transfer when futur version come out).
That's bummer, but if you ever want to see 8.3 or later content you have to restart anyway. So better do it now.
 
  • Like
Reactions: Xaky

Cartageno

Devoted Member
Dec 1, 2019
8,920
15,056
876
This game has like what 20 hours of content or something?

Also this good ? Is there any story going in the background to keep you immersed ?

Or it is just meet new people. Have drinks with them and some talk . Then fucking.
I never have any clue about playing length - it seems that I am slow to begin with and I never clock my time anyways, so cannot answer the first question except with "there is quite a good bit of content", certainly more than many others.

There is a major story going on in the background, pushing to the foreground more and more as the game goes on. As is the thing with sandboxes however, it may need to take a break every now and then because you're preoccupied with earning money (not really necessary but you can buy some additional outfits for the girls, even if with limited use) or following some non-main-story girl path.

Also, there usually are more steps between meeting people and fucking than just a drink and a chat, at least the main characters have pretty pronounced storylines, as do most (but not all) of the more developed side characters.
 
  • Heart
Reactions: Mogoesnuts

Mogoesnuts

Member
May 25, 2022
188
144
166
I never have any clue about playing length - it seems that I am slow to begin with and I never clock my time anyways, so cannot answer the first question except with "there is quite a good bit of content", certainly more than many others.

There is a major story going on in the background, pushing to the foreground more and more as the game goes on. As is the thing with sandboxes however, it may need to take a break every now and then because you're preoccupied with earning money (not really necessary but you can buy some additional outfits for the girls, even if with limited use) or following some non-main-story girl path.

Also, there usually are more steps between meeting people and fucking than just a drink and a chat, at least the main characters have pretty pronounced storylines, as do most (but not all) of the more developed side characters.
Thanks
Downloading......
 

Kairuser

Newbie
Apr 15, 2018
50
10
183
i ran into this when trying to load the previous version save:

"I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00action_file.rpy", line 462, in __call__
renpy.load(fn)
ImportError: No module named revertable

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

Full traceback:
File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
$ ui.interact()
File "renpy/ast.py", line 928, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2245, 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 3325, 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 4160, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "renpy/display/layout.py", line 1102, 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 1102, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1102, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/screen.py", line 727, in event
rv = self.child.event(ev, x, y, st)
File "renpy/display/layout.py", line 1102, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1102, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1102, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/behavior.py", line 983, in event
return handle_click(self.clicked)
File "renpy/display/behavior.py", line 918, in handle_click
rv = run(action)
File "renpy/display/behavior.py", line 323, in run
new_rv = run(i, *args, **kwargs)
File "renpy/display/behavior.py", line 330, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 462, in __call__
renpy.load(fn)
File "renpy/loadsave.py", line 770, in load
roots, log = loads(location.load(filename))
File "renpy/loadsave.py", line 63, in loads
return cPickle.loads(s)
ImportError: No module named revertable

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Lucky Paradox v0.8.3c
Fri Feb 17 13:51:39 2023"


and i dont have any other backup save, is it a bug or the file corrupted somehow?
 
4.40 star(s) 111 Votes