david3321

Newbie
Jul 1, 2018
19
1
Guys, some kind soul, could you please tell me in which directory the saves of the game downloaded here on the website for Android are stored, as I'm struggling here and I couldn't find it.
 

Papazoglo1

Newbie
Aug 8, 2019
41
33
Perhaps someone will find it useful to know that this game was translated into Russian by a good translator ( lf2mr):

 

Radnos Salazar

Active Member
Dec 4, 2023
858
1,309
For a game that's almost 13 gigs in size, the screenshot quality looks not up to par, is that because it's a sandbox themed game? Or are those screenshots old and quality has improved?
 

0x52

Ren'Py Magician
Modder
Donor
Game Developer
May 23, 2019
1,674
6,505
For a game that's almost 13 gigs in size, the screenshot quality looks not up to par, is that because it's a sandbox themed game? Or are those screenshots old and quality has improved?
Newer scenes are much higher quality and there are a lot of animations
 

hyper911

New Member
Oct 13, 2023
2
0
Every time I buy the smartphone, the game crashes in the following night from sunday to monday. Happens when I go to sleep manually, am forced to because it's late, or I get there by skipping days. Any fixes for this?
 

0x52

Ren'Py Magician
Modder
Donor
Game Developer
May 23, 2019
1,674
6,505
Every time I buy the smartphone, the game crashes in the following night from sunday to monday. Happens when I go to sleep manually, am forced to because it's late, or I get there by skipping days. Any fixes for this?
What does the crash say? Can you share the traceback.txt file?
 

hyper911

New Member
Oct 13, 2023
2
0
What does the crash say? Can you share the traceback.txt file?
An exception has occurred.

While running game code:

File "renpy/common/000statements. rpy", line 670, in execute_call_screen store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/common/00action_other. rpy", line 585, in __call_ rv = self.callable(*self.args, **self.kwargs)
File "game/scripts/classes/clock.rpy", line 1591, in day
File "game/scripts/classes/clock.rpy", line 17, in _m1_clock__onTimeChanged
File "game/scripts/classes/actionscheduler.rpy", line 14, in _m1_actionscheduler_onTimeChanged
RuntimeError: dictionary changed size during iteration

Full traceback:
File "//game/scripts/shop.rpyc", line 209, in script call
File "//game/scripts/shop.rpyc", line 209, in script call
File "//game/scripts/shop.rpyc", line 209, in script call
[Previous line repeated 4 more times]
File "//game/scripts/filo_teaching.rpyc", line 42, in script call
File "//game/scripts/filo_teaching.rpyc", line 136, in script call
File "//game/scripts/shop.rpyc", line 209, in script call
File "//game/scripts/shop.rpyc", line 209, in script call
File "//game/scripts/shop.rpyc", line 209, in script call
File "//game/scripts/nav_map.rpyc", line 11, in script
File "/renpy/ast.py", line 2259, in execute self.call("execute")
File "/renpy/ast.py", line 2241, in call return renpy.statements.call(method, parsed, *args, **kwargs)
File "/renpy/statements.py", line 342, in call return method (parsed, *args, **kwargs)
File "renpy/common/000 statements. rpy", line 670, in execute_call_screen store._return = renpy.call_screen(name, *args, **kwargs)
File "/renpy/exports.py", line 3347, in call_screen rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward-roll_forward)
File "/renpy/ui.py", line 299, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "/renpy/display/core.py", line 3582, 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 "/renpy/display/core.py", line 4543, in interact_core rv = root_widget.event (ev, x, y, 0)
File "/renpy/display/layout.py", line 1179, in event rv = i.event(ev, x - xo, y yo, cst)
File "/renpy/display/layout.py", line 1179, in event rv = i.event(ev, x-xo, y yo, cst)
File "/renpy/display/layout.py", line 1179, in event rv = i.event(ev, x-xo, y yo, cst)
File "/renpy/display/screen.py", line 770, in event rv = self.child. event(ev, x, y, st)
File "/renpy/display/layout.py", line 1179, in event rv = i.event(ev, x-xo, y yo, cst)
File "/renpy/display/layout.py", line 1179, in event rv = i.event(ev, x-xo, y yo, cst)
File "/renpy/display/transform.py", line 936, in event rv = d.event(ev, cx, cy, st)
File "/renpy/display/layout.py", line 1179, in event rv = i.event(ev, x-xo, y yo, cst)
File "/renpy/display/behavior.py", line 1142, in event return handle_click(self.clicked)
File "/renpy/display/behavior.py", line 1075, in handle_click rv = run(action)
File "/renpy/display/behavior.py", line 372, in run new_rv = run(i, *args, **kwargs)
File "/renpy/display/behavior.py", line 379, in run return action(*args, **kwargs)
File "renpy/common/00action_other.rpy", line 585, in __call_ rv = self.callable(*self.args, **self.kwargs)
File "/renpy/revertable.py", line 97, in do_mutation return method(self, *args, **kwargs)
File "game/scripts/classes/clock.rpy", line 1591, in day
File "game/scripts/classes/clock.rpy", line 17, in _m1_clock__onTime Changed
File "game/scripts/classes/actionscheduler.rpy", line 14, in _m1_actionscheduler_onTimeChanged
RuntimeError: dictionary changed size during iteration

