That did the job. Much appreciated bud, I'll add it to my tools folder. where did you get that one from?
Thanks, this helped get rid of the errors I had after decompiling the rpyc files.
Just a guess, the game is from 2019(?) and i doubt it will run with renpy 8 (uses python 3) maybe try to launch it in renpy 7 (uses python2) sdk.Midnight Paradise
The game does not open when I extract it from rpyc to rpy with unren
'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00start.rpy", line 193, in script
python:
File "renpy/common/00start.rpy", line 194, in <module>
renpy.execute_default_statement(True)
File "game/scripts/variables.rpy", line 70, in execute_default
default m_ns_jerkoff = NightScene(mom, _("Jerk off"), unlocked=True)
File "game/scripts/variables.rpy", line 70, in <module>
default m_ns_jerkoff = NightScene(mom, _("Jerk off"), unlocked=True)
NameError: name 'NightScene' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/00start.rpy", line 193, in script
python:
File "C:\Users\ne-se\OneDrive\Masaüstü\MidnightParadise-0.25-pc-elite\renpy\ast.py", line 823, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\ne-se\OneDrive\Masaüstü\MidnightParadise-0.25-pc-elite\renpy\python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/00start.rpy", line 194, in <module>
renpy.execute_default_statement(True)
File "C:\Users\ne-se\OneDrive\Masaüstü\MidnightParadise-0.25-pc-elite\renpy\exports.py", line 4100, in execute_default_statement
i.execute_default(start)
File "game/scripts/variables.rpy", line 70, in execute_default
default m_ns_jerkoff = NightScene(mom, _("Jerk off"), unlocked=True)
File "C:\Users\ne-se\OneDrive\Masaüstü\MidnightParadise-0.25-pc-elite\renpy\python.py", line 1202, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/scripts/variables.rpy", line 70, in <module>
default m_ns_jerkoff = NightScene(mom, _("Jerk off"), unlocked=True)
NameError: name 'NightScene' is not defined
Windows-10-10.0.19045 AMD64
Ren'Py 8.2.3.24061702
Midnight Paradise 0.25
Mon Jul 15 11:18:21 2024
That's sad. But there's an alternate but i didn't try it with renpy 8.2.x, you would have to install python 3 (locally on your system) and then unrpa module as well. Maybe that works?Midnight Paradise v0.25 Elite uses ren'py (8, 2, 3)
I tried everything also - you cannot extract the rpyc files without creating tons of errors.
You must be registered to see the linksdoes not work,You must be registered to see the linksdoes not work, UnRen-1.0.12d also no luck.
Not even unrpa needed. I'm stunned.Usage:
Simply copy the un.rpyc or un.rpy file into the "game" directory inside the game. Run the game and it will decompile the entire game into .rpy files at startup.
For the bytecode-39.rpyb file, copy it into the game/cache directory, replacing the existing file. Run the game and it will decompile the entire game into .rpy files at startup. The game will regenerate the old bytecode-39.rpyb file after running.
The first 2 only work for ren'py versions up to 8.1.x not 8.2.x..That's sad. But there's an alternate but i didn't try it with renpy 8.2.x, you would have to install python 3 (locally on your system) and then unrpa module as well. Maybe that works?You must be registered to see the links
edit: there's also a module to decode .rpyc files - >You must be registered to see the links
edit2: Found this by accident - not tested:You must be registered to see the links
Thank you, it worked. My goal was to translate the game into my own language. I created the TL file with Renpy 8.2.3.That's sad. But there's an alternate but i didn't try it with renpy 8.2.x, you would have to install python 3 (locally on your system) and then unrpa module as well. Maybe that works?You must be registered to see the links
edit: there's also a module to decode .rpyc files - >You must be registered to see the links
edit23: Found this by accident -nottested with renpy 8.0.3 and seems to work:You must be registered to see the links
Not even unrpa needed. I'm stunned.
Great! Which method worked for you? the local python install or the stand-alone unrpc?Thank you, it worked. My goal was to translate the game into my own language. I created the TL file with Renpy 8.2.3.
First of all, I compiled theGreat! Which method worked for you? the local python install or the stand-alone unrpc?
A bit late for this but maybe some people have still use for the answer:Midnight Paradise v0.25 Elite uses ren'py (8, 2, 3)
I tried everything also - you cannot extract the rpyc files without creating tons of errors.
You must be registered to see the linksdoes not work,You must be registered to see the linksdoes not work, UnRen-1.0.12d also no luck.
Some "devs" break this functionality by choice, to prevent people from cheating or other unwanted manipulations on their game. Other "game makers" break this sometimes because they have not really a idea what they are doing.For some reason using the "Enable console" feature on this game completely breaks it, any ideas why?