Chrisdarock19

Well-Known Member
Oct 15, 2018
1,385
1,938
Ronchon gave me answer here for this. If you don't know how to turn on the console, open this file in a text editor (notepad, vim, whatever):
TheNullHypothesis-0.6b-pc/renpy/common/00c1onsole.rpy
and find the line:
config.console = False
and change that to:
config.console = True
I normally just throw this into Ren'py game to turn on the console.
Code:
init +1:
    python hide:
        config.developer = True
 

Conrad-N7

Active Member
May 8, 2020
744
606
Hmph ... The more I look at Emma, the more I hope they change her face before ch2 release. She still looks WAY too young and it's disturbing lol
(And I still can't shake off that weird AI vibes from it, not that I am saying it is, it's the face that gives me those vibes and it's off-putting)
 

apyrvalg

Member
Oct 9, 2018
153
250
Originally y'all were able to choose your character's name and their hero identity but we decided to keep the latter Null for story reasons I'm not allowed to share.
I was asking about first one - actual human name, not the superhero moniker. Is customizable name really that necessary?
 

Karmadive

Member
Mar 12, 2020
320
678
To me a customizable character helps me feel more ownership and relation to the main character. I tend to be more concerned about what happens to a MC I have personalized versus one that is premade and fixed in place.

Plus I'm a proponent of more choices in games. If you simply don't want to customize a name for a character or feel no need to the option is there for you to just use the default name and start the game. But for those that want to customize and have a bit more of a personal connection to the protagonist they are able to.
 

Evil13

Engaged Member
Jun 4, 2019
3,982
17,390
You do realise if someone tried that with Laura, she'd slice off their hand and then spay or neuter that person, right?
 

bebopalot

Newbie
Mar 27, 2024
37
90
This bug is associated with an old screen variant present in old saves. The fix is to use the console to hide the screen, which will fix the save. The console command is:

renpy.hide_screen("belt_screen", layer = "interface")
This works for me, but then the side bar remains hidden during free roam. Is there a different new screen that needs to be enabled instead?

Edit: Never mind I found the "enable UI" option in the menu. That fixed it.
 
Last edited:
4.70 star(s) 148 Votes