WCold

Active Member
Aug 17, 2016
660
503
That is exactly what I mean. Those early hours she should not be there at all, but there she is.
If the player works at the diner on hours she doesn't work (that happens a lot because many players set their own shedules they rarely change), he may completely miss her content. So, I think I'll leave it as it is. She needs at least to appear, so the player will know where to look
 
Dec 28, 2018
26
13
Anyone play the game with joy play on Android? When I use my save there are numbers of errors about the images, even if when I try to change location in the map.

Any help is welcomed.
Which version of Joiplay are you using? The latest or the old one?
If u the old one ,maybe had problems
Use new one
Go to here :
 

leequiring

Member
Dec 12, 2018
357
257
Are you referring to Jill's replic that you stay and now have all 3 options in the following menu
or the first anal sex?
I don't see a problem there, the conditions seem intact.
However, you must have an anal lube with you if you want to see an anal event
Plenty of anal lube on hand, but I can't get the option to stay.
 

aleksiiss85

New Member
Sep 17, 2023
3
3
игра норм но без читов очень муторная пора нужно ) а времени нет поэтому удачи я лично насладится играми захожу а не голову ломать )
 

takito8795

New Member
May 16, 2024
1
3
Oh,then I got LILI S.

How s the first one?
found it! you need to ask Mia for a ride back home from the strip bar. Say goodbye many times and every time she leaves you go straight to the "Administrative Center". I've made it at least 4/5 times and made sure any scene with Mia was already seen before being able to trigger this. You will receive a call from Mia.
 

hobbitt22

Newbie
Jan 13, 2022
38
10
Update......I saw here that cbunny cheat relies on the walkthrough so I copied my 61.2 file and then extracted the 63.1 file to that copy and simply replaced the existing files when prompted. Then the game loaded and the rollback queue was updated to 63.1 so I changed the name of the file to straitenedtimes 63.1
Many thanks for the tip!
 

CbunnySwtor

Member
Jul 18, 2024
227
502
Update......I saw here that cbunny cheat relies on the walkthrough so I copied my 61.2 file and then extracted the 63.1 file to that copy and simply replaced the existing files when prompted. Then the game loaded and the rollback queue was updated to 63.1 so I changed the name of the file to straitenedtimes 63.1
Many thanks for the tip!
No idea what you're talking about. The cheat I wrote out relies on the game and python. That's it. I pulled the cheat because HRelease altered one of the functions when he updated it to use Python 3. It was causing an unending notification spam. Since I haven't gotten around to testing it or verifying the various game functions the cheat alters, I haven't made the upload available again.
 

WCold

Active Member
Aug 17, 2016
660
503
No idea what you're talking about. The cheat I wrote out relies on the game and python. That's it. I pulled the cheat because HRelease altered one of the functions when he updated it to use Python 3. It was causing an unending notification spam. Since I haven't gotten around to testing it or verifying the various game functions the cheat alters, I haven't made the upload available again.
It was not about py3. It's more notifications added, so the player got to know where he failed
 

hobbitt22

Newbie
Jan 13, 2022
38
10
No idea what you're talking about. The cheat I wrote out relies on the game and python. That's it. I pulled the cheat because HRelease altered one of the functions when he updated it to use Python 3. It was causing an unending notification spam. Since I haven't gotten around to testing it or verifying the various game functions the cheat alters, I haven't made the upload available again.
It was not a criticism. I am just happy that the game now loads. My message was to help the others who have had the same problem
 

v1nc3ntv3g4

New Member
Jun 1, 2022
1
0
Hi! I'm trying to load old save files in the new version of the game, but I'm getting the following error:


AttributeError: Can't get attribute 'rOutfit'


I’ve attached the full traceback below.
Is there any way to recover my old saves or make them compatible with the new version?
I’d really appreciate any help!

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

While running game code:
File "game/scrs_game_menus.rpy", line 776, in __call__
AttributeError: Can't get attribute 'rOutfit' on <renpy.python.StoreModule object at 0x000000000f3fb9d0>

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

Full traceback:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "C:\ArcheAge\StraitenedTimes-0.63.1-pc\renpy\ast.py", line 834, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\ArcheAge\StraitenedTimes-0.63.1-pc\renpy\python.py", line 1187, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
python hide:
File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
ui.interact()
File "C:\ArcheAge\StraitenedTimes-0.63.1-pc\renpy\ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\ArcheAge\StraitenedTimes-0.63.1-pc\renpy\display\core.py", line 2218, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "C:\ArcheAge\StraitenedTimes-0.63.1-pc\renpy\display\core.py", line 3289, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "C:\ArcheAge\StraitenedTimes-0.63.1-pc\renpy\display\layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\ArcheAge\StraitenedTimes-0.63.1-pc\renpy\display\layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\ArcheAge\StraitenedTimes-0.63.1-pc\renpy\display\layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\ArcheAge\StraitenedTimes-0.63.1-pc\renpy\display\screen.py", line 794, in event
rv = self.child.event(ev, x, y, st)
File "C:\ArcheAge\StraitenedTimes-0.63.1-pc\renpy\display\layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\ArcheAge\StraitenedTimes-0.63.1-pc\renpy\display\layout.py", line 1526, in event
rv = super(Window, self).event(ev, x, y, st)
File "C:\ArcheAge\StraitenedTimes-0.63.1-pc\renpy\display\layout.py", line 285, in event
rv = d.event(ev, x - xo, y - yo, st)
File "C:\ArcheAge\StraitenedTimes-0.63.1-pc\renpy\display\layout.py", line 1526, in event
rv = super(Window, self).event(ev, x, y, st)
File "C:\ArcheAge\StraitenedTimes-0.63.1-pc\renpy\display\layout.py", line 285, in event
rv = d.event(ev, x - xo, y - yo, st)
File "C:\ArcheAge\StraitenedTimes-0.63.1-pc\renpy\display\layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\ArcheAge\StraitenedTimes-0.63.1-pc\renpy\display\layout.py", line 285, in event
rv = d.event(ev, x - xo, y - yo, st)
File "C:\ArcheAge\StraitenedTimes-0.63.1-pc\renpy\display\behavior.py", line 1182, in event
return handle_click(self.clicked)
File "C:\ArcheAge\StraitenedTimes-0.63.1-pc\renpy\display\behavior.py", line 1103, in handle_click
rv = run(action)
File "C:\ArcheAge\StraitenedTimes-0.63.1-pc\renpy\display\behavior.py", line 401, in run
return action(*args, **kwargs)
File "game/scrs_game_menus.rpy", line 776, in __call__
File "C:\ArcheAge\StraitenedTimes-0.63.1-pc\renpy\loadsave.py", line 837, in load
roots, log = loads(log_data)
File "C:\ArcheAge\StraitenedTimes-0.63.1-pc\renpy\compat\pickle.py", line 104, in loads
return load(io.BytesIO(s))
File "C:\ArcheAge\StraitenedTimes-0.63.1-pc\renpy\compat\pickle.py", line 101, in load
return up.load()
File "C:\ArcheAge\StraitenedTimes-0.63.1-pc\renpy\compat\pickle.py", line 97, in find_class
return super().find_class(module, name)
AttributeError: Can't get attribute 'rOutfit' on <renpy.python.StoreModule object at 0x000000000f3fb9d0>

Windows-10-10.0.19041 AMD64
Ren'Py 8.3.7.25031702
Straitened Times 0.63.1
Sat Jul 19 19:07:26 2025
```
 
3.70 star(s) 197 Votes