shaitanxxx

Member
Jun 2, 2021
117
66
128
How do you make money in this game? It seems like there is supposed to be a place to be a waitress but I can't find it
 

alkeera

Member
May 1, 2018
197
498
248
Just found out about this game and looking forward to see what it will become.
And I am very surprised that original is not posted here. It is an all times classic ffs.

There is also ru version on PL.
 
  • Like
Reactions: RyRa²

RyRa²

Member
Jan 26, 2019
135
153
86
Just found out about this game and looking forward to see what it will become.
And I am very surprised that original is not posted here. It is an all times classic ffs.

There is also ru version on PL.
Sorry but "PL" ? Premier League ? :LOL:
 

Maxh

Active Member
Jun 19, 2021
525
447
163
Female Domination means Females dominating men. The game has the Female Domination tag but, does anyone see it in the game?
Last time I checked there wasn't a Lezdom tag , or if there is a lezdom tag no one uses it. I really wish there was a better separation between, Lezdom maledom, female dominating men, and Futa. Unfortunately a ton of Futa is labeled "lesbian" when it's not, it's very annoying for someone not attracted to dicks specifically (only attracted to what the dick or strapon is doing to the girl). And not into gender bending it's very annoying to have those clarification left out.

As for "female domination " unfortunately it's used for both Lezdom and women dominating men. Most of the time you actually have to play the game to find out. Unless the dev explicitly answers.
 

AntiMyx

Member
Oct 7, 2017
197
751
292
Edicts 0.02

I know this update might seem unexpected, but even after all this time, I still like this game. It didn't get much attention during first lunch, but I believe it was a solid start. That's why I made this little update, mostly just as a reminder about this game.

Changelog:
Added a few exhibitionism events
Added a few common events
Reworked a political system (not completely, because I still plan to add politician profession)

PC-Linux:


Mac:

 

Bloodly

Active Member
Feb 27, 2019
731
629
248
"because I still plan to add politician profession"

Well, I hope you avoid the stupidity of the Sex Party selling you into slavery for having sex.(Seventh Heaven had this, you see.)

EDIT: Playing as Tifa, got the girl tosses hat event, got error.

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/walking.rpy", line 3224, in script
    $ unique.neighborhood.catch_hat += 1
  File "game/walking.rpy", line 3224, in <module>
    $ unique.neighborhood.catch_hat += 1
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'StoreModule' object has no attribute 'catch_hat'

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

Traceback (most recent call last):
  File "game/walking.rpy", line 3224, in script
    $ unique.neighborhood.catch_hat += 1
  File "renpy/ast.py", line 1187, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/python.py", line 1260, in py_exec_bytecode
    exec(bytecode, globals, locals)
    ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "game/walking.rpy", line 3224, in <module>
    $ unique.neighborhood.catch_hat += 1
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'StoreModule' object has no attribute 'catch_hat'

Windows-10-10.0.19045-SP0 AMD64
Ren'Py 8.4.1.25072401
Edicts 0.02
Fri Dec 19 02:06:49 2025
EDIT2: Another one. Same game. Selecting Walking in Downtown, the Exhibition law was changed prior.

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/walking.rpy", line 2102, in script
    if if mc.exhibition.stage == 0:
  File "game/walking.rpy", line 2102
    if mc.exhibition.stage == 0
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: invalid syntax

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

Traceback (most recent call last):
  File "game/walking.rpy", line 2102, in script
    if if mc.exhibition.stage == 0:
  File "renpy/ast.py", line 2079, in execute
    if renpy.python.py_eval(condition):
       ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^
  File "renpy/python.py", line 1290, in py_eval
    code = py_compile(code, "eval")
           ~~~~~~~~~~^^^^^^^^^^^^^^
  File "renpy/python.py", line 1247, in py_compile
    raise e
  File "renpy/python.py", line 1177, in py_compile
    tree = compile(source, filename, py_mode, ast.PyCF_ONLY_AST | flags, True)
           ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "game/walking.rpy", line 2102
    if mc.exhibition.stage == 0
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: invalid syntax

Windows-10-10.0.19045-SP0 AMD64
Ren'Py 8.4.1.25072401
Edicts 0.02
Fri Dec 19 02:13:38 2025
EDIT3 Another one,

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/walking.rpy", line 4802, in script
    jump expression walking.label
renpy.script.LabelNotFound: could not find label 'market_girl_ask_avice'. Did you mean: 'market_girl_ask_advice'?

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

Traceback (most recent call last):
  File "game/walking.rpy", line 4802, in script
    jump expression walking.label
  File "renpy/ast.py", line 1928, in execute
    rv = renpy.game.script.lookup(target)
         ~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
  File "renpy/script.py", line 1161, in lookup
    raise LabelNotFound(original)
renpy.script.LabelNotFound: could not find label 'market_girl_ask_avice'. Did you mean: 'market_girl_ask_advice'?

Windows-10-10.0.19045-SP0 AMD64
Ren'Py 8.4.1.25072401
Edicts 0.02
Fri Dec 19 02:18:02 2025
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/walking.rpy", line 2102, in script
    if if mc.exhibition.stage == 0:
  File "game/walking.rpy", line 2102
    if mc.exhibition.stage == 0
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: invalid syntax

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

Traceback (most recent call last):
  File "game/walking.rpy", line 2102, in script
    if if mc.exhibition.stage == 0:
  File "renpy/ast.py", line 2079, in execute
    if renpy.python.py_eval(condition):
       ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^
  File "renpy/python.py", line 1290, in py_eval
    code = py_compile(code, "eval")
           ~~~~~~~~~~^^^^^^^^^^^^^^
  File "renpy/python.py", line 1247, in py_compile
    raise e
  File "renpy/python.py", line 1177, in py_compile
    tree = compile(source, filename, py_mode, ast.PyCF_ONLY_AST | flags, True)
           ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "game/walking.rpy", line 2102
    if mc.exhibition.stage == 0
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: invalid syntax

Windows-10-10.0.19045-SP0 AMD64
Ren'Py 8.4.1.25072401
Edicts 0.02
Fri Dec 19 02:19:00 2025
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/walking.rpy", line 5957, in script
    show embankment_wet_tshirt_contest fail
Exception: DynamicImage 'images/embankment/embankment_wet_tshirt_contest_fail([mc.id]).jpg': could not find image. ('images/embankment/embankment_wet_tshirt_contest_fail(tifa).jpg')

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

Traceback (most recent call last):
  File "game/walking.rpy", line 5957, in script
    show embankment_wet_tshirt_contest fail
  File "renpy/ast.py", line 1357, in execute
    show_imspec(self.imspec, atl=getattr(self, "atl", None))
    ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/ast.py", line 730, in show_imspec
    renpy.config.show(
    ~~~~~~~~~~~~~~~~~^
        name, at_list=at_list, layer=layer, what=expression, zorder=zorder, tag=tag, behind=behind, atl=atl
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "renpy/exports/displayexports.py", line 513, in show
    sls.add(
    ~~~~~~~^
        layer,
        ^^^^^^
    ...<8 lines>...
        transient=transient,
        ^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "renpy/display/scenelists.py", line 447, in add
    thing.set_transform_event("replace")
    ~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^
  File "renpy/display/transform.py", line 862, in set_transform_event
    self.child.set_transform_event(event)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^
  File "renpy/display/image.py", line 520, in set_transform_event
    return self.target.set_transform_event(event)
           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^
  File "renpy/display/image.py", line 775, in set_transform_event
    self.find_target()
    ~~~~~~~~~~~~~~~~^^
  File "renpy/display/image.py", line 699, in find_target
    raise Exception(error)
Exception: DynamicImage 'images/embankment/embankment_wet_tshirt_contest_fail([mc.id]).jpg': could not find image. ('images/embankment/embankment_wet_tshirt_contest_fail(tifa).jpg')

Windows-10-10.0.19045-SP0 AMD64
Ren'Py 8.4.1.25072401
Edicts 0.02
Fri Dec 19 02:20:41 2025
Embankment seems very unfinished. Lots of empty images. Also this:

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/walking.rpy", line 5828, in script
    show embankment_two_catgirls_guarding undress
Exception: DynamicImage 'images/embankment/embankment_two_catgirls_guarding_undress([mc.id]).jpg': could not find image. ('images/embankment/embankment_two_catgirls_guarding_undress(tifa).jpg')

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

Traceback (most recent call last):
  File "game/walking.rpy", line 5828, in script
    show embankment_two_catgirls_guarding undress
  File "renpy/ast.py", line 1357, in execute
    show_imspec(self.imspec, atl=getattr(self, "atl", None))
    ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/ast.py", line 730, in show_imspec
    renpy.config.show(
    ~~~~~~~~~~~~~~~~~^
        name, at_list=at_list, layer=layer, what=expression, zorder=zorder, tag=tag, behind=behind, atl=atl
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "renpy/exports/displayexports.py", line 513, in show
    sls.add(
    ~~~~~~~^
        layer,
        ^^^^^^
    ...<8 lines>...
        transient=transient,
        ^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "renpy/display/scenelists.py", line 447, in add
    thing.set_transform_event("replace")
    ~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^
  File "renpy/display/transform.py", line 862, in set_transform_event
    self.child.set_transform_event(event)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^
  File "renpy/display/image.py", line 520, in set_transform_event
    return self.target.set_transform_event(event)
           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^
  File "renpy/display/image.py", line 775, in set_transform_event
    self.find_target()
    ~~~~~~~~~~~~~~~~^^
  File "renpy/display/image.py", line 699, in find_target
    raise Exception(error)
Exception: DynamicImage 'images/embankment/embankment_two_catgirls_guarding_undress([mc.id]).jpg': could not find image. ('images/embankment/embankment_two_catgirls_guarding_undress(tifa).jpg')

Windows-10-10.0.19045-SP0 AMD64
Ren'Py 8.4.1.25072401
Edicts 0.02
Fri Dec 19 02:24:50 2025
When exhibition get high, stores start closing. The picture for that event is blank.

Failing the Wet T-shirt contest as Sakura:

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/walking.rpy", line 5957, in script
    show embankment_wet_tshirt_contest fail
Exception: DynamicImage 'images/embankment/embankment_wet_tshirt_contest_fail([mc.id]).jpg': could not find image. ('images/embankment/embankment_wet_tshirt_contest_fail(sakura).jpg')

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

Traceback (most recent call last):
  File "game/walking.rpy", line 5957, in script
    show embankment_wet_tshirt_contest fail
  File "renpy/ast.py", line 1357, in execute
    show_imspec(self.imspec, atl=getattr(self, "atl", None))
    ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/ast.py", line 730, in show_imspec
    renpy.config.show(
    ~~~~~~~~~~~~~~~~~^
        name, at_list=at_list, layer=layer, what=expression, zorder=zorder, tag=tag, behind=behind, atl=atl
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "renpy/exports/displayexports.py", line 513, in show
    sls.add(
    ~~~~~~~^
        layer,
        ^^^^^^
    ...<8 lines>...
        transient=transient,
        ^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "renpy/display/scenelists.py", line 447, in add
    thing.set_transform_event("replace")
    ~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^
  File "renpy/display/transform.py", line 862, in set_transform_event
    self.child.set_transform_event(event)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^
  File "renpy/display/image.py", line 520, in set_transform_event
    return self.target.set_transform_event(event)
           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^
  File "renpy/display/image.py", line 775, in set_transform_event
    self.find_target()
    ~~~~~~~~~~~~~~~~^^
  File "renpy/display/image.py", line 699, in find_target
    raise Exception(error)
Exception: DynamicImage 'images/embankment/embankment_wet_tshirt_contest_fail([mc.id]).jpg': could not find image. ('images/embankment/embankment_wet_tshirt_contest_fail(sakura).jpg')

Windows-10-10.0.19045-SP0 AMD64
Ren'Py 8.4.1.25072401
Edicts 0.02
Fri Dec 19 04:00:20 2025
Blank image for 'Bunnygirl with pregnant human girl in the Onsen.'
 
Last edited:
3.00 star(s) 2 Votes