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

5.00 star(s) 47 Votes

0x52

Ren'Py Magician
Modder
Donor
Game Developer
May 23, 2019
1,773
7,227
and the latest question could i add some quick key to start the function in this mod such like "auto, load or save?"
You cannot create custom hotkeys (yet).
But there are some for quick saving and loading:
1743919401494.png
 
  • Like
Reactions: Feyd and 9537

0x52

Ren'Py Magician
Modder
Donor
Game Developer
May 23, 2019
1,773
7,227
URM update: 2.6.1

Changelog:
  • Added option to show/hide unsupported variables from search results
  • Prevent static URM data from ending up in the game save for VN's using Ren'Py < 7.6
  • Fix: Save "warning disabled" both local and global (because some environments don't support global settings)


Showing/hiding unsupported variable for example enabled you to find the variable _in_replay while not in a replay. As mentioned here:
With the addition of the ability to ignore certain variable and pathing checks recently this mod has become even better, so many pointless or just minor checks can be muted and i am so happy you took that request to heart. If i may request one small addition to it though, could you also give us the power to ignore the 'in replay' check? Some devs use it a lot in order to make music and sound effects play in replay that would be missing otherwise as the replay flag starts after them all too often. As it stands, it's the only annoying alert left for me, every time i check it only to see it's the replay one i groan, we're inches from perfection, almost there... :LOL:
 

Sether0

Newbie
Apr 16, 2024
98
285
Unfortunatly no matter how i do it, it's impossible to change the gold value in parasite black (https://f95zone.to/threads/parasite-black-v0-160-damned-studios.92995/), i don't know what the dev did, but the game is impossible to cheat in, with this tool, or even save editor.
Gold in this game is an item in the player's inventory. Look for the player_inv variable and change the number of items in it.
You don't have permission to view the spoiler content. Log in or register now.
 

Boehser Onkel

Forum Fanatic
Modder
Feb 20, 2021
4,878
8,687
URM update: 2.6.1

Changelog:
  • Added option to show/hide unsupported variables from search results
  • Prevent static URM data from ending up in the game save for VN's using Ren'Py < 7.6
  • Fix: Save "warning disabled" both local and global (because some environments don't support global settings)


Showing/hiding unsupported variable for example enabled you to find the variable _in_replay while not in a replay. As mentioned here:
thank you

close to perfection now like Bingoogus said

this pesky _in_replay thing ... :ROFLMAO:
 

Enlight432

Active Member
Jan 4, 2024
567
1,486
Is there a variable that, by changing its value or removing it through the delete option in URM, would remove the text indicating that the clipboard mode (sending dialogue to the clipboard) is active? I can personally do this by removing its value through the game script, but I want to do it via URM, save the URM file, and apply it to all games. Thanks
 

Enlight432

Active Member
Jan 4, 2024
567
1,486
tested a few variations with rename/replacement
seen to late its a /renpy file
i dont think urm can and will let you edit them
(you dont edit the system file while running it if yk what i mean :ROFLMAO: )


you can make a little file for yourself and add it to the /renpy folder


View attachment 4724200
Thank you
I was hoping the developer would add it as an option to URM so I could make it global—that would’ve been awesome—but like you said, it’s probably not possible
 
  • Like
Reactions: Boehser Onkel

darlic

Engaged Member
Feb 27, 2017
2,068
3,484
Oh, and @0x52? You can remove Between Humanity from the list of incompatible games. It now works perfectly together with URM.
Apparently, there's still some incompatibility with that game

This is how the in-game phone interface should look:
You don't have permission to view the spoiler content. Log in or register now.
And this is how I see it with URM installed:
You don't have permission to view the spoiler content. Log in or register now.
Now I wanted to make sure it actually was URM's fault, but if I try to load a save without URM this is what happens (created the save using last version):

While running game code:
File "renpy/common/00action_file.rpy", line 499, in __call__
renpy.load(fn)
ModuleNotFoundError: No module named 'store.x52URM'; 'store' is not a package
 

FaceCrap

Ghost of torrents passed
Donor
Oct 1, 2020
1,590
1,103
Apparently, there's still some incompatibility with that game
Considering there's been a new update since I made that post, it may very well be this is a new issue and not the same as the previous one. Sadly, I've got to restart the game from scratch, something I loathe doing. So, the chance of me finding a fix or workaround is slim to non-existing. Even if I didn't have to start from scratch, I would skip this version since it's just an Early Access update.
 
Last edited:
  • Like
Reactions: darlic

Frelon31

Member
Modder
Apr 19, 2023
279
640
(Sorry for my English, im French) Good evening! I use Urm from time to time, mainly to be able to take several paths in a Vn, and I have a question and a request:

Question: how can I change the opacity of the TextBox?

Request: Is it possible to add a different language for Urm? To make it easier for non-English speakers to use.

Thank you! Urm is really useful, even if I can't manage to exploit its full potential.
 

Boehser Onkel

Forum Fanatic
Modder
Feb 20, 2021
4,878
8,687
(Sorry for my English, im French) Good evening! I use Urm from time to time, mainly to be able to take several paths in a Vn, and I have a question and a request:

Question: how can I change the opacity of the TextBox?

Request: Is it possible to add a different language for Urm? To make it easier for non-English speakers to use.

Thank you! Urm is really useful, even if I can't manage to exploit its full potential.
for this

Screenshot_2.png

use the "A" slider
 
  • Like
  • Heart
Reactions: 0x52 and Frelon31

0x52

Ren'Py Magician
Modder
Donor
Game Developer
May 23, 2019
1,773
7,227
both (URM version 2.6.1)
Unfortunately, I'm unable to reproduce this saves issue using v0.3.1 of the VN and URM v2.6.1.
Could be an issue with an older save. Does it also happen when you start a new game with URM installed, save it, remove URM and load the created save?
 
  • Like
Reactions: Feyd

darlic

Engaged Member
Feb 27, 2017
2,068
3,484
Unfortunately, I'm unable to reproduce this saves issue using v0.3.1 of the VN and URM v2.6.1.
Could be an issue with an older save. Does it also happen when you start a new game with URM installed, save it, remove URM and load the created save?
As a side note, at the time of my first post the game had v0.3.0 available, but even after updating to 0.3.1 the problem is still there. Then I tried starting a new game and then removing URM, still no luck.
I'm attaching the freshly made save in case it can help you.
 
5.00 star(s) 47 Votes