Create and Fuck your AI Cum Slut -70% Summer Sale
x

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

5.00 star(s) 46 Votes

Ptroll

Newbie
Jan 22, 2021
31
37
I think it's a developer error.
It doesn't matter because part 3 starts with a questionnaire, and there's no save at the end of part 2!
It was for my own personal knowledge.
Thanks for your responses.
 
Last edited:
  • Like
Reactions: Boehser Onkel

vayora5984

Newbie
May 26, 2023
30
48
Minor search UX suggestion:

When clicking the variable search button, reset to the first page. I have lost track of how many times I have said "where the hell is that variable, I know it's here!" only to realize I am on page 3.

Ultimately, it is a problem with my CKI (sometimes called a ), but one that URM could help alleviate :LOL:.
 

Suprserpent

Member
Mar 20, 2021
268
392
my urm version is 2.3.1 and will not update. not sure why. using the windows version. It informs me that there is an update but nothing happens when I click to proceed. The save reloads and I'm back where I started. I should probably just update manually, huh
 

chronicle.digital

New Member
Jun 13, 2023
8
4
NEED HELP
game:My Cute Roommate [v1.6.1 Ex Beta]
https://f95zone.to/threads/my-cute-roommate-v1-6-1-ex-beta-astaros3d.5405/
OS:WindowsPRO10 last update


Subject:
The developer of this game use the "hide_all()" function in every "label/screen", and this causes the URM to close/exit each time. Neither URM nor keyboard shortcuts work after changing the screen/progress story.
If I remove all of its "hide_all()" functions from all files, then the character images will mess with each other and some of the active layers.
I can change all of its "hide_all()" functions to any other "clear/clean" function. To prevent the closure of the URM, but at the same time ensure a stable game.
Please help!
 

SpasmJack

Newbie
Dec 29, 2024
31
26
NEED HELP
game:My Cute Roommate [v1.6.1 Ex Beta]
https://f95zone.to/threads/my-cute-roommate-v1-6-1-ex-beta-astaros3d.5405/
OS:WindowsPRO10 last update


Subject:
The developer of this game use the "hide_all()" function in every "label/screen", and this causes the URM to close/exit each time. Neither URM nor keyboard shortcuts work after changing the screen/progress story.
If I remove all of its "hide_all()" functions from all files, then the character images will mess with each other and some of the active layers.
I can change all of its "hide_all()" functions to any other "clear/clean" function. To prevent the closure of the URM, but at the same time ensure a stable game.
Please help!
A bit roundabout, but will probably work:
Use inspector (shift i)to get the names of all the (ingame) screens that are over/underlaid. (Digging through the code will prob take longer
Replace $hide_all() with a list of hide commands for all the screens that need hidden after transition (make one list with all and copy pasta)

Example:

hide screen buttons()
hide screen titties()
etc

Do not add the URM screen ofc.
alternatively use command "renpy.hide_screen(xxx)"
 

bat2897

Member
May 5, 2017
133
158
Hello mate,
Just wondering if a import your own font type system is still something coming?
Also if not a basic gist on how to do it with just rpa file? I can code somewhat so I'm wondering if I should try xD
 

theMickey_

Engaged Member
Mar 19, 2020
2,304
3,061
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,470
8,479
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,496
3,559
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,470
8,479
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
 

Nadekai

Booty Pirate
Donor
Aug 18, 2021
2,470
8,479
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:
5.00 star(s) 46 Votes