Blup Blup

Well-Known Member
Sep 14, 2017
1,162
643
this is what it says in hints

$ cs_hint = "I should check on Detective Keegan."
elif cs_event_30 >= 1 and cs_event_31 <= 1:

i think im supposed to do something with chrys but cant figure out what
Hmm, the elif you give is for the next step. The correct one is:

Code:
    elif cs_event_30 >= 1 and mk_event_1 <= 1:
        $ cs_hint = "I should check on Detective Keegan."
So you need mk_event_1 and that one is set in:

Code:
label miranda_event_1:
    hide screen calendar
    $ mk_event_1 = 10
    $ timeofday = 3
    $ mk_value += 1

    "{i}Your cellphone vibrates.{/i}"

    play sound "audio/effects/cellphone_vibrate.ogg"

    "{i}You answer it.{/i}"

    p "Hello?"

    dk "[p], this is [dk]. I need you to come Nierhaven Medical."

    p "The hospital? Is everything all right?"
...
If I remember correctly this starts when you leave your room in the morning.
 

exile0025

Newbie
Apr 3, 2018
90
36
Hmm, the elif you give is for the next step. The correct one is:

Code:
    elif cs_event_30 >= 1 and mk_event_1 <= 1:
        $ cs_hint = "I should check on Detective Keegan."
So you need mk_event_1 and that one is set in:

Code:
label miranda_event_1:
    hide screen calendar
    $ mk_event_1 = 10
    $ timeofday = 3
    $ mk_value += 1

    "{i}Your cellphone vibrates.{/i}"

    play sound "audio/effects/cellphone_vibrate.ogg"

    "{i}You answer it.{/i}"

    p "Hello?"

    dk "[p], this is [dk]. I need you to come Nierhaven Medical."

    p "The hospital? Is everything all right?"
...
If I remember correctly this starts when you leave your room in the morning.
figured it out
i needed to finish everything else,i had riley on the back burner because i wanted to do them one at a time
 

Blup Blup

Well-Known Member
Sep 14, 2017
1,162
643
figured it out
i needed to finish everything else,i had riley on the back burner because i wanted to do them one at a time
After reading the code, this is not possible. The first patrols are with Riley and to do them you must first have enough aptitude and fitness. For those you need Valentina and Harper. And after the patrols with Riley Chrys takes over. So the only way to play the fastest is progressing with alle four girls from the start. But you have discovered that the hard way :).

Chrys has to the most content and my suggestion is to see if you can solve those hints first. The first few weeks it is best to concentrate on Valentina and Harper if nothing for Chrys can be done. And after that Riley. At some point Valentina and Harper are finished because they have hardly any content after catching up with the studies. In my case I needed to skip a few weeks to get enough lectures to progress Chrys to the end of her storyline. At the moment the characters are not evenly balanced for content. Which makes the game for now a bit frustrating at the end...
 
Last edited:

Steppenwolf

Newbie
Jul 30, 2017
48
87
I'm following the code to get the most points :). During that I discovered the following which is most likely a bug:

Code:
        "How am I supposed to concentrate?":
            $ cs_affection =+ 1
            scene bg 30_cs_event1_3 with dissolve
            cs "I think you're concentrating on the right things."
            jump chrys_event_30_a
The =+ resets the cs_affection back to 1 :-(
Thanks a lot!
Without knowing it, I loosed 33 affection points with Chris thanks to that bug. :FacePalm:

I think it is appropriate to report this bug to the developer, if it has not already been done.
This is a bug that will break Chris story in the future release
 

Blup Blup

Well-Known Member
Sep 14, 2017
1,162
643
I think it is appropriate to report this bug to the developer, if it has not already been done.
This is a bug that will break Chris story in the future release
I've searched for a way to contact the developer. I can only find a Patreon account, but that doesn't have an option for contact if you're not an Patreon? Or maybe I'm missing something? If someone knows a way to contact the developer I'm willing to report this...
 

moskyx

Forum Fanatic
Jun 17, 2019
4,005
12,961
I've searched for a way to contact the developer. I can only find a Patreon account, but that doesn't have an option for contact if you're not an Patreon? Or maybe I'm missing something? If someone knows a way to contact the developer I'm willing to report this...
I've already reported it on his Discord (patron only, I think). Thanks for the catch!
 
  • Love
Reactions: Blup Blup

thefreaque

New Member
Oct 30, 2018
1
0
My only thoughts where something.

1. his powers are not what people think in the game outside Ellie.
2. yes i am a cheater at times. lol got the game up to date then added the cheat mod i found allowed replay scenes? who is lol did i miss a whole chick

3. overall love the game. but would love to see in the future more content like they did in 95.2 with Mixing girls: i do not mean has be threesomes but hell it's a porn game and the way they're acting in-game they all know about each other. but would be nice to see more multiple girls in scenes for sex and not, as well just somehow the actions you do with them work.
 

Allan Trumbull

Forum Fanatic
Sep 10, 2021
4,758
4,759
Solace.
Possible to add "textbox background" settings ?? Tired of black textbox. I hate it. Very annoying. Like Adding insult to injury, there is no hide button too
 
Last edited:

Gamer_01

Member
Dec 16, 2019
202
85
Not possible. Android user here. Using Android port made by Developer.
Here, this should work for you.
here is my unofficial android port of Superheroes Suck v0.95.2public.
You don't have permission to view the spoiler content. Log in or register now.

from now on my android ports of Ren'Py games have a 2nd, persistent save location like windows. if you uninstall an app, the save files and persistent data remain intact.
therefore the app needs the permission to access the public external storage (or a new one on Android 11 :FacePalm:), because it has to read and write outside its own external storage directories.
you have to grant the permission or the app is shut down.

have fun and please report problems (you can reach me ).
 
  • Like
Reactions: Allan Trumbull
4.10 star(s) 88 Votes