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

5.00 star(s) 47 Votes

theMickey_

Engaged Member
Mar 19, 2020
2,313
3,087
is it possible to download old versions of URM?
Yes. Go to URM's website (link in OP), click on the big "Universal Ren'Py Mod" banner, which will take you to the latest version of URM. If you then click on "Load full history" in the "Changelog" section, you'll get a list of older URM versions, and you can select whatever version you want to download.
 
  • Like
  • Heart
Reactions: Feyd and 0x52

Nadekai

Booty Pirate
Donor
Aug 18, 2021
2,731
11,138
That doesn't look like it could ever be false, unless there's a hidden variabe in .pap being checked. You'd normally edit the variable in the brackets.

dafuq is that dev doing.
pap is a function that checks if affection over a certain threshold.
Alas, it checks if affection is more than % of max possible affection that could've been gained in entire game

It can be false, say if I had -2 affection, but I could've gained 6 affection total, so that means I am definitely below 50% of total possible affection


EDIT: If you want the passage in code:
1750774288381.png
 
  • Like
Reactions: shmurfer

shmurfer

Engaged Member
Dec 29, 2019
2,880
4,294
pap is a function that checks if affection over a certain threshold.
Alas, it checks if affection is more than % of max possible affection that could've been gained in entire game

It can be false, say if I had -2 affection, but I could've gained 6 affection total, so that means I am definitely below 50% of total possible affection


EDIT: If you want the passage in code:
View attachment 4975493
I get it, but eww. Hiding the variable behind a function instead of just doing a lucy.affection >= 50. Not surprised URM doesn't handle it smartly already. You could use URM to edit that affection as a stopgap.
 

Nadekai

Booty Pirate
Donor
Aug 18, 2021
2,731
11,138
I get it, but eww. Hiding the variable behind a function instead of just doing a lucy.affection >= 50. Not surprised URM doesn't handle it smartly already. You could use URM to edit that affection as a stopgap.
Takes shit loads of time, as it's part of a class
 

shmurfer

Engaged Member
Dec 29, 2019
2,880
4,294
Takes shit loads of time, as it's part of a class
The stat editing? Or the variable access in terms of processing time? Like yeah rip if it's stat editing you should remember that variable. The latter is hella interesting though.
 

Nadekai

Booty Pirate
Donor
Aug 18, 2021
2,731
11,138
Mod does not work in the game ACCORD

EDIT: Weird, after I tried reinstalling it a few times, it started working.
(Previously it was not even reacting to alt+m)
 
Last edited:

Boehser Onkel

Forum Fanatic
Modder
Feb 20, 2021
4,878
8,680
Aug 10, 2024
341
226
Tbh i ben having problems having urm show. i see the variables for choices but alt m doesnt bring up urm. this was with Inanna Revenge, and the new Echoes of 2990
 
Aug 10, 2024
341
226
tested again with a fresh install
works , idk where your error at
try out this save + persistent file
extract into mainfolder
No change but i discovered i can open this menue (which shows htem installed) i just dont get the button to open the mod. can uninstall the mod from this menu but thats it 1750971238333.png
 
5.00 star(s) 47 Votes