Emscripten-3.1.24-wasm 32-32bit wasm32
Ren'Py 8.1.3.23091805
Big City's Pleasures 0.8
 

0x52

Ren'Py Magician
Modder
Donor
Game Developer
May 23, 2019
1,674
6,505
An exception has occurred.

While running game code:

File "renpy/common/000statements. rpy", line 670, in execute_call_screen store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/common/00action_other. rpy", line 585, in __call_ rv = self.callable(*self.args, **self.kwargs)
File "game/scripts/classes/clock.rpy", line 1591, in day
File "game/scripts/classes/clock.rpy", line 17, in _m1_clock__onTimeChanged
File "game/scripts/classes/actionscheduler.rpy", line 14, in _m1_actionscheduler_onTimeChanged
RuntimeError: dictionary changed size during iteration

Full traceback:
File "//game/scripts/shop.rpyc", line 209, in script call
File "//game/scripts/shop.rpyc", line 209, in script call
File "//game/scripts/shop.rpyc", line 209, in script call
[Previous line repeated 4 more times]
File "//game/scripts/filo_teaching.rpyc", line 42, in script call
File "//game/scripts/filo_teaching.rpyc", line 136, in script call
File "//game/scripts/shop.rpyc", line 209, in script call
File "//game/scripts/shop.rpyc", line 209, in script call
File "//game/scripts/shop.rpyc", line 209, in script call
File "//game/scripts/nav_map.rpyc", line 11, in script
File "/renpy/ast.py", line 2259, in execute self.call("execute")
File "/renpy/ast.py", line 2241, in call return renpy.statements.call(method, parsed, *args, **kwargs)
File "/renpy/statements.py", line 342, in call return method (parsed, *args, **kwargs)
File "renpy/common/000 statements. rpy", line 670, in execute_call_screen store._return = renpy.call_screen(name, *args, **kwargs)
File "/renpy/exports.py", line 3347, in call_screen rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward-roll_forward)
File "/renpy/ui.py", line 299, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "/renpy/display/core.py", line 3582, 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 "/renpy/display/core.py", line 4543, in interact_core rv = root_widget.event (ev, x, y, 0)
File "/renpy/display/layout.py", line 1179, in event rv = i.event(ev, x - xo, y yo, cst)
File "/renpy/display/layout.py", line 1179, in event rv = i.event(ev, x-xo, y yo, cst)
File "/renpy/display/layout.py", line 1179, in event rv = i.event(ev, x-xo, y yo, cst)
File "/renpy/display/screen.py", line 770, in event rv = self.child. event(ev, x, y, st)
File "/renpy/display/layout.py", line 1179, in event rv = i.event(ev, x-xo, y yo, cst)
File "/renpy/display/layout.py", line 1179, in event rv = i.event(ev, x-xo, y yo, cst)
File "/renpy/display/transform.py", line 936, in event rv = d.event(ev, cx, cy, st)
File "/renpy/display/layout.py", line 1179, in event rv = i.event(ev, x-xo, y yo, cst)
File "/renpy/display/behavior.py", line 1142, in event return handle_click(self.clicked)
File "/renpy/display/behavior.py", line 1075, in handle_click rv = run(action)
File "/renpy/display/behavior.py", line 372, in run new_rv = run(i, *args, **kwargs)
File "/renpy/display/behavior.py", line 379, in run return action(*args, **kwargs)
File "renpy/common/00action_other.rpy", line 585, in __call_ rv = self.callable(*self.args, **self.kwargs)
File "/renpy/revertable.py", line 97, in do_mutation return method(self, *args, **kwargs)
File "game/scripts/classes/clock.rpy", line 1591, in day
File "game/scripts/classes/clock.rpy", line 17, in _m1_clock__onTime Changed
File "game/scripts/classes/actionscheduler.rpy", line 14, in _m1_actionscheduler_onTimeChanged
RuntimeError: dictionary changed size during iteration

Emscripten-3.1.24-wasm 32-32bit wasm32
Ren'Py 8.1.3.23091805
Big City's Pleasures 0.8
You are using an unofficial port that's using Ren'Py 8.1. The game is not compatible with this Ren'Py version
 
3.10 star(s) 96 Votes