Mod Ren'Py Universal Ren'Py Mod / URM [2.2.1] (mod any Ren'Py game yourself)

5.00 star(s) 33 Votes

0x52

Ren'Py Magician
Modder
Donor
Game Developer
May 23, 2019
1,595
6,054
  • Like
Reactions: theMickey_

0x52

Ren'Py Magician
Modder
Donor
Game Developer
May 23, 2019
1,595
6,054

Boehser Onkel

Forum Fanatic
Modder
Feb 20, 2021
4,088
6,045
Seems URM has a hard time figuring out how the dev did variables in this game:

https://f95zone.to/threads/big-brother-in-space-v0-1-lewd-fiction-games.147203/

Doesn't seem to find anything. Dev console variable viewer shows a bunch of variables like people = <store.abc>
i was able to find only the labels(scenes)
all other variables are ... well the code is weird to me :D

like this .. wtf

You don't have permission to view the spoiler content. Log in or register now.

cant find this ones with search

Screenshot_1.png
 
  • Haha
  • Like
Reactions: 0x52 and loqex

0x52

Ren'Py Magician
Modder
Donor
Game Developer
May 23, 2019
1,595
6,054
Seems URM has a hard time figuring out how the dev did variables in this game:

https://f95zone.to/threads/big-brother-in-space-v0-1-lewd-fiction-games.147203/

Doesn't seem to find anything. Dev console variable viewer shows a bunch of variables like people = <store.abc>
They use custom classes ("Person") which include other custom classes ("DefDict") that contain the stats. Unfortunately not something that's easy to support in URM. But who know, maybe somewhere in the future we can support those edge cases.
 
  • Like
Reactions: loqex

kidderyao

Member
Jun 30, 2018
404
93
They use custom classes ("Person") which include other custom classes ("DefDict") that contain the stats. Unfortunately not something that's easy to support in URM. But who know, maybe somewhere in the future we can support those edge cases.
1675768026472.png
help (may be you can add mouse wheel?
poor eng sry
 
  • Wow
Reactions: Boehser Onkel
Jul 17, 2020
368
253
^ menus could use limiting to no bigger the 5, 10, or 15% padding from window edge and horizontal/vertical scrollbars as needed if that is even possible, has happened to me with games having really long list of code detected by urm for choices
 

LazyName

Member
Aug 17, 2017
127
338
I was about to ask if there was a way to disable certain notifications before i dug around a little (truly the tiniest amount of digging) and found the option was already available. Honestly a great app thats easy to use with an active dev that puts video tutorials up to make it even simpler. Just wanted to express my appreciation and hope you keep up the good work you deserve all the praise.
 

lazysherlock

Newbie
Nov 28, 2021
45
51
Causes crash

https://f95zone.to/threads/kingdom-of-deception-v0-14-hreinn-games.2733/

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/0x52/classes/main.rpy", line 204, in <module>
File "game/0x52/framework/01loader.rpy", line 22, in load_file
Exception: 0x52: Incompatible Ren'Py engine version

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "0x52/classes/main.rpyc", line 200, in script
File "E:\SanDisk Eng pdf\Kingdom_of_Deception-pc\renpy\ast.py", line 827, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "E:\SanDisk Eng pdf\Kingdom_of_Deception-pc\renpy\python.py", line 1764, in py_exec_bytecode
exec bytecode in globals, locals
File "game/0x52/classes/main.rpy", line 204, in <module>
File "game/0x52/framework/01loader.rpy", line 22, in load_file
Exception: 0x52: Incompatible Ren'Py engine version

Windows-8-6.2.9200
Ren'Py 6.99.13.2919
Kingdom of Deception 0.13.3.0
 

Boehser Onkel

Forum Fanatic
Modder
Feb 20, 2021
4,088
6,045
Causes crash

https://f95zone.to/threads/kingdom-of-deception-v0-14-hreinn-games.2733/

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/0x52/classes/main.rpy", line 204, in <module>
File "game/0x52/framework/01loader.rpy", line 22, in load_file
Exception: 0x52: Incompatible Ren'Py engine version

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "0x52/classes/main.rpyc", line 200, in script
File "E:\SanDisk Eng pdf\Kingdom_of_Deception-pc\renpy\ast.py", line 827, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "E:\SanDisk Eng pdf\Kingdom_of_Deception-pc\renpy\python.py", line 1764, in py_exec_bytecode
exec bytecode in globals, locals
File "game/0x52/classes/main.rpy", line 204, in <module>
File "game/0x52/framework/01loader.rpy", line 22, in load_file
Exception: 0x52: Incompatible Ren'Py engine version

Windows-8-6.2.9200
Ren'Py 6.99.13.2919
Kingdom of Deception 0.13.3.0
Exception: 0x52: Incompatible Ren'Py engine version
 
  • Like
Reactions: Belzeebub$

0x52

Ren'Py Magician
Modder
Donor
Game Developer
May 23, 2019
1,595
6,054
Causes crash

https://f95zone.to/threads/kingdom-of-deception-v0-14-hreinn-games.2733/

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/0x52/classes/main.rpy", line 204, in <module>
File "game/0x52/framework/01loader.rpy", line 22, in load_file
Exception: 0x52: Incompatible Ren'Py engine version

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "0x52/classes/main.rpyc", line 200, in script
File "E:\SanDisk Eng pdf\Kingdom_of_Deception-pc\renpy\ast.py", line 827, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "E:\SanDisk Eng pdf\Kingdom_of_Deception-pc\renpy\python.py", line 1764, in py_exec_bytecode
exec bytecode in globals, locals
File "game/0x52/classes/main.rpy", line 204, in <module>
File "game/0x52/framework/01loader.rpy", line 22, in load_file
Exception: 0x52: Incompatible Ren'Py engine version

Windows-8-6.2.9200
Ren'Py 6.99.13.2919
Kingdom of Deception 0.13.3.0
See the first item in the F.A.Q. (second post in this thread)
 
  • Haha
Reactions: Belzeebub$

Ai Shoujo Fan

Newbie
Jan 3, 2022
32
307
0x52 - I wish that the bug with folder names spaces would be fixed. I have to go to This PC > Downloaded (E:) > 003 Adult Games and take the game folder (example: AuntMan 0.019) and then MOVE the folder to Downloaded (E:). And then RENAME the folder to something without spaces like abc. Only then will URM work. Then I have to move the game folder back to 003 Adult Games and then rename it back to the desired folder name. If the bug with folder name spaces was fixed, it would make things a lot easier. Sorry for sounding like a complainer, I love your mod and I appreciate you fixing the (Thinking) (Whispers) parenthesis bug two weeks ago.
 

theMickey_

Engaged Member
Mar 19, 2020
2,117
2,662
I wish that the bug with folder names spaces would be fixed.
What's your issue with folder names? For me URM works perfectly fine when there are spaces in those names. The only issue I've ever had with folder names was back in 2020 when I used "[" and "]" (square brackets) in some folder names, but after I reported this issue it was fixed in version 0.5 (June of 2020). Since then I've never come across any type of folder name I could not use URM in.

You're saying that this folder doesn't work for you: E:\003 Adult Games\AuntMan 0.019 -- correct? And you have to move the game to something like E:\AuntMan0019 to make URM work...?! What error do you get if you're trying to use URM with AuntMan in the first folder with spaces in its name?

I tested the following three directories, and URM worked fine every time:
E:\AuntMan0019
E:\003 Adult Games\AuntMan 0.019
E:\This (path) [name] {sucks} !\AuntMan 0.019
 
  • Like
Reactions: Boehser Onkel
5.00 star(s) 33 Votes