Create and Fuck your AI Slut -70% OFF
x

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

5.00 star(s) 48 Votes

Tiur

Well-Known Member
Nov 13, 2021
1,317
3,668
398
Thanks for testing this out! But, I am sorry to tell ya, that's not the game I'm talking about. The Shattered I'm talking about is about 200MB and is just getting started. (I think this is a game that F95 doesn't approve of... fwiw)

But thank you again for trying to help, I'm sorry that I caused you to go through all that hassle!
I know the game you mean, and just took a look. It has completely and heavily customized dialogue delivery code (example below), so I am completely unsurprised that URM's textbox doesn't override it. That said, the game does have a built-in opacity slider, at least, and if you post about it at the place it is posted by the dev, you may be able to ask for other textbox features to be added (since they clearly enjoy tinkering with the code more than most RenPy devs).

Python:
    define dlg_dinner_burger = [
        (None, ""),                 
        
        (Rachel_mind, "I'm having a deja vu..."),
        (Rachel_mind, "...Don't know what to expect..."),
        (Rachel_mind, "..."),
        (Lily, "I'm so hungry dad!"),
        (Lily, "What's up for dinner?"),
        
        (Chris, "Something you'll like, hopefully..."),
        (Chris, "There you are, girls!"),
        (Lily, "Yay!! Burgers!"),
 

0x52

Ren'Py Magician
Modder
Donor
Game Developer
May 23, 2019
1,774
7,278
712
Use URM on games by Inceton Games
(Lust Theory, Thot on Trial, probably more)

For people here that are trying to use URM on games by Inceton Games, but get an error. Please follow these steps:
  1. Open the file renpy/script.py in a text editor
  2. Look for the line def build_archive_rpyc(self, data, key): (it's at line 629 for me)
  3. Add a new line below that line, starting with 8 spaces and then: if data[:5] == b'\x80\x02\x7d\x71\x01': return data
  4. The result should look like this: 1734865699931.png
  5. That's all. The mod should now load as expected
 

MiltonPowers

Twins Basil! Twins!
Donor
Jr. Uploader
Jul 26, 2023
17,965
45,338
922
Use URM on games by Inceton Games
(Lust Theory, Thot on Trial, probably more)

For people here that are trying to use URM on games by Inceton Games, but get an error. Please follow these steps:
  1. Open the file renpy/script.py in a text editor
  2. Look for the line def build_archive_rpyc(self, data, key): (it's at line 629 for me)
  3. Add a new line below that line, starting with 8 spaces and then: if data[:5] == b'\x80\x02\x7d\x71\x01': return data
  4. The result should look like this: 1734865699931.png
  5. That's all. The mod should now load as expected
Thanks a whole bunch for this and all the work you put into URM. It is very much appreciated. :) :love:
 

STATE_

Member
Nov 14, 2021
318
295
197
am using the new version of the URM mod and playing Eternum i want to have the MCs textbox color different from all characters but its not letting me change it will only work on the name ANY for every character does anyone know the problem
 

FaceCrap

Ghost of torrents passed
Donor
Oct 1, 2020
1,606
1,117
327
First of all, a Merry Xmas.
XMasTrees.jpg

Second: It was always a bit slow, but it feels like it's gotten worse.
Editing a variable name is very laggy, it literally takes a few seconds for the cursor to move one character (typing or navigating left/right doesn't make a difference)
 
  • Heart
Reactions: Boehser Onkel

13325

Member
Jun 21, 2017
128
107
235
Not sure if it was requested before, might be handy to have a simple page on your website with requests that you're working on or rejected, as using Search option doesn't always yield results.

There are an increasing number of 'Mobile phone'-type games that use different resolutions such as Chat Noir:
https://f95zone.to/threads/chat-noir-0-0-6-joy-boy.226626/

View attachment 4344068


As you can immediately tell, the mod window goes off screen, and you can drag it but it gets stuck at some point not moving any direction.



Same goes for the ALT + M window


View attachment 4344079


Not sure what the best solution would be in this case, scrollbar? smaller text?(probably not great) or a more condensed view?
You can edit the code for the resolution of the game. Add a menu button that will swap between the resolutions and you can use it whenever you need URM. Its really janky, like extremely, but it works. The game I tried it on has the location of the objects on screen coded in a relative way which means it'll fuck up if you just increase the resolution and try to play that way. Have to go back to the original res for a playable experience. Ideally, somehow URM creates its own resolution context and somehow keeps everything else where it belongs on the screen. Some kind of detach from the Ren'py screen with its own window would be real nice too. Next best option would be shrinking everything so we just have to squint to read and click.
 

Darkrider1222

New Member
Dec 12, 2024
3
0
1
AGENT 17 free version: i tried to use URM but when i increase the money and try to make a purchase in game a window appears saying "you cannot cheat in this free version of the game" anyone has solution to this? even if i restart the game and try to make any purchase turning URM off, it still shows the same message ie, "you cannot cheat in this free version of the game"
 

Boehser Onkel

Forum Fanatic
Modder
Feb 20, 2021
4,878
8,729
592
  • Like
Reactions: 0x52

FaceCrap

Ghost of torrents passed
Donor
Oct 1, 2020
1,606
1,117
327
pretty sure this is the wrong thread here
Nope. It deals with the new progressbar feature, could affect any game so not a game feature.
Some folks expect it to say 100% after they finished an update of a game in which URM is installed, but they don't realize a game may have different paths, so they don't see every line of dialogue, thus the progress never reaches 100%
 
  • Thinking Face
Reactions: Boehser Onkel

qljrnt6jc4eh2

Active Member
Jun 27, 2019
674
1,088
263
Is there a mod like this but for Unity anywhere here? I felt forced to post this here since searching for "Unity + cheat" inside the Modding section didn't really help.
 
  • Like
Reactions: IceDemonlord [ITA]

vayora5984

Newbie
May 26, 2023
30
48
151
URM 2.5: Variable ignore option

Here's a new major release of URM. The main new feature it the possibility to ignore variables in path detection and in the codeview. This could be useful when you for example have a game that constantly checks a is_patched variable.
You can enable/disable this after remembering a variable.

Changelog:
  • Added option to ignore variables in path detection and/or codeview
  • Implemented custom tooltips system (prevents issues with games that use Ren'Py's system in an unconventional way)
  • List all possible items when searching nothing (an empty string)
  • Fix: Progressbar total could be 1 off
I think there is a slight "bug" in the 2.5 release. I say "bug" in quotes, because I think it is actually better than before. When searching with wildcard off, it treats it as a double end wildcard anyway. This makes quick searches for occurrences of a word (e.g. "points') much simpler, and it feels more intuitive. So if this was an unintentional change, I'd say keep it!
 
5.00 star(s) 48 Votes