TommyEsclow

Member
Aug 18, 2017
463
849
I just gave this game a shot and man it's so funny. This dev is genius in terms of comedy i guess... "I think we complete each other you have muscles... and I have brains" Lmao. Gonna support this one.
 
  • Like
Reactions: EpicLust

kippei

Member
Nov 25, 2017
230
214
Anyone else getting an error when talking to the bouncer? I have Road Warrior on 5 and have money, got the tattoo too and the password from the guy in the shower, but I keep getting this right after speaking to him:

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/nightwatch.rpy", line 137, in script call
call Coyote
File "game/nightwatch.rpy", line 137, in script call
call Coyote
File "game/nightwatch.rpy", line 137, in script call
call Coyote
File "game/deserttown.rpy", line 1217, in script
menu:
File "game/deserttown.rpy", line 1327, in <module>
"Use Marnie" if withma and money >= 5:
NameError: name 'withma' is not defined

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

Full traceback:
File "game/nightwatch.rpy", line 137, in script call
call Coyote
File "game/nightwatch.rpy", line 137, in script call
call Coyote
File "game/nightwatch.rpy", line 137, in script call
call Coyote
File "game/deserttown.rpy", line 1217, in script
menu:
File "F:\DMD\Apocalypse-0.6.1-pc\renpy\ast.py", line 1605, in execute
choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
File "F:\DMD\Apocalypse-0.6.1-pc\renpy\exports.py", line 943, in menu
condition = renpy.python.py_eval(condition)
File "F:\DMD\Apocalypse-0.6.1-pc\renpy\python.py", line 1960, in py_eval
return py_eval_bytecode(code, globals, locals)
File "F:\DMD\Apocalypse-0.6.1-pc\renpy\python.py", line 1953, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/deserttown.rpy", line 1327, in <module>
"Use Marnie" if withma and money >= 5:
NameError: name 'withma' is not defined
 

zapallbugs

Engaged Member
Jul 10, 2018
2,222
2,502
Anyone else getting an error when talking to the bouncer? I have Road Warrior on 5 and have money, got the tattoo too and the password from the guy in the shower, but I keep getting this right after speaking to him:

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/nightwatch.rpy", line 137, in script call
call Coyote
File "game/nightwatch.rpy", line 137, in script call
call Coyote
File "game/nightwatch.rpy", line 137, in script call
call Coyote
File "game/deserttown.rpy", line 1217, in script
menu:
File "game/deserttown.rpy", line 1327, in <module>
"Use Marnie" if withma and money >= 5:
NameError: name 'withma' is not defined

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

Full traceback:
File "game/nightwatch.rpy", line 137, in script call
call Coyote
File "game/nightwatch.rpy", line 137, in script call
call Coyote
File "game/nightwatch.rpy", line 137, in script call
call Coyote
File "game/deserttown.rpy", line 1217, in script
menu:
File "F:\DMD\Apocalypse-0.6.1-pc\renpy\ast.py", line 1605, in execute
choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
File "F:\DMD\Apocalypse-0.6.1-pc\renpy\exports.py", line 943, in menu
condition = renpy.python.py_eval(condition)
File "F:\DMD\Apocalypse-0.6.1-pc\renpy\python.py", line 1960, in py_eval
return py_eval_bytecode(code, globals, locals)
File "F:\DMD\Apocalypse-0.6.1-pc\renpy\python.py", line 1953, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/deserttown.rpy", line 1327, in <module>
"Use Marnie" if withma and money >= 5:
NameError: name 'withma' is not defined
Looks like a bit of next version code got into there that shouldn't have been. You can bypass by going to the console (shift o) before talking to the bouncer and typing: withma = False
 
  • Like
Reactions: EpicLust and kippei

kippei

Member
Nov 25, 2017
230
214
Looks like a bit of next version code got into there that shouldn't have been. You can bypass by going to the console (shift o) before talking to the bouncer and typing: withma = False
That did it, thanks alot! Can finally continue on :love:
 

EpicLust

Dev of Cockham Superheroes
Game Developer
May 30, 2017
3,776
7,191
Anyone else getting an error when talking to the bouncer? I have Road Warrior on 5 and have money, got the tattoo too and the password from the guy in the shower, but I keep getting this right after speaking to him:

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/nightwatch.rpy", line 137, in script call
call Coyote
File "game/nightwatch.rpy", line 137, in script call
call Coyote
File "game/nightwatch.rpy", line 137, in script call
call Coyote
File "game/deserttown.rpy", line 1217, in script
menu:
File "game/deserttown.rpy", line 1327, in <module>
"Use Marnie" if withma and money >= 5:
NameError: name 'withma' is not defined

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

Full traceback:
File "game/nightwatch.rpy", line 137, in script call
call Coyote
File "game/nightwatch.rpy", line 137, in script call
call Coyote
File "game/nightwatch.rpy", line 137, in script call
call Coyote
File "game/deserttown.rpy", line 1217, in script
menu:
File "F:\DMD\Apocalypse-0.6.1-pc\renpy\ast.py", line 1605, in execute
choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
File "F:\DMD\Apocalypse-0.6.1-pc\renpy\exports.py", line 943, in menu
condition = renpy.python.py_eval(condition)
File "F:\DMD\Apocalypse-0.6.1-pc\renpy\python.py", line 1960, in py_eval
return py_eval_bytecode(code, globals, locals)
File "F:\DMD\Apocalypse-0.6.1-pc\renpy\python.py", line 1953, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/deserttown.rpy", line 1327, in <module>
"Use Marnie" if withma and money >= 5:
NameError: name 'withma' is not defined
Ah yes, sorry, it is new code that shouldn't be there. Here's a replacement script for it.
EDIT; also asked an uploader to put the proper version on the OP.
 
Last edited:

Mondoblasto

Well-Known Member
Nov 13, 2017
1,375
2,192
Could you increase the maximum number of women you can have in Harlem to nine? Please do it at the next update.
Not that I wouldn't love this, but the most probable reasons are:

1. There are only seven days in a week. While there is the rare exception (Zara is the one that comes to mind), harem girls have to be fucked once a week to stay satisfied and agree to stay with you. Remember, they have the right to leave your harem whenever they want.

2. Only one harem girl can be regularly fucked per day, at night. If you had more than six and an event prevented you from fucking one (like say you have to spend the night in the med ward), one girl is guaranteed to leave your ass. AND you're losing a lust point with that girl when they do so. Unless EpicLust changes the coding of that, you'd be regularly hemorrhaging girls and lust points weekly, and that means more grinding.

3. As mentioned, it's pretty much 'hardcoded' into the game at this time. I would love to have all the pussy all the time, but weekly turnover mechanic makes the most sense. (......... Unless it's changed to every two weeks.)
 

EpicLust

Dev of Cockham Superheroes
Game Developer
May 30, 2017
3,776
7,191
I want to know too. Part of the reason why the MC is given such great digs and allowed to have a harem is to breed them and repopulate the Earth. Plus it's not like having multiple kids actually has an effect on the game.
Well, first of all, because I didn't code it. And second, I could argue that the new mother needs a bit of time to take care of her new baby. I mean, she's not a baby-popping machine. Except for Taylor who's trailer trash, ahem.
EDIT: also, the number of kids will have an impact on the game in the final confrontation with Trumpf in the Supreme White House.
 
Last edited:
  • Like
Reactions: Aereon1104

EpicLust

Dev of Cockham Superheroes
Game Developer
May 30, 2017
3,776
7,191
I'm 15 weeks trying to trigger the lena date scene but almost every time i go to the night duty ruby is there,and on the rare occasions that lena is there, she is with the rifle. This is really annoying...
You' re unlucky, but actually, I see there's a mistake in the code anyway because Bella and Penny are never available, so please everyone, use this replacement script.

Alternatively, for you, the variable is lenaconvincedate
if you open the console and type:
lenaconvincedate = 3
you will be able to invite her on a date when talking to her in the command center.
 
Last edited:
  • Like
Reactions: Aereon1104
Feb 5, 2018
252
695
A little disturbed by the ages of characters in this game. That's about all I can say on the subject outside of the main character being the biggest Gary Sue in gaming.
 
  • Angry
Reactions: Aereon1104

EpicLust

Dev of Cockham Superheroes
Game Developer
May 30, 2017
3,776
7,191
A little disturbed by the ages of characters in this game. That's about all I can say on the subject outside of the main character being the biggest Gary Sue in gaming.
They are all 18 or above, except if you are playing the incest patch made by some random dude I never met and you therefore chose to download his patch....
EDIT: except for the Android version, which is apparently already patched, but I didn't make it either.
 
Last edited:
4.00 star(s) 90 Votes