- Mar 31, 2020
- 1,658
- 2,967
In a way, I'm glad you have the same problem with that save; it means it's something to do with the save, and not my PC or install of the game.thats weird - mod is not working with this save
In a way, I'm glad you have the same problem with that save; it means it's something to do with the save, and not my PC or install of the game.thats weird - mod is not working with this save
Thanks. Will be solved in the next updateHi 0x52, having issue using it with Another Chance.
Layer not on top, check screenshot.
View attachment 1269387
Will be solved in the next update.Sure thing, here you go.
after_load_callbacks
to prevent it from being unable to load. But this game, Fantasy Town, was overwriting all callbacks instead of appending one. Now I made sure URM appends its callback as late as possible.awesomeVersion 1.3
URM version 1.3 has landed. The main new feature in this version is the option to sort variables and labels:
View attachment 1271967
You can sort by name or manually using the "move" button
Some additional changes:
- Added a scrollbar to the choices dialog
- URM now forces itself to be on the foreground
- Fix: Renaming characters with a variable as name was broken in 1.2
- Fix: Crash with Ren'Py 7.4.x games when a variablename is shortened
- Fix: Rare crash when URM is trying to look for a choices menu
- Fix: Make sure URM is initialized correctly after loading a saved game (some game's code was breaking this)
was it working with 1.2 ?0x52 I was trying the new version with the game Wife trainer and I got a bug when searching for variables and I can't open URM menu anymore to be fair it's not a regular renpy game with regular variables but maybe this can help
I couldn't find anything with 1.2 and didn't get a bug also that game uses tags more than variableswas it working with 1.2 ?
maybe a importend info
found value for energy dom sub etc with both 1.2 and 1.3I couldn't find anything with 1.2 and didn't get a bug also that game uses tags more than variables
I think I was looking for tags and not valuefound value for energy dom sub etc with both 1.2 and 1.3
Yes exactly it's not like any other renpy game anyway im very familiar with that game
yeah sry - meant variables , not valuesI think I was looking for tags and not value
Im usually using mods and console just for 0x52 maybe this will help himyeah sry - meant variables , not values
and no - im not digging further - its really really not my kin(k)d of game lol
0x52 will handle this error , im sure
0x52 I was trying the new version with the game Wife trainer and I got a bug when searching for variables and I can't open URM menu anymore to be fair it's not a regular renpy game with regular variables but maybe this can help
I've fixed this issue (it's related to Ren'Py 7.4.x). It shouldn't happen anymore with URM 1.3.1.
sys
for a character, this variable is also a module that's used internally by Ren'Py. Doing this could cause some strange issues.You and me both... funny thing is, I asked for this a while back, and 0x52 mentioned something about not being sure how-to.awesome
i was hoping for a "sorting" option
thanks
jsonData = json.dumps(data, indent=4)
Thanks you very much for the beers, it's much appreciated.You and me both... funny thing is, I asked for this a while back, and 0x52 mentioned something about not being sure how-to.
Was going to wait but restarted BaDIK today ad gawd so many replayable labels I thought to have a go at it...
spent an hour on it, had something that worked, came here to see if he had a github and damn... found the new version with an even better implementation (manual ordering buttons...) than the simple method I came up with.
So, big thanks for that 0x52 and enjoy the beers
there's only two small things left on my wishlist...
an option to not get prompted if I want to overwrite the .urm file when saving
and ...to get a nicely formatted file. but like I said, just small things...Code:jsonData = json.dumps(data, indent=4)