just made an account here to ask how you do set up the renpy console?If you don't want to work through it all, set up the Renpy Console:
You don't have permission to view the spoiler content. Log in or register now.
It's all over this forum, if you search for renpy console in the search box in the upper right.just made an account here to ask how you do set up the renpy console?
i've searched through the internet and i can't find any clear answers.
one said press shift + O ( i assume its capital o )
and that didn't work. another said find some kind file in the game called options.renpy or renpy.options or whatever its called. yet i can't find this file no matter what i do.
i found an online save editor for renpy yet it doesn't seem to work.
ok i got the developer console to work but my problem is this.It's all over this forum, if you search for renpy console in the search box in the upper right.
Still....for Renpy Console access change to your game folder and update the following two files:
(for Shift+O <- the letter o)
renpy\common\00console.rpy
# If true, the console is enabled despite config.developer being False.
config.console = True
(for Shift + D, the Developer Console, if enabled allows viewing all variables)
renpy\common\00library.rpy
# After init, make some changes based on if config.developer is True.
init 1700 python hide:
if config.developer == "auto":
if config.script_version:
config.developer = True
else:
config.developer = True
You might want to look at what I say back here:ok i got the developer console to work but my problem is this.
the enemy beginner thiefs are doing like 1 trillion damage to me!!!
wtf man. if i increase my stats they get stronger 2x-3x-4x-5x and stronger then me? what the heck.
and if increase my health it doesn't matter at all! since the health will randomly decrease for no reason at times. say i set the health to a million. i go meditate/rest the health changes back to 100 defeating the whole purpose of the stat changes! i think player.level=# influences the difficulty of the game. but even if you put it at a low level like 1 the mobs will do random dmg from 0 to 1 to trillion which makes no sense. if you put it at a higher level they will consistently be doing 1000 plus dmg per hit and sometimes more! this is rather frustrating! i just want to play the game for the story but i can't even do that!