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

5.00 star(s) 46 Votes

dxynxz

New Member
Jan 30, 2018
7
25
Like theMickey_ said. If you want help, ask in a normal way! I actually just wanted to ignore this, because of the large text, but because I don't appreciate devs blocking mods, I decided to make a quick workaround.

Grab the attached file and extract it into the "game" folder.
I think this is the best approach for this. The attached script catches if the game tries to quit and gives you the option to prevent/cancel that.
View attachment 2744565 View attachment 2744567
well the fix file for the game is working, but i can't save the game, the game keep showing error when i try to overwrite save or make new save, and i already try saving from renpy menu and the result are same.
 

Boehser Onkel

Forum Fanatic
Modder
Feb 20, 2021
4,532
7,776
well the fix file for the game is working, but i can't save the game, the game keep showing error when i try to overwrite save or make new save, and i already try saving from renpy menu and the result are same.
can confirm that with URM(and the fix for this game) the game throws save errors at "The Hard Way"
0x52
 
Last edited:
  • Like
Reactions: dxynxz

phenon08

Member
Aug 26, 2018
171
431
Some games just throw you back in menu after the update ends and you have no time to save mostly a problem when holding skip.

Suggestion: A popup that asks if you actually wants to go to main menu, or an autosave when main menu call is detected.
 

Sether0

Newbie
Apr 16, 2024
58
151
Anyone know what i need to modify for ability point in null hypothesis?
One of the ways to get skill points:
- Complete the prologue and get the achievement “Welcome to the Institute
- Look for the variable “all_achievements
- Go inside “Welcome to the Institute
- Change the value of “points
- Go to the Perks section of the achievement store on your phone
- Select and purchase “Skill Point
You don't have permission to view the spoiler content. Log in or register now.
 
  • Like
Reactions: Epigonid and darlic

Bingoogus

Engaged Member
Sep 5, 2021
3,859
10,758
I don't have a lot of understanding about how coding works when it comes to processing scripts and stuff but any idea why in some games URM runs really slow? Like things slow down to 1 frame a second or even slower? It also seems to happen if i run a search that returns a massive pile of results, until i reset the search it's incredibly sluggish... i'd have thought once it does a search and has the results it's not processing very much but it feels more like it's running the search constantly, every second, and it's weighing down everything else... soon as i close it and go back to the game, everything runs like normal again... i guess i just want to understand what's going on behind the scenes in situations like that.
 

0x52

Ren'Py Magician
Modder
Donor
Game Developer
May 23, 2019
1,742
6,975
I don't have a lot of understanding about how coding works when it comes to processing scripts and stuff but any idea why in some games URM runs really slow? Like things slow down to 1 frame a second or even slower? It also seems to happen if i run a search that returns a massive pile of results, until i reset the search it's incredibly sluggish... i'd have thought once it does a search and has the results it's not processing very much but it feels more like it's running the search constantly, every second, and it's weighing down everything else... soon as i close it and go back to the game, everything runs like normal again... i guess i just want to understand what's going on behind the scenes in situations like that.
Do you have a specific example where this happens?

I have a lot of focus on making URM as optimized as possible. I don't see why is would create such a high load / become slow.
 
  • Like
Reactions: Feyd

Bingoogus

Engaged Member
Sep 5, 2021
3,859
10,758
Do you have a specific example where this happens?

I have a lot of focus on making URM as optimized as possible. I don't see why is would create such a high load / become slow.
I'll note down any games i get it in in the future if you'd like, as for what caused it today, a house in the rift.
 
Apr 18, 2018
108
39
Has anyone else had a problem with the built in update tool not working since version 2.4? it will ask to update, I'll say yes, it reloads whatever game i have it installed on, then it asks to update again. It's not that big of a deal, I can always come on here and get the newest version, but its anoying that the mod asks to update but can't actually update.
 

Bingoogus

Engaged Member
Sep 5, 2021
3,859
10,758
How do you use the new add variable for ignoring replay? I tried adding it and it needed a value so i put false but then the check i was on switched to it like it was true and it didn't appear in my list of saved variables so i could set it to be ignored and despite scanning through everything i can't figure out how i even would... definitely need some guidance.
 

Boehser Onkel

Forum Fanatic
Modder
Feb 20, 2021
4,532
7,776
How do you use the new add variable for ignoring replay? I tried adding it and it needed a value so i put false but then the check i was on switched to it like it was true and it didn't appear in my list of saved variables so i could set it to be ignored and despite scanning through everything i can't figure out how i even would... definitely need some guidance.
Screenshot_2.png
Screenshot_3.png
 

0x52

Ren'Py Magician
Modder
Donor
Game Developer
May 23, 2019
1,742
6,975
Has anyone else had a problem with the built in update tool not working since version 2.4? it will ask to update, I'll say yes, it reloads whatever game i have it installed on, then it asks to update again. It's not that big of a deal, I can always come on here and get the newest version, but its anoying that the mod asks to update but can't actually update.
Are you on Linux by any chance? Self-update on Linux was fixed in v2.4.2
 

Epigonid

Member
Nov 16, 2023
139
74
One of the ways to get skill points:
- Complete the prologue and get the achievement “Welcome to the Institute
- Look for the variable “all_achievements
- Go inside “Welcome to the Institute
- Change the value of “points
- Go to the Perks section of the achievement store on your phone
- Select and purchase “Skill Point
You don't have permission to view the spoiler content. Log in or register now.
you are amazing
 

somebodynobody

Engaged Member
May 11, 2017
3,315
4,259
Issue
What version of URM are you using (make sure it's the latest)?
2.6.1

Which game has the issue (preferable a link to the game's thread)
https://f95zone.to/threads/house-of-shinobi-v0-18-cutepercentage.219740/

If it's a crash (grey screen) attach the "traceback.txt" file

What did you do that caused the issue?
Pressed Start New Game.

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?
Windows 10

Do you have any other mods installed? Does the issue still exist without the other mod(s)?
No.
 

Boehser Onkel

Forum Fanatic
Modder
Feb 20, 2021
4,532
7,776
Issue
What version of URM are you using (make sure it's the latest)?
2.6.1

Which game has the issue (preferable a link to the game's thread)
https://f95zone.to/threads/house-of-shinobi-v0-18-cutepercentage.219740/

If it's a crash (grey screen) attach the "traceback.txt" file

What did you do that caused the issue?
Pressed Start New Game.

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?
Windows 10

Do you have any other mods installed? Does the issue still exist without the other mod(s)?
No.
remove the gallery unlocker
folder /game/extras/gallery
the _ugu.rpy causes the conflict
 
5.00 star(s) 46 Votes