- May 6, 2017
- 3,988
- 30,561
It was obvious what you meantThx I'll give a shot . I should really read before I post, it should have said "I'm not much of a tech guy", as apposed to "not much of a guy". I'm fairly certain that I'm still a guy. Lol.
It was obvious what you meantThx I'll give a shot . I should really read before I post, it should have said "I'm not much of a tech guy", as apposed to "not much of a guy". I'm fairly certain that I'm still a guy. Lol.
I ended up figuring out the "def unren_noblock(*args, **kwargs):" fix on my own but too bad I didn't check here first because you already discovered it before me.Yeah, I'm lazy too. Attached is the Unofficial-UnRen (UnUnRen) that I modded for myself which works with Ren'Py 7 and has other fixes posted by others in the thread until Sam has time to update.
echo Finished!
echo.
set exitoption=.
echo Enter "1" to go back to the menu, or any other
set /p exitoption=. key to exit:
Don't hate me, but I'd already done that in my unofficial version from the post you quotedI ended up figuring out the "def unren_noblock(*args, **kwargs):" fix on my own but too bad I didn't check here first because you already discovered it before me.
UnRen also has an annoying UI bug where if you push enter without typing anything in while at the exit menu, it will repeat the last command you typed instead of exiting like it should.
At the very last lines in UnRen, adding "set exitoption=." to assign the variable to nothing fixes it.
Code:echo Finished! echo. set exitoption=. echo Enter "1" to go back to the menu, or any other set /p exitoption=. key to exit:
Don't hate me, but I'd already done that in my unofficial version from the post you quoted
You can't, it's a windows tool. Sorry.How are you supposed to do this on mac?
Special thanks to:v0.7
RPYC decompiling is now handled within UnRen
Improved the quicksave/quickload code
Added default keymap for rollback
Fixed noblock for RenPy v7
Fixed back to menu bug
In most cases either type 'exit' without the quotes and hit enter, or just hit the escape key.How do you exit from the console and dev menu?
Or press the close window X...In most cases either type 'exit' without the quotes and hit enter, or just hit the escape key.
Also you can type 'help' for a list of common commands.
In addition to what @anubis1970 said, you can also use the right click of the mouse to exit the console. As for the developer menu... well, you click on the "return" button ; it's the only one at the bottom of the script if the game use an untranslated version of the interface.How do you exit from the console and dev menu?
Thanks! It workedIn most cases either type 'exit' without the quotes and hit enter, or just hit the escape key.
Also you can type 'help' for a list of common commands.
See the Mac version here:How are you supposed to do this on mac?
What's probably the major part of this update is that now UnRen works with a none precompiled version. I have nothing against the original version made by CensoredUsername, but being able to unrpyc the files before you even launch the game is by far a better approach.i'm curious, is there any reason no one has an already precompiled un.rpyc?
huh? but unren.bat's un.rpyc you have to run the game to decrypt?What's probably the major part of this update is that now UnRen works with a none precompiled version. I have nothing against the original version made by CensoredUsername, but being able to unrpyc the files before you even launch the game is by far a better approach.
Not anymore - new version of Unren does it right from the program without starting the game.huh? but unren.bat's un.rpyc you have to run the game to decrypt?