Not all variables are supported for freezing.Hey ahmm so i was playing a renpy game ofc, I found the values but it seems I can't freeze or monitor them.
The freeze and monitor can't be clicked on.
View attachment 4039096
They might be supported in the future thoughA dot in a variable name is not actually part of the name, it just separates the name from a property.
For example:
You have a variable showingwallet.money. This means there's a variable called "wallet" which has a property "money". If you want to to find this variable by it's name you have to search for "wallet" or "money" (you will never find a dot in a variable name)
Ohhhh I see I see, sorry just saw the reply now, but hey thx for the helpNot all variables are supported for freezing.
See also:
They might be supported in the future though
def scale(percentage, size):transform scale(percent):It actually is prefixed. You need to callI'm actually a bit surprised a function with such a common name exists in URM without it being placed in a URM specific class def or prefixed.
x52URM.scale() for URM's scale function.Yep, got an ...It actually is prefixed. You need to callx52URM.scale()for URM's scale function.
Did you actually experience an issue because of this?!
That has happened to me on a few games. I usually shut down and reopen and it fixes it. It's also happened that when I start from a save and rollback it won't open either, until I get back in front of the save point.Don't know if this is the right place to report it but "My Demonic Romance" v.15patreon with URM v2.31 nothing happens when pressing alt+m. The game doesn't crash, there isn't any error popping up, and the only data in the log is the stuff from game startup.
Strange. It's working fine on my side.Yep, got an ...
You don't have permission to view the spoiler content. Log in or register now.
EDIT: Of course was easily fixed by renaming the one in Taboo University, and I am running my games always in developer mode, but...
That sounds like the dev not wanting people to cheat the game. And if they care enough they'll blacklist the walkthrough mod too.If you use URM to play a Steam game such as [Because I Love Her], it prevents Steam achievements from unlocking. Tried playing on Steam with URM removed/uninstalled and the Steam achievements unlock as normal.
On the other hand, using other mods such as the Walkthrough mod by JokerLeader does not disable Steam achievements from unlocking.
Nope. URM is not able to scale to such a small screen.is there a way to change the size view i installed it on a wife's phone but cant see or really edit any variables
You could force the game to use 1920x1080, but that would probably f* up the gameCan you add an option for URM to display in 1920x1080 regardless of what the games config.screen_width and config.screen dictates?
The only viable work arounds are either to run in windowed mode and resize the window to that size, or set your monitor to use that display resolution. With high-res games (QHD and up) you'll probably also want to adjust the text scaling (Shift-A)Can you add an option for URM to display in 1920x1080 regardless of what the games config.screen_width and config.screen dictates?