WBWB

Active Member
Jul 8, 2017
766
13,129
617
I found a shortcut that reduces so much of the grind.

Go to the living room at night, click on the TV to watch some porn. +1 Arousal. Click the TV again. More porn, +1 Arousal again, and it's still night! Keep clicking the TV about 100 times to bank up all the Arousal. Then click the door. It's still night. Go to MC bedroom and jerk off again and again until you run out of Arousal, banking up a whole lot of Cum. Now you can focus on corrupting the women instead of having to grind Arousal as you go.

Dev, please don't fix this shortcut.
 
  • Like
Reactions: Kotsman1986

DarkLoki

Semi-Functional Human
Game Developer
Oct 25, 2018
628
949
247
Don't know if this is mentioned elsewhere, but the change log mentions that the "animations have been redone", yet it is missing the "animation" tag?
 

Ayal

Member
Apr 9, 2020
388
312
186
I found a shortcut that reduces so much of the grind.

Go to the living room at night, click on the TV to watch some porn. +1 Arousal. Click the TV again. More porn, +1 Arousal again, and it's still night! Keep clicking the TV about 100 times to bank up all the Arousal. Then click the door. It's still night. Go to MC bedroom and jerk off again and again until you run out of Arousal, banking up a whole lot of Cum. Now you can focus on corrupting the women instead of having to grind Arousal as you go.

Dev, please don't fix this shortcut.
I am transported to the next morning after the first watch!
 

Ayal

Member
Apr 9, 2020
388
312
186
OK, I have loaded a save from the end of the last update and nothing I do in this update changes anything. I cannot raise the corruption level of the women?
 

DonComedia132

Newbie
Apr 28, 2022
59
58
85
Honestly, I'll only play this game when the eye art is improved, because honestly, not even the monster under my bed creeps me out that much (everything else seems fine except for the eyes). So I'll probably play this game in a year. In the meantime, I'll put it on my to-play list.
 
  • Like
Reactions: Kotsman1986

Kotsman1986

Newbie
May 5, 2022
18
44
23
Honestly, I'll only play this game when the eye art is improved, because honestly, not even the monster under my bed creeps me out that much (everything else seems fine except for the eyes). So I'll probably play this game in a year. In the meantime, I'll put it on my to-play list.
Best comment! :ROFLMAO::ROFLMAO::ROFLMAO:Dude, I changed Janice's eyes—check it out. The admins just aren't adding new screenshots.
 

DonComedia132

Newbie
Apr 28, 2022
59
58
85
Is that right? Then I'll try it tomorrow.

P.S.: The monster under my bed is happy because it can finally come out without feeling threatened.
Best comment! :ROFLMAO::ROFLMAO::ROFLMAO:Dude, I changed Janice's eyes—check it out. The admins just aren't adding new screenshots.
 

DAmarillo

New Member
May 19, 2021
1
0
125
How to offer coffee in the mornign to Milf?
watch porn at night to get arousal up, then click the left door so it doesn't automatically exit to morning.
while its still night go to the sexshop.
after the ava scene it'll be morning and jerk
then go to the hallway and you should see MILF with the option to hug or give coffee
 

okamisamy

Member
May 24, 2021
315
128
144
```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/NEW/City/сity.rpy", line 301, in script
call screen panel
File "game/NEW/City/global_map.rpy", line 147, in execute
screen public_toilet():
File "game/NEW/City/global_map.rpy", line 147, in execute
screen public_toilet():
File "game/NEW/City/global_map.rpy", line 148, in execute
if thedaytime == 4:
File "game/NEW/City/global_map.rpy", line 149, in execute
if Man_arousal >=30:
File "game/NEW/City/global_map.rpy", line 190, in execute
if RedHead_corrupt_levl ==5:
File "game/NEW/City/global_map.rpy", line 190, in <module>
if RedHead_corrupt_levl ==5:
^^^^^^^^^^^^^^^^^^^^
NameError: name 'RedHead_corrupt_levl' is not defined. Did you mean: 'Red_Head_corrupt_levl'?

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

Traceback (most recent call last):
File "game/NEW/City/сity.rpy", line 301, in script
call screen panel
File "renpy/ast.py", line 2231, in execute
self.call("execute")
~~~~~~~~~^^^^^^^^^^^
File "renpy/ast.py", line 2195, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/statements.py", line 379, in call
return method(parsed, *args, **kwargs)
~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/common/000statements.rpy", line 695, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/exports/statementexports.py", line 348, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/ui.py", line 304, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/display/core.py", line 2219, in interact
repeat, rv = self.interact_core(
~~~~~~~~~~~~~~~~~~^
preloads=preloads,
^^^^^^^^^^^^^^^^^^
...<4 lines>...
**kwargs,
^^^^^^^^^
) # type: ignore
^
File "renpy/display/core.py", line 2757, in interact_core
root_widget.visit_all(lambda d: d.per_interact())
~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/display/displayable.py", line 432, in visit_all
d.visit_all(callback, seen)
~~~~~~~~~~~^^^^^^^^^^^^^^^^
File "renpy/display/displayable.py", line 432, in visit_all
d.visit_all(callback, seen)
~~~~~~~~~~~^^^^^^^^^^^^^^^^
File "renpy/display/displayable.py", line 432, in visit_all
d.visit_all(callback, seen)
~~~~~~~~~~~^^^^^^^^^^^^^^^^
File "renpy/display/screen.py", line 503, in visit_all
callback(self)
~~~~~~~~^^^^^^
File "renpy/display/core.py", line 2757, in <lambda>
root_widget.visit_all(lambda d: d.per_interact())
~~~~~~~~~~~~~~^^
File "renpy/display/screen.py", line 514, in per_interact
self.update()
~~~~~~~~~~~^^
File "renpy/display/screen.py", line 715, in update
self.screen.function(**self.scope)
~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
File "game/NEW/City/global_map.rpy", line 147, in execute
screen public_toilet():
File "game/NEW/City/global_map.rpy", line 147, in execute
screen public_toilet():
File "game/NEW/City/global_map.rpy", line 148, in execute
if thedaytime == 4:
File "game/NEW/City/global_map.rpy", line 149, in execute
if Man_arousal >=30:
File "game/NEW/City/global_map.rpy", line 190, in execute
if RedHead_corrupt_levl ==5:
File "renpy/python.py", line 1292, in py_eval
return py_eval_bytecode(code, globals, locals)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/python.py", line 1285, in py_eval_bytecode
return eval(bytecode, globals, locals)
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "game/NEW/City/global_map.rpy", line 190, in <module>
if RedHead_corrupt_levl ==5:
^^^^^^^^^^^^^^^^^^^^
NameError: name 'RedHead_corrupt_levl' is not defined. Did you mean: 'Red_Head_corrupt_levl'?

Windows-10-10.0.19042-SP0 AMD64
Ren'Py 8.4.1.25072401
TAG v0.23
Fri Nov 14 11:48:55 2025
```
any one have this error? if what i need is to change the name to 'Red_Head_corrupt_levl' instead of 'RedHead_corrupt_levl' then how do i do that ?



edit i changed all the RedHead to Red_Head and it works now it really says File "game/NEW/City/global_map.rpy", line 190 i only needed to read lol so if anyone have it just add _ between the red and head
 
Last edited: