zapallbugs

Engaged Member
Jul 10, 2018
2,223
2,503
your game files have a quirk

events sometimes gives you inventory and story progression, yet if you save game in the middle of event it loads onto the map screen, your save file ends up missing items necessary for the game,only solution is to not save during an event. game designer could attempt to make this a permanent feature, to resolve the issue.

save during aliens loose hitler's balls game progress, or save during nazi and loose ww impregnation
Looks more like you found out how a Renpy restore works. Renpy can't jump into binary code after a restore. So the only thing it can do is jump to the last label it went past before the save, and then play forward until the next action point where the player has to do some action. Also it is never wise to make a save when in the inventory or quest screen as Renpy also can't jump into a return stack. Only make save when you are at rest.
 

MacG

Newbie
Dec 2, 2018
63
9
hi, i have a few question since i'm really stuck, idk if ot's me or my game bc some bug or something
1. i don't know what i have to do to trigger more missions, i already finished 2 missions ans 2 quest (gonna add some screens) i already talked with everyone available, already restarted the game 4 times and nothing, i can't do the lara quest neither bc my strengh and agility but i don't know how to level them and this is the point 2
2. do i hace to choose one especifically? bc already seeing all the options availables and nothing happens, does the game show me when i'm training or something? neither with wonder or widow.
sorry for the inconvenience
 

Jostlerus

New Member
May 6, 2017
9
0
thanks for reply youre right tho
im computer ops not computer program
website does it too, been here for years
still a newb due to not being a developer
 

EpicLust

Dev of Cockham Superheroes
Game Developer
May 30, 2017
3,777
7,193
hi, i have a few question since i'm really stuck, idk if ot's me or my game bc some bug or something
1. i don't know what i have to do to trigger more missions, i already finished 2 missions ans 2 quest (gonna add some screens) i already talked with everyone available, already restarted the game 4 times and nothing, i can't do the lara quest neither bc my strengh and agility but i don't know how to level them and this is the point 2
2. do i hace to choose one especifically? bc already seeing all the options availables and nothing happens, does the game show me when i'm training or something? neither with wonder or widow.
sorry for the inconvenience
Mission03 will trigger once you talk to Captain MILF in the hall during the day.
 

MacG

Newbie
Dec 2, 2018
63
9
please open the console and type mission03end
what is the answer?
says "False"
i think i didn't even started it, after the luthor mission i only talked with the characters endlessly, that's why i asked if maybe it was a bug or i had to reach some stat or point or something that i'm missing? maybe i have to do the lara quest? but again doesn't matter how many times i train in the gym those stats never grow :(
 
Apr 7, 2019
132
164
A tip for the little easter egg the dev refers to: It's a sound. You basement dwellers probably won't notice it if you play muted so your parents/neighbors/whatever won't hear you consume porn
 
  • Like
Reactions: EpicLust

EpicLust

Dev of Cockham Superheroes
Game Developer
May 30, 2017
3,777
7,193
says "False"
i think i didn't even started it, after the luthor mission i only talked with the characters endlessly, that's why i asked if maybe it was a bug or i had to reach some stat or point or something that i'm missing? maybe i have to do the lara quest? but again doesn't matter how many times i train in the gym those stats never grow :(
okay, that's weird, because it should only say what you see if it's True.

What about milftoldmission02end
and mission03
 

Arkie Rebel

Member
Feb 16, 2018
234
255
I find it funny that this game is set in the fictitious city of "Cockham" (based on Gotham) which is an American city. You have all theses superheroes and supervillains that are based on American characters. And, yet, the dialogue has things like "Flat" and "Side Sprite". I mean... besides the name of a soft drink and an archaic reference to fairies... is sprite a name for a mistress?

Also, Capt. Milf refers to "Lois Lane" once in the Introduction instead of the "Lois Pane" moniker. Otherwise, fun game.
 
  • Like
Reactions: EpicLust

EpicLust

Dev of Cockham Superheroes
Game Developer
May 30, 2017
3,777
7,193
I find it funny that this game is set in the fictitious city of "Cockham" (based on Gotham) which is an American city. You have all theses superheroes and supervillains that are based on American characters. And, yet, the dialogue has things like "Flat" and "Side Sprite". I mean... besides the name of a soft drink and an archaic reference to fairies... is sprite a name for a mistress?

Also, Capt. Milf refers to "Lois Lane" once in the Introduction instead of the "Lois Pane" moniker. Otherwise, fun game.
"Sprite" is also the name for the icon of the characters during dialogues... That is the joke when the thug says his mate won't talk (because he can't have a dialogue scene since I didn't make a side sprite for him).
And yes, I'm British, so I wrote"flat", didn't realize the Yankees didn't have that word and only used apartment.
 
Last edited:

MacG

Newbie
Dec 2, 2018
63
9
Well, I'm stumped because that is correct and should trigger mission03.
then i'm doomed :c
i'm gonna restart the game again and see if something change
tysm for try :)
ps: i loved Apocalypse, i was hoping to see lena as one of the girls that can be pregnant but hey still the whole game was amazing
 

EpicLust

Dev of Cockham Superheroes
Game Developer
May 30, 2017
3,777
7,193
How to get the Demona/Angela titjob scenes?
You've got be either a very good boy (+5 hero or more) or a very naughty boy (+1 villain or more) on the Superhero-Supervillain scale visible on the stats screen.
 

ealoseum

New Member
Mar 16, 2019
4
0
For some reason I'm unable to get the maledom scene. I'm not sure if I've done something wrong. What's needed for this scene?
 

EpicLust

Dev of Cockham Superheroes
Game Developer
May 30, 2017
3,777
7,193
For some reason I'm unable to get the maledom scene. I'm not sure if I've done something wrong. What's needed for this scene?
To be a very good boy (+5 hero or more) or a very naughty boy (+1 villain or more)
 

cicily248

New Member
Apr 29, 2018
8
9
This is the line of code that triggers the Special Event:
if mission04win and mcagility >= 1 and mccombat >= 1 and seenstroheimwonder == False:

So if it's not triggering, one of these variables is not what it should be... Check their values in the console.
Wait, so, how to get mccombat=1?
 
3.70 star(s) 37 Votes