- Jan 10, 2018
- 23
- 1
While pressing Shift+O nothing happens, but console is activated via UnRen. Any ideas?Put "unlock_all_plz()" in the console
While pressing Shift+O nothing happens, but console is activated via UnRen. Any ideas?Put "unlock_all_plz()" in the console
If you used UnRen and nothing happened, you have to do it manually. game\options.rpy. If the code isn't there, add it.While pressing Shift+O nothing happens, but console is activatet via UnRen. Any ideas?
init 1000 python:
config.developer = True
config.console = True
Go activate the console then put "unlock_all_plz()" into it and you get the gallery.can someone just give me their save that has all the scenes unlocked
I tried for like 2 hours to get the console to work I press the shift+o after enabling and nothing happensGo activate the console then put "unlock_all_plz()" into it and you get the gallery.
Find the code in "options.rpy" most resembling this and replace it with this.I tried for like 2 hours to get the console to work I press the shift+o after enabling and nothing happens
config.keymap['panic_screen'] = ['q', 'Q']
Literally post above yours fixes that.I get this stupid paint screen if I try to open the console
Pretty sure you need to train more or fuck more, something was said about it in the thread a while ago.I'm stuck on mission : Train more with Lucifer on Raven's room.
I've fucked Raven like 30x and nothing happened.
I've done that, I've added the console manually and set their values to true. Q gives me the paint screen but shift + O does it still. Any idea what may be the problem?Find the code in "options.rpy" most resembling this and replace it with this.
Code:config.keymap['panic_screen'] = ['q', 'Q']
You need to change that code so that shift O doesn't activate the panic screen.I've done that, I've added the console manually and set their values to true. Q gives me the paint screen but shift + O does it still. Any idea what may be the problem?
So, I think I know what is happening. The game may be running on 2 different options.rpy; the file that comes with the game (hasn't been edited) and one that I downloaded from this forum (edited). Thing is, when I use UnRen to decompile the default options.rpyc, this error pops up when I try to run the game:Try swapping these 4 to False.
View attachment 274730
It still doesn't work :/Dunno what is wrong with yours, mine is the same code.
View attachment 275224
If you can't fix it, extract the archive again in a new folder(don't just overwrite what you have already) and try using unren again.