She's waiting...ready to tease you live - Jerkmate is free! Join Now!
x

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

5.00 star(s) 49 Votes

aslop

Newbie
May 4, 2022
55
218
52
0x52
1. It would be very helpful to have buttons to change the numerical values. Something like this:
You don't have permission to view the spoiler content. Log in or register now.
Is it possible to implement?
2.In the old version, during a skip, there was an start of animation when detecting the path, and it was often convenient.
You don't have permission to view the spoiler content. Log in or register now.
Is it too much work to add a similar option in the new interface? Or make an option for instant notifications (without animation)?
3. Would be cool to be able to invert that feature:
2.5 (2024-12-11)
  • Added option to ignore variables in path detection and/or codeview (available after remembering a variable)
 
Last edited:

omnigod7

New Member
Aug 8, 2024
4
0
62
I need help! there are too many True/False values to change at once. is there some sort of hot key or something i can do to change them in one click?
 

Boehser Onkel

Forum Fanatic
Modder
Feb 20, 2021
4,878
8,734
592
I need help! there are too many True/False values to change at once. is there some sort of hot key or something i can do to change them in one click?
afraid there isn't - but yeah would be nice
atleast for the case you have a full site of variables to change/remember at once
but thats rare cases , like gallery unlocks
 

0x52

Ren'Py Magician
Modder
Donor
Game Developer
May 23, 2019
1,774
7,303
712
1. It would be very helpful to have buttons to change the numerical values. Something like this:
You don't have permission to view the spoiler content. Log in or register now.
Is it possible to implement?
Is on the wishlist

2.In the old version, during a skip, there was an start of animation when detecting the path, and it was often convenient.
You don't have permission to view the spoiler content. Log in or register now.
Is it too much work to add a similar option in the new interface? Or make an option for instant notifications (without animation)?
You can make the game stop skipping when a path is detected:
1737895775731.png

3. Would be cool to be able to invert that feature:
No sure about how useful this would be. I'll think about it

I need help! there are too many True/False values to change at once. is there some sort of hot key or something i can do to change them in one click?
Is on the wishlist.
 

aslop

Newbie
May 4, 2022
55
218
52
You can make the game stop skipping when a path is detected:
Yaeh, but its not the same. 2 and 3 are related, often I know approximately where the path detection is or what variable it is checking, but finding the exact moment still requires extra clicks. Ignoring variables can help, but sometimes there are too many of them. I know it's not a big problem, but it can still be useful.
And thanks for this mod, great job.
 
  • Like
Reactions: 0x52

HroH

New Member
Dec 30, 2020
8
0
166
I will add the option to change the font in a future release ;)

Yeah. I think Windows never really identifies as a real touch device.

Yeah mean hiding the textbox/dialogue?
On the roadmap is a feature for adding your own custom quick menu to any game. I could make it possible to add a "hide" button using that method.
I'm writing to follow up on a feature request I posted in this forum about a year ago regarding [briefly describe the feature]. I understand that development priorities shift and that not all requests can be implemented. However, I was curious if there has been any discussion or consideration of this feature since then.(Gemini)
 

0x52

Ren'Py Magician
Modder
Donor
Game Developer
May 23, 2019
1,774
7,303
712
I'm writing to follow up on a feature request I posted in this forum about a year ago regarding [briefly describe the feature]. I understand that development priorities shift and that not all requests can be implemented. However, I was curious if there has been any discussion or consideration of this feature since then.(Gemini)
Still on the list, but has a low priority
 
  • Like
  • Heart
Reactions: HroH and Feyd

CarlosTheKing

New Member
Dec 26, 2022
14
22
21
Hi, can anyone create a simple "Gallery Disable" mod for Renpy games?

There is a button to unlock the whole gallery in an instant and it's very tempting to do so when choices don't go according to how you'd like them. Then, you open gallery to see the scenes. It really spoils the experience in a choice driven game.

I want a mod that just disables the gallery, like you can't go the gallery section even when you click on it. Is it possible?
 

CarlosTheKing

New Member
Dec 26, 2022
14
22
21
lol
what
there is a option for - dont press the button ...

lol, yeah, that's real helpful, thanks. But it's not about just not pressing the button, it's about preventing the gallery from even being accessible, so that it's not even an option to spoil the experience. Not everyone wants to have the temptation in the first place. Maybe try thinking a bit more before commenting next time.
 
  • Like
Reactions: Ass~God

0x52

Ren'Py Magician
Modder
Donor
Game Developer
May 23, 2019
1,774
7,303
712
Hi, can anyone create a simple "Gallery Disable" mod for Renpy games?

There is a button to unlock the whole gallery in an instant and it's very tempting to do so when choices don't go according to how you'd like them. Then, you open gallery to see the scenes. It really spoils the experience in a choice driven game.

I want a mod that just disables the gallery, like you can't go the gallery section even when you click on it. Is it possible?
That would be game specific, not something I'm going to add to URM
 
  • Like
Reactions: Feyd

0x52

Ren'Py Magician
Modder
Donor
Game Developer
May 23, 2019
1,774
7,303
712
Got it. Do you have any idea how to do it? Is the code gonna be complex?
Theoretically it's easy. When you find the button in the game's code you could just replace the action with None or just remove it and the button will not work anymore.
 
  • Like
Reactions: Feyd

hsehsing

Member
Jul 11, 2017
429
108
218
Any plans for allowing us to see what all is clickable on the screen and what function it calls?
Like an interactive map or sandbox games with UI buttons?
 

0x52

Ren'Py Magician
Modder
Donor
Game Developer
May 23, 2019
1,774
7,303
712
Any plans for allowing us to see what all is clickable on the screen and what function it calls?
Like an interactive map or sandbox games with UI buttons?
Ah yes. I forget about this one. I thought about this a long time ago. It would be nice to be able to see all visible and invisible buttons that are currently on screen, but it's quite complicated and I'm not sure (yet) how to create this efficiently.
 

CarlosTheKing

New Member
Dec 26, 2022
14
22
21
Theoretically it's easy. When you find the button in the game's code you could just replace the action with None or just remove it and the button will not work anymore.
Thanks for your input! That makes sense—if we can find the button in the game's code, replacing its action with None or removing it should disable the gallery.

I’m not a coder or developer, so I’m not sure how to do this myself. I’ve explained the full issue and why I want this mod in detail in this thread: Main Thread

If you have time, could you take a look and see if creating a simple mod for this is possible? If you're too busy, no worries—I really appreciate any guidance you can give. Thanks again!
 

CarlosTheKing

New Member
Dec 26, 2022
14
22
21
Theoretically it's easy. When you find the button in the game's code you could just replace the action with None or just remove it and the button will not work anymore.
Hey bro, just wanted to update you—I managed to create the Gallery Disable Mod myself with the help of ChatGPT! I’m not a coder or developer at all, so this is a huge win for me. You don't need to work on the mod I was asking for anymore.

I don't know what the heck I was doing but somehow I managed to pull it off.

The mod completely blocks access to the gallery and displays "Gallery is Disabled" instead. I also added a "Back to Menu" button so you don’t get stuck.

I’m attaching the mod here in case anyone else wants to use it. Big thanks to those who pointed me in the right direction—it was a wild ride, but I pulled it off!

Cheers!
 
  • Like
Reactions: Sether0
5.00 star(s) 49 Votes