- Dec 13, 2017
- 1,387
- 1,384
Is there one? Can I get some more?, I would also undress everyone and everything.I think he is confusing that with UnDress.bat.
Is there one? Can I get some more?, I would also undress everyone and everything.I think he is confusing that with UnDress.bat.
Well, I tried it, let's see what happens.Learn what?
I mean go to that post with your latest version, click on the report button, select other, fill in the description asking for your modded version which works with RenPy 7.4.x games to be added to the OP, as the current official releases often don't work anymore. That sends a report to the mods, who can edit the OP (or run it by Sam or something). Then anytime you need to alter your version, go back and edit the same post so the link from the OP always points to your current version. That's how user content gets added to the OP of all those game threads.
Otherwise most users will never find your version. Hopefully that will cut down on users posting in this thread about UnRen not working with new releases.
The last mention in this script talk about the passage to Python 2.6. This imply that this file haven't been updated since near to 7 years ! It suffice to look at all the issues that un.rpyc had to fix, to find examples that totally broke this script.For that's files unren don´t work i use decompiler.rpy ...
menu myMenu:
"Blablabla"
"choice 1"( alternate="not choice 1" ):
"this is choice 1"
jump myMenu
"choice 2":
"this is choice 2"
jump myMenu
menu myMenu:
"Blablabla"
"choice 1":
"this is choice 1"
jump myMenu
"choice 2":
"this is choice 2"
jump myMenu
Did it for youI might give it a shot but if you can answer ahead of time =P.
Dude, that's like asking what button on your TV's remote will make all the girls nekkid.all clothes
I'm sorry, I'm just trying to learn to use the consoleNow give him that option already. He insists.
Dude, that's like asking what button on your TV's remote will make all the girls nekkid.
So, lesson number one:I'm sorry, I'm just trying to learn to use the console
OK. You say "console" in the thread about the tool unren.bat. The Ren'py console is the white window that opens (if you have the console enabled at all) when pressing SHIFT-O.I'm sorry, I'm just trying to learn to use the console
I wanted to preserve the flexibility in directory placement, so this is a merging ofWell, once the issue with the mythos has been resolved, it makes sense to post another UnRen mod.
I didn't really understand what the point of merging is? Considering that my mod is based on version 0.9-Dev. And checking the folder with the necessary python is also present there. At least in the latest version exactly, and given that there is deobfuscation, the old version of my modification was used.I wanted to preserve the flexibility in directory placement, so this is a merging of
.9-dev +
HIGHLY simple logic to check for the x86_64 +
your mod v.5
Not optimized, but it would be good to update the OP with something new soon - feedback welcome.
I retained general logic to place the .bat in either the main or game folder, which I feel is friendlier.I didn't really understand what the point of merging is? Considering that my mod is based on version 0.9-Dev. And checking the folder with the necessary python is also present there. At least in the latest version exactly, and given that there is deobfuscation, the old version of my modification was used.
I hope all of them.What kind of clothes are you talking about?any way to remove clothes with console?
Sam's busy right now and this was on our radar, anyway - so, I'm hoping to just settle on a single "gold" version for the OP, essentially.Hm. Well. Thats a nice surprise.
I did'n know we got this year a tool modding contest here...
I am just trying to wrap my head around what the issue was in the first place and changes in general. Here is a comparison of the 32 and 64 check. Fried on left and yours on rightI didn't really understand what the point of merging is? Considering that my mod is based on version 0.9-Dev. And checking the folder with the necessary python is also present there. At least in the latest version exactly, and given that there is deobfuscation, the old version of my modification was used.
echo 8) Only Enable Everything
if "%option%"=="8" goto :console
if not "%option%" == "9" goto :finish
if not "%option%" == "8" or "%option%" == "9" goto :finish
My modification also checks for the presence of 32 and 64-bit folders. I just refused the possibility of using this tool from the "game" folder, since I believe that any executable files should lie where they belong. Plus, I am confused by the construction "if...if...if...", and for some reason everyone else does not like my "else if". at the expense of the code for the decompiler, yes, I entered the latest version available at that time from the "dev" branch.I am just trying to wrap my head around what the issue was in the first place and changes in general. Here is a comparison of the 32 and 64 check. Fried on left and yours on right
View attachment 1063014
From looking as well, unrpyc was changed out
View attachment 1063018
I am all for one or the other or merging if needed. If your version does the same, then I dont see any issue.
Good question: in my case, I simply modified the .9-dev version awhile back to handle newer Ren'Py library distribution options, using what appeared to be the style of the original. Just mimicking what I saw.Plus, I am confused by the construction "if...if...if...", and for some reason everyone else does not like my "else if". at the expense of the code for the decompiler, yes, I entered the latest version available at that time from the "dev" branch.
Nice we have some movement....Updated the OP with a new v.91, associated changelog...
Sam's busy, so he can demote me when he gets free time (I got Staff go-ahead, of course).
set "version=...
the last number (191007) is just the release date of v0.9-dev. -> Invalid here.set "renpydir=%...
is unneeded in UnRen. The var was and is never used.Couldn't find the pageOh, there was something: View attachment 1066622 View attachment 1066622
It's the forum again. Tiring... Did try like 10 times and it errors. Used external now. Just a shot of a running unren 2 in pure python and everything working - so far.Couldn't find the page
Update: The link is broken at all