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

5.00 star(s) 48 Votes

Erray_1717

New Member
May 1, 2023
9
1
38
quote:::


>> Read this before reporting an issue <<
When you are experiencing an issue, as always, search this thread first. When you have issues with a specific game, start with searching for the name of that game in this thread, you might not be the only/first one.

If you can't find a solution use the questions below to report your issue:
  • What version of URM are you using (make sure it's the latest)?
  • Which game has the issue (preferable a link to the game's thread)
  • If it's a crash (grey screen) attach the "traceback.txt" file
  • What did you do that caused the issue?
  • Attach a screenshot of the issue (if possible)
  • When URM gave an error (not a grey crash screen), check the log.txt file for lines starting with "0x52:"
  • What OS are you on?
  • Do you have any other mods installed? Does the issue still exist without the other mod(s)?
the game is THE BUM
https://f95zone.to/threads/the-bum-v0-8-5-beta-jtstudio.129476/
the version is 0X52
i m using windows
 

tacosnap123

Active Member
Mar 3, 2018
956
258
238
...


Well, finding a possible bug without most of the useful information is nearly impossible.
At least needed would be the operating system and the used URM version.
The name of one unmodded Ren'Py game where it happens could happen to help, too.

Most times it works, described the broken updater for linux here and it got fixed in the next version.

If you happen to use Windows 7/8/10/11 _and_ have your games inside C:\Program Files\... then it could be a UAC related problem.
Under linux it could be a ownership or rights related problem.
You see, without further information it is like finding a black cat in a dark room.
so no clue what happend but played charkiss last night and it updated urm just fine
 

Boehser Onkel

Forum Fanatic
Modder
Feb 20, 2021
4,878
8,725
592
i came across this error in a game called 4 Kingdoms Supremacy.
https://f95zone.to/threads/4-kingdoms-supremacy-v0-40-piggy-nose-games.194636/
Doesn't load with URM, just fyi.

This happens because the dev used the reserved name "adv" for a transformation.
You could fix this by opening the file "game/images.rpy" and change "adv" in line 295 and line 101 to something else.
"adv_fix" for example:
Code:

Line 101: text "{b}Click when the gold dot reaches the center.{/b}" at adv_fix

Code:

Line 295: transform adv_fix:

https://f95zone.to/threads/universa...d-any-renpy-game-yourself.48025/post-13414052

solution is quoted from other sources
 

iqbal7746

Newbie
Jun 8, 2017
27
15
236
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "0x52-URM/classes/labels.rpy", line 144, in labelCalled
  File "0x52-URM/classes/main.rpy", line 73, in onLabelCalled
  File "0x52-URM/classes/main.rpy", line 59, in afterLoad
  File "0x52-URM/classes/settings.rpy", line 137, in __getattr__
  File "0x52-URM/classes/settings.rpy", line 161, in get
KeyError: 'themeTransparency'

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

Full traceback:
  File "scripts/script.rpyc", line 12, in script
  File "D:\Download\Compressed\OurRedString-v13.3.1-pc\renpy\ast.py", line 1082, in execute
    renpy.config.label_callback(self.name, renpy.game.context().last_abnormal)
  File "0x52-URM/classes/labels.rpy", line 144, in labelCalled
  File "0x52-URM/classes/main.rpy", line 73, in onLabelCalled
  File "0x52-URM/classes/main.rpy", line 59, in afterLoad
  File "0x52-URM/classes/settings.rpy", line 137, in __getattr__
  File "0x52-URM/classes/settings.rpy", line 161, in get
KeyError: 'themeTransparency'

Windows-10-10.0.19045 AMD64
Ren'Py 8.0.3.22090809
Our Red String v13.3.1
Sun Mar 23 21:40:57 2025
 

Boehser Onkel

Forum Fanatic
Modder
Feb 20, 2021
4,878
8,725
592
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "0x52-URM/classes/labels.rpy", line 144, in labelCalled
  File "0x52-URM/classes/main.rpy", line 73, in onLabelCalled
  File "0x52-URM/classes/main.rpy", line 59, in afterLoad
  File "0x52-URM/classes/settings.rpy", line 137, in __getattr__
  File "0x52-URM/classes/settings.rpy", line 161, in get
KeyError: 'themeTransparency'

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

Full traceback:
  File "scripts/script.rpyc", line 12, in script
  File "D:\Download\Compressed\OurRedString-v13.3.1-pc\renpy\ast.py", line 1082, in execute
    renpy.config.label_callback(self.name, renpy.game.context().last_abnormal)
  File "0x52-URM/classes/labels.rpy", line 144, in labelCalled
  File "0x52-URM/classes/main.rpy", line 73, in onLabelCalled
  File "0x52-URM/classes/main.rpy", line 59, in afterLoad
  File "0x52-URM/classes/settings.rpy", line 137, in __getattr__
  File "0x52-URM/classes/settings.rpy", line 161, in get
KeyError: 'themeTransparency'

Windows-10-10.0.19045 AMD64
Ren'Py 8.0.3.22090809
Our Red String v13.3.1
Sun Mar 23 21:40:57 2025
0x52_URM works as it should
tested
 

Boehser Onkel

Forum Fanatic
Modder
Feb 20, 2021
4,878
8,725
592
I don't know how to use unren. I tried running it in a folder that contained only unren.bat and 0x52_URM.rpa but it wouldn't do anything. It asked if i was in the games directory.
Screenshot_2.png
Screenshot_3.png

delete the urm.rpa after extracting


unren works only if you have it in the main folder - it uses python scripts (from lib // Renpy )provided by the game(s) itself
 
  • Like
Reactions: phenon08

theMickey_

Engaged Member
Mar 19, 2020
2,328
3,120
357
If you're talking about URM's choice detection, it's because this game doesn't use standard Ren'Py choices, but custom choice screens, which URM can't detect.

If you're talking about changing values, see the post from Boehser Onkel above.

If you're talking about anything else, please go back to the OP, read the "Read this before reporting an issue" section and make a proper issue report.
 

calel

Member
Aug 19, 2021
390
617
217
If you're talking about URM's choice detection, it's because this game doesn't use standard Ren'Py choices, but custom choice screens, which URM can't detect.

If you're talking about changing values, see the post from Boehser Onkel above.

If you're talking about anything else, please go back to the OP, read the "Read this before reporting an issue" section and make a proper issue report.
Thank you for explaining.

the choice detection was my problem
 

Enlight432

Active Member
Jan 4, 2024
581
1,519
249
The number of mobile-focused games is increasing day by day
Improving URM to support these games would be beneficial for many
Thank you
 

Enlight432

Active Member
Jan 4, 2024
581
1,519
249
Many people have requested this in this thread, and I hope the developer or another mod will address it soon. Thank you to all of them
 

balboa2151

Active Member
Jun 10, 2023
515
569
226
hello everyone, I'm getting an error " Exception: 0x52: This mod (x52URM) does not support Ren'Py version 6.99.12.4.2187. Lowest supported version is 6.99.14 " it was mentioned for the game My Legacy on page 58, if the newest version of 0x52 doesn't support this game than what version of 0x52 would I download? any help would be appreciated
 
5.00 star(s) 48 Votes