Did you try searching by value? As in the "values search" example here.i tried that on clockwork poison game, shift+M worked...but it didnot show any variables.. it ried to print money etc if that was a search but found nothing
by value - no, just used money/cash etc words...Did you try searching by value? As in the "values search" example here.
Yes, variables will be shown in a list, but a developer of a game chooses the variable names.by value - no, just used money/cash etc words...
because of picture attached i expected that variables will be auto-extracted and shown as a list...
money
or cash
would make sense, but it could be anything.Thank you for your kind words.Well done Sir. This is an amazing mod.
Normally i use unren to enable the debug and dev console, to list and change variables/values.
With your mod and esp the watch panel makes playing much more easier.
When I try to edit an urm file to sort the entries of the remembered variables this won't go.
How can I sort them?
look hereWould it be possible to add an option to browse all variable rather than searching?
Playing through the game and saving all scenes would be the easiest way.Just asume i want to build my own Gallerymod for a game that dont have one. Is it necessary for me to play the complete game and search the game for ever little scene, or is there a other way to find the scenes?
Thats for me the usual way to, but works only reliable on completed game. Many games mess up the saves and they are useless.Playing through the game and saving all scenes would be the easiest way.
As mentioned in the OP. You have to press Shift+M to bring it up.Does the menu appear in the game or do you have to use some keys to bring it up
Damn, sorry I missed that instruction. Thanks for your reply and for this mod!As mentioned in the OP. You have to press Shift+M to bring it up.
Thank you for reporting this. I fixed the issue you mentioned.Doesn't work with summertime saga, it gives me error messages every time a character speaks.
Thank you for reporting the issue. I wasn't able to reproduce it, but I've updated the mod with a possible fix.i got this error from urm removed it and restarted the game and the error is gone
I'm sorry, but an uncaught exception occurred.
While running game code:
TypeError: _m1_URM_textrepl__sayFilter() got an unexpected keyword argument 'what_size'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "telephone.rpyc", line 484, in script
File "D:\Updated\Chaixas Games\CURVY_COUGARS_STREET-1.0-pc\renpy\ast.py", line 708, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "D:\Updated\Chaixas Games\CURVY_COUGARS_STREET-1.0-pc\renpy\exports.py", line 1340, in say
args, kwargs = renpy.config.say_arguments_callback(who, *args, **kwargs)
TypeError: _m1_URM_textrepl__sayFilter() got an unexpected keyword argument 'what_size'
Windows-8-6.2.9200
Ren'Py 7.3.5.606
CURVY COUGARS STREET 1.0
Wed Dec 09 17:47:59 2020
Thank you for reporting. Fixed it.0x52 With the latest version I'm getting errors when trying to change integer values. This has happened in several games now, and happens within either the main interface or in the watch-panel. Opening the console shows this line after it fails, ("elly_love" being the game variable I am trying to change in my example):
0x52: Couldn't set value for elly_love. 'URMVar' object has no attribute 'isInt'
Using the previous version of URM works without error.