- Nov 6, 2017
- 2,917
- 1,555
ok heh shows how old mine is, but still it would be nice if there was one for systems without powershellNot anymore - new version of Unren does it right from the program without starting the game.
ok heh shows how old mine is, but still it would be nice if there was one for systems without powershellNot anymore - new version of Unren does it right from the program without starting the game.
There's a mac one linked in the OP that would work with anything with bash and python I believe.ok heh shows how old mine is, but still it would be nice if there was one for systems without powershell
hahaha you know i didn't mean with those, i meant with xp that doesn't have powershellThere's a mac one linked in the OP that would work with anything with bash and python I believe.
You can easily install powershell on XP - here's a guide:hahaha you know i didn't mean with those, i meant with xp that doesn't have powershell
yea yea yea i know you'll gripe cuz i'm still using xp, but i like it, i only use win7 for games that can't be played on xp. i really detest win8,8.1,10....
You can go for the solution gave by @bossapplesauce or you can go for another solution :hahaha you know i didn't mean with those, i meant with xp that doesn't have powershell
I hadn't thought about trying to run the Mac/Linux unren on Windows, but I guess it should work with cygwin, msys or something like that. As long as the *nix environment has /tmp, /bin/bash, tar, base64 and python 2.7.x.You can go for the solution gave by @bossapplesauce or you can go for another solution :
- Install
You must be registered to see the links, then the port ofYou must be registered to see the links. I haven't tested the *nix version of UnRen but like it's design to run on both Linux and MacOS X, it shouldn't use too specific features and this should be enough to run it on Windows. But I can not guaranty it ; when I need to use shell script this way, I cheat, writing them on Windows, knowing that then they'll also run fine on *nix.- You can also use your old version of UnRen.bat on win 7, and once you've installed un.rpyc, look into the "[path to the games]/[name of the game]/game" folder. You'll see the "un.rpyc" file and you can move it where you want to keep a direct copy of it. Then you can move this copy to Win XP and use it when you want.
i just completely did a facepalm, i do not know why i never even tried that hahaha the last one, i guess i figured it was written to work with that release instead of being generic. thanks for that info.You can go for the solution gave by @bossapplesauce or you can go for another solution :
- Install
You must be registered to see the links, then the port ofYou must be registered to see the links. I haven't tested the *nix version of UnRen but like it's design to run on both Linux and MacOS X, it shouldn't use too specific features and this should be enough to run it on Windows. But I can not guaranty it ; when I need to use shell script this way, I cheat, writing them on Windows, knowing that then they'll also run fine on *nix.- You can also use your old version of UnRen.bat on win 7, and once you've installed un.rpyc, look into the "[path to the games]/[name of the game]/game" folder. You'll see the "un.rpyc" file and you can move it where you want to keep a direct copy of it. Then you can move this copy to Win XP and use it when you want.
It's a bash shell script that uses tar, base64 and python. Should work anywhere...I hope!i just completely did a facepalm, i do not know why i never even tried that hahaha the last one, i guess i figured it was written to work with that release instead of being generic. thanks for that info.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00start.rpy", line 281, in script
python:
File "renpy/common/00start.rpy", line 282, in <module>
renpy.block_rollback(purge=True)
TypeError: unren_noblock() takes no arguments (1 given)
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/00start.rpy", line 281, in script
python:
File "F:\FamilyMatters-v0.3-pc\renpy\ast.py", line 862, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "F:\FamilyMatters-v0.3-pc\renpy\python.py", line 1912, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/00start.rpy", line 282, in <module>
renpy.block_rollback(purge=True)
TypeError: unren_noblock() takes no arguments (1 given)
Windows-8-6.2.9200
Ren'Py 7.0.0.196
Family Matters v0.3
Sat Sep 01 09:56:07 2018
Use the latest version of UnRen (v0.7).I got this error a lot from many games if I use the force rollback option. How to fix this?
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "renpy/common/00start.rpy", line 281, in script python: File "renpy/common/00start.rpy", line 282, in <module> renpy.block_rollback(purge=True) TypeError: unren_noblock() takes no arguments (1 given) -- Full Traceback ------------------------------------------------------------ Full traceback: File "renpy/common/00start.rpy", line 281, in script python: File "F:\FamilyMatters-v0.3-pc\renpy\ast.py", line 862, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "F:\FamilyMatters-v0.3-pc\renpy\python.py", line 1912, in py_exec_bytecode exec bytecode in globals, locals File "renpy/common/00start.rpy", line 282, in <module> renpy.block_rollback(purge=True) TypeError: unren_noblock() takes no arguments (1 given) Windows-8-6.2.9200 Ren'Py 7.0.0.196 Family Matters v0.3 Sat Sep 01 09:56:07 2018
It uses the python binary that comes bundled with RenPy. Put it in either the base folder or the /game/ folder and it'll find it.cannot locate python.exe I had 2.7 and If i type python in cmd it will work.. what pyrhon version or path are you looking at??
That's because unren.bat is designed specifically to work with Ren'py games. It will only work with Ren'py.How do I extract unity and rpg maker games? with the unren.bat does not let me
Is there a program equal to unren.bat that works for unity or VN?That's because unren.bat is designed specifically to work with Ren'py games. It will only work with Ren'py.
There's a program called Asset Studio that will allow you to find and unpack assets for Unity games. The various RPGM games can be edited if you have the official game creation editors.Is there a program equal to unren.bat that works for unity or VN?
thanksThere's a program called Asset Studio that will allow you to find and unpack assets for Unity games. The various RPGM games can be edited if you have the official game creation editors.
init 996 python:
renpy.config.rollback_enabled = True
renpy.config.hard_rollback_limit = 50
renpy.config.rollback_length = 50
Rename your calls in your mod; you can add an "m" to the end or something, just make sure each instance is unique.Anyone know why using UnRen andYou must be registered to see the linkstogether on Mythic Manor crashes the game?
This is the only thing in my mod that is related to UnRen but I don't see why it would crash the game..
Code:init 996 python: renpy.config.rollback_enabled = True renpy.config.hard_rollback_limit = 50 renpy.config.rollback_length = 50
Enabling the console/dev menu and using my mod gives this error.
You don't have permission to view the spoiler content. Log in or register now.