CREATE YOUR AI CUM SLUT ON CANDY.AI TRY FOR FREE
x

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

5.00 star(s) 42 Votes
Jul 17, 2020
424
293
No. URM only shows it's own tooltips, but the game also tries to show URM's tooltips, but the game expects more than just text (also a position), which is uncommon and URM doens't provide. So the games crashes.
I've encountered similar issues using this mod with the same game. However, I figured it out - it's pretty safe to modify the variables only when you have the map opened, or areas where nothing is actively happening. On any other areas, the game is actively playing webm loops. Not sure why this would crash the mod though.
it worked by painstakingly excising every Tooltip (XXX), $ tt = GetTooltip(), and
Python:
if tt:
    frame:
from the code of screens.rpy i no longer get errors YAY! over 160 instances i had to manually edit or comment out lol
 
  • Haha
Reactions: 0x52

BBBBB7

Member
Dec 22, 2017
249
274
Is URM able to bypass a gallery option that's locked by a paywall? The content is still there but idk how to get around it
 

theMickey_

Engaged Member
Mar 19, 2020
2,244
2,931
Is URM able to bypass a gallery option that's locked by a paywall? The content is still there but idk how to get around it
Depends on how it's implemented in the game I'd say. What game are you talking about?
 

shmurfer

Well-Known Member
Dec 29, 2019
1,460
1,381
Is URM able to bypass a gallery option that's locked by a paywall? The content is still there but idk how to get around it
If the content is there it probably can. There's a lot of games on here with paywalls that can be bypassed if you can hack the game a little. URM often lets you see the password it's expecting right before the textbox where you'd enter it (though some games obfuscate it to varying success)
 
  • Like
Reactions: Ssato243

BBBBB7

Member
Dec 22, 2017
249
274
If the content is there it probably can. There's a lot of games on here with paywalls that can be bypassed if you can hack the game a little. URM often lets you see the password it's expecting right before the textbox where you'd enter it (though some games obfuscate it to varying success)
It's not password protected, the button is a link but if you can redirect it, you can see the gallery (but idk how)
 

Decaf9635

New Member
Jan 5, 2020
10
39
having some issues with Queen Trainer, wont start with the tool, crashes instead. Crash log bellow.

Code:
I'm sorry, but an uncaught exception occurred.

While loading the script.
Exception: Could not load from archive 0x52-URM/classes/API.rpyc.

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

Full traceback:
  File "___\QUEEN_TRAINER-win\renpy\bootstrap.py", line 289, in bootstrap
    renpy.main.main()
  File "___\QUEEN_TRAINER-win\renpy\main.py", line 249, in main
    renpy.game.script.load_script() # sets renpy.game.script.
  File "___\QUEEN_TRAINER-win\renpy\script.py", line 181, in load_script
    self.load_appropriate_file(".rpyc", ".rpy", dir, fn, initcode)
  File "___\QUEEN_TRAINER-win\renpy\script.py", line 441, in load_appropriate_file
    raise Exception("Could not load from archive %s." % (lastfn,))
Exception: Could not load from archive 0x52-URM/classes/API.rpyc.

Windows-post2008Server-6.2.9200
Ren'Py 6.18.3.761
 

snorfle

Newbie
Nov 2, 2024
18
38
I'm experiencing the same problem as the user above me in the game Thot on Trial. The error happens during the middle of the splashscreen loading bar.
 

snorfle

Newbie
Nov 2, 2024
18
38
I'm experiencing the same problem as the user above me in the game Thot on Trial. The error happens during the middle of the splashscreen loading bar.
Windows-10-10.0.19045
Ren'Py 8.3.3.24111502

Thot On Trial
v0.3.0
Built at 2024-12-06 18:15:20 UTC

Early init took 0.25s
Loading error handling took 0.10s

Full traceback:
File "\Thot_On_Trial-v0.3.0-pc\renpy\bootstrap.py", line 359, in bootstrap
renpy.main.main()
File "\Thot_On_Trial-v0.3.0-pc\renpy\main.py", line 470, in main
renpy.game.script.load_script() # sets renpy.game.script.
File "\Thot_On_Trial-v0.3.0-pc\renpy\script.py", line 361, in load_script
self.load_appropriate_file(".rpyc", [ "_ren.py", ".rpy" ], dir, fn, initcode)
File "\Thot_On_Trial-v0.3.0-pc\renpy\script.py", line 868, in load_appropriate_file
raise Exception("Could not load file %s." % lastfn) # type: ignore
Exception: Could not load file \Thot_On_Trial-v0.3.0-pc\game/0x52-URM/classes/API.rpyc.

While loading the script.
Exception: Could not load file \Thot_On_Trial-v0.3.0-pc\game/0x52-URM/classes/API.rpyc.
 

theMickey_

Engaged Member
Mar 19, 2020
2,244
2,931
My reply was to the post above yours -- although the error looks similar, the reason is different for "Thot on Trial": the game seems to (somehow successfully) prevent loading any additional scripts. I haven't had time yet to check the scripts though, otherwise I might also have replied to your previous post ;)
 

JenMistress

Engaged Member
Oct 1, 2019
2,895
3,376
My reply was to the post above yours -- although the error looks similar, the reason is different for "Thot on Trial": the game seems to (somehow successfully) prevent loading any additional scripts. I haven't had time yet to check the scripts though, otherwise I might also have replied to your previous post ;)
OK, I was going to report the same thing for ToT, but guess you are already looking in on it.
 

theMickey_

Engaged Member
Mar 19, 2020
2,244
2,931
I'm experiencing the same problem as the user above me in the game Thot on Trial.
OK, I was going to report the same thing for ToT, but guess you are already looking in on it.
I got a quick fix for you (without having looked at the game scripts at all, because it's quite late for me already...)

  1. Install the game
  2. Also install the "Crack" for the game that's linked in the game's OP
    • This will allow you to "unren" the game!
  3. Install URM
  4. "unren" the game (which will also unren URM, because we've already added it to the game -- this is important!)
    • Optional: you can delete all *.rpa files after a successful "unren" to save some disk space
  5. You also need need to decompile the *.rpyc files, otherwise it won't work -- another important step!
    1733613371715.png
  6. Run the game, and URM should load as expected...
    1733613510630.png
In case you don't know what "unren" is or how it works, see this (it's quite an old version I think, there might be newer/better versions out there, but it's the one I still use. Only thing to note: for decompile to work, I have to rename the lib\python3.9\multiprocessing within the game's directory to something like multiprocessing.old...).

And if you don't want to hassle with this stuff yourself, wait until someone smarter than me figures out what scripts to change so it loads URM just fine without having to unren and decompile the game ;-)
 
  • Like
Reactions: JenMistress

JenMistress

Engaged Member
Oct 1, 2019
2,895
3,376
I got a quick fix for you (without having looked at the game scripts at all, because it's quite late for me already...)

  1. Install the game
  2. Also install the "Crack" for the game that's linked in the game's OP
    • This will allow you to "unren" the game!
  3. Install URM
  4. "unren" the game (which will also unren URM, because we've already added it to the game -- this is important!)
    • Optional: you can delete all *.rpa files after a successful "unren" to save some disk space
  5. You also need need to decompile the *.rpyc files, otherwise it won't work -- another important step!
    View attachment 4308406
  6. Run the game, and URM should load as expected...
    View attachment 4308465
In case you don't know what "unren" is or how it works, see this (it's quite an old version I think, there might be newer/better versions out there, but it's the one I still use. Only thing to note: for decompile to work, I have to rename the lib\python3.9\multiprocessing within the game's directory to something like multiprocessing.old...).

And if you don't want to hassle with this stuff yourself, wait until someone smarter than me figures out what scripts to change so it loads URM just fine without having to unren and decompile the game ;-)
I might wait myself, as ZLZK mod still works with it as is. I normally like to do the 1, 2 punch of both, but fine with just the 1. Thank you though for figuring out a temporary fix.
 

theMickey_

Engaged Member
Mar 19, 2020
2,244
2,931
I don't mind decompiling the game, but the 15 script files in the game failed to decompile even with the patch...
I know, but you don't have to worry about those files. The main thing that needs to be extracted and decompiled is URM, which should be successful. It might even work without extracting/decompiling the game's files at all...
 

vayora5984

Newbie
May 26, 2023
18
36
You mean find places in the code where a variable is modified? Not something I'm looking to implement. It would be pretty complicated to get this even close to reliable.
This would be seriously interesting metaprogramming, but also may not be possible, depending on how renpy compiles down $. It might be as simple as hooking into the store and wrapping some of its built in functions, but I am not a python expert, so this is probably me oversimplifying.
 

masiex

Newbie
Mar 28, 2020
90
8
sigh ....at this point I willing to pay someone to do the replay scenes for me. The info on the first page is not working for me.
 

theMickey_

Engaged Member
Mar 19, 2020
2,244
2,931
sigh ....at this point I willing to pay someone to do the replay scenes for me. The info on the first page is not working for me.
Without any more information, nobody will be able to help you. Please explain your issue in more detail (what game are you playing, what are you trying to achieve, what are the steps you're doing etc.).
 
  • Like
Reactions: 0x52
5.00 star(s) 42 Votes