Awesome, thanks for the update!Figured it out, there was something thrashy under %appdata%/Renpy which had a conflict in general with the saves. I erased the whole folder, reinstalled the game and now it works - with URM too.
Thanks, i will remember next time I'm playing.0x52 already commented on this issue, which is not caused by URM. See the first comment in this post.
0x52 was just wondering if you had any thoughts on this.Yes, you got it right
There are a few, but A Wife's Phone is the game I really need it for. Its got a very slow grind, and a million steps in various paths.
Thank you so much for your time and consideration!
From 0x52's0x52 was just wondering if you had any thoughts on this.
config.screen_width
in the options.py
file to 1920, but that will probably make the game a little messed up"That's already on the roadmap, which you can find in OP:would be really great if there would be option to just create variable, since sometimes buggy games have some missing.
Please fill out a proper "Report an issue" form, so we can look into it. Because I just did a quick test with this game and URM 2.3.1 and there are no issues so far.Anyone know how to fix the below? I tried using the fix from OG post but the line it said to look for isnt in 00action_date.rpy
Reporting an issue
When reporting an issue with URM, please include the information below:
- What version of URM are you using (make sure it's the latest)?
- Which game has the issue (preferable a link to the game's thread)
- If it's a crash (grey screen) attach the "traceback.txt" file
- What did you do that caused the issue?
- Attach a screenshot of the issue (if possible)
- When URM gave an error (not a grey crash screen), check the log.txt file for lines starting with "0x52:"
- What OS are you on?
- Do you have any other mods installed? Does the issue still exist without the other mod(s)?
I have seen this happening in some unique cases, but couldn't find a fix. Seems to be something related to some specific Ren'Py versions in some specific cases.Hey, I'm new to here and I'm sorry if this was already asked and answered before.
But I noticed this in FutaIsekai and Idk if it is everywhere.
When using urm I can mod anything as I like and I can safe the game without issues.
But if I want to share the save files to people without the urm mod installed they get a error that the referenced module of urm can't be found.
Now my question:
Is there a way to make a save of a game without having the urm included so that it can be shared with other without the mod?
When you modify a variable's value the new value will be saved in you gamesave, so you don't need URM afterward for that.Sorry for (maybe) the stupid question
Example:
I'm playing a game. I made some changes with URM (names, for example). I play until the final of this version
When the new version of the game release, i need a "save file" from URM of the last version to keep the changes i made????? Or the game automatic read?
(sorry about my english)
Light mode uses the game's own dialogue with some limited customization options. In this case you can choose to have URM override the game's font.0x52 In the Textbox Customizer, can you please add the ability to deselect the fonts in your list while in FULL mode like you do for LIGHT mode? Or if possible, to choose a custom font in the user's PC.
View attachment 3892771
View attachment 3892772
Seems like the "0x52_URM.rpa" got corrupted?!I see this error in many games. Is there a way to fix it?
URM version 2.3.1
Ren'Py 8.2.1.24030407
Android 10
Game:Babysitter
I'm using the modified language version of the game.
What did you do that caused the issue?
When opening the game
Do you have any other mods installed? Does the issue still exist without the other mod(s)?
No other mods. Game starts fine when removing URM.
You don't have permission to view the spoiler content. Log in or register now.
You are using a very old version of URM.Greetings,
Anyone know how to fix the below? I tried using the fix from OG post but the line it said to look for isnt in 00action_date.rpy
You don't have permission to view the spoiler content. Log in or register now.
ch "So who was your favourite, [pname]?"
scene e1cheer81 with dissolve
default e1bestsplits = "None"
menu:
"Chelsea":
$ e1bestsplits = "Chelsea"
jump cheertalk7ch
"Lydia":
$ e1bestsplits = "Lydia"
jump cheertalk7ly
"Ella":
$ e1bestsplits = "Ella"
jump cheertalk7el
"You were all great":
$ e1bestsplits = "All"
jump cheertalk7all
label cheertalk7ch:
call chlike from _call_chlike_2
call eldislike from _call_eldislike_1
scene e1cheer81 with dissolve
p "You were the best, Chelsea."
scene e1cheer84a with dissolve
ch "Aww, thanks! I think Ella was better though."
jump cheertalk8
label cheertalk7ly:
call lylike from _call_lylike_4
call eldislike from _call_eldislike_2
scene e1cheer81 with dissolve
p "You were the best, Lydia."
scene e1cheer82a with dissolve
ly "Thanks, gorgeous. But I have to disagree, I've got nothing on Ella."
jump cheertalk8