- Jan 15, 2019
- 162
- 262
can we track these kind of choices?
You don't have permission to view the spoiler content.
Log in or register now.
I cannot explain this without diving into the game's code.First of all, thanks for this wonderful mod! I really appreciate
But here is a little problem..
I played Being a DIK using this mod and enjoyed a lot!
But when I tried to change characters' Bios by using URM in Ep9, sentences that added this new episode didn't appear
Former screenshots are the problem ones, and latter are good ones.
Former is saved recently and save from Ep8 that installed URM.
Latter is saved on January and save from Ep8 that didn't installed URM.
The same goes on using updated version URM..
This is not a big problem, but I wonder why it suddenly doesn't work
Only way I can think of is to create a snapshot before picking an option and then compare it after you've picked.can we track these kind of choices?You don't have permission to view the spoiler content. Log in or register now.
So here's another thing.I cannot explain this without diving into the game's code.
Everything the same except updated urm to latest VersionURM 2.1.2
Small update for our Android users:
- Fix: Validate write access for global settings (prevents crash on some Android games)
Does it work when you start a new game?Everything the same except updated urm to latest Version
Although this fix the crash but i can't bring the menu up by drawing a "U" or when there is a choice option. Do i have to start new game instead of loading the saves for it to work?
But what is the error you're getting?So I was testing your mod on Pale Carnation. And for someone reason I keep getting error message when I try to open UA to change any variable.
Reporting an issue
When reporting an issue with URM, please include the information below:
- Are you using the latest version of URM?
- 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)?
It's on the wishlist to be able to ignore certain conditionsFeature request: I would like to be able to filter path notifications for specific conditions.
I'm currently playing Being Super and almost after every click, there is a path notification checking if you have the light or dark version of the game.
I don't want to disable notifications completely because I still want to know about other branches.
From a UI perspective, I propose adding an "ignore" button when viewing a path condition.
Anyway, keep up the great work 0x52. Really appreciate it!
Hi there dear developer. I wanted to ask you if there is anyway to make your mod to work with A Wife's Phone v0.4.7 game? I mean I was trying everything and I just don't know how to make URM menu to fit a screen properly... Here I upload a screenshot to show you what I mean. Thank you.But what is the error you're getting?
Check this:
It's on the wishlist to be able to ignore certain conditions
This happens because the dev broke Ren'Py itself by using theI am having issues with this game https://f95zone.to/threads/4-kingdoms-supremacy-v0-14-piggy-nose-games.194636/ everytime I try to launch with urm I get the error text below.
I am using the latest version.
You don't have permission to view the spoiler content. Log in or register now.
text "{b}Click when the gold dot reaches the center.{/b}" at adv_fix
transform adv_fix:
Unfortunately URM cannot support such a narrow screen resolution. You could change the variableHi there dear developer. I wanted to ask you if there is anyway to make your mod to work with A Wife's Phone v0.4.7 game? I mean I was trying everything and I just don't know how to make URM menu to fit a screen properly... Here I upload a screenshot to show you what I mean. Thank you. View attachment 3515698
config.screen_width
in the options.py
file to 1920, but that will probably make the game a little messed upSounds nice.0x52 Just added a function to my Android ports to auto import 0x52_URM.rpa into the game folder if it's in the /Documents folder. (Means users only need to keep one file up-to-date)
It's currently running from a python early block in game but still requires a restart to load. Do you know a work around for this or would it require going even earlier from RenPy itself?
renpy.reload_script()
after placing the RPA file in the game's folderMobile doesn't like reload, even though the exception is hashed out in 7.7.1/8.2.1Sounds nice.
You could callrenpy.reload_script()
after placing the RPA file in the game's folder
There seems to be a problem when using this mode with Pale Carnations. When I search for variables the game crashes and I have to rollback to continue playing but after that whenever I try to open the mod again it just crashes. I use the latest version 2.1.3 and the problem happenes with this game only other games work fine with the mod.URM 2.1.3
Just published 2.1.3 with two fixes:
- Fix: Improved permissions validation for Android (global settings) (prevents crash on some Android games)
- Fix: Implemented a workaround for some games that broke a Ren'Py feature that URM needs (this fixes the "AttributeError: 'ADVCharacter' object has no attribute '_getframe'" error some games throw)
I'm sorry, but an uncaught exception occurred.
While processing text tag { u r m _ n o t l } in '{ u r m _ n o t l } C l o s e U R M { / u r m _ n o t l }'.:
File "renpy/common/000statements.rpy", line 671, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
Exception: Unknown text tag ' u r m _ n o t l '
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "start.rpyc", line 757, in script call
File "cl/labels_room.rpyc", line 84, in script
File "F:\MEGA\Love_and_Sex_Second_Base-pc\LoSeSb-21.3.0b-pc\renpy\ast.py", line 1968, in execute
self.call("execute")
File "F:\MEGA\Love_and_Sex_Second_Base-pc\LoSeSb-21.3.0b-pc\renpy\ast.py", line 1950, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "F:\MEGA\Love_and_Sex_Second_Base-pc\LoSeSb-21.3.0b-pc\renpy\statements.py", line 349, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 671, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "F:\MEGA\Love_and_Sex_Second_Base-pc\LoSeSb-21.3.0b-pc\renpy\exports.py", line 3413, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "F:\MEGA\Love_and_Sex_Second_Base-pc\LoSeSb-21.3.0b-pc\renpy\ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "F:\MEGA\Love_and_Sex_Second_Base-pc\LoSeSb-21.3.0b-pc\renpy\display\core.py", line 2165, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "F:\MEGA\Love_and_Sex_Second_Base-pc\LoSeSb-21.3.0b-pc\renpy\display\core.py", line 2818, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "F:\MEGA\Love_and_Sex_Second_Base-pc\LoSeSb-21.3.0b-pc\renpy\display\core.py", line 1352, in draw_screen
surftree = renpy.display.render.render_screen(
File "render.pyx", line 486, in renpy.display.render.render_screen
File "render.pyx", line 260, in renpy.display.render.render
File "F:\MEGA\Love_and_Sex_Second_Base-pc\LoSeSb-21.3.0b-pc\renpy\display\layout.py", line 900, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "F:\MEGA\Love_and_Sex_Second_Base-pc\LoSeSb-21.3.0b-pc\renpy\display\layout.py", line 900, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "F:\MEGA\Love_and_Sex_Second_Base-pc\LoSeSb-21.3.0b-pc\renpy\display\layout.py", line 900, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "F:\MEGA\Love_and_Sex_Second_Base-pc\LoSeSb-21.3.0b-pc\renpy\display\screen.py", line 754, in render
child = renpy.display.render.render(self.child, w, h, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "F:\MEGA\Love_and_Sex_Second_Base-pc\LoSeSb-21.3.0b-pc\renpy\display\layout.py", line 900, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "F:\MEGA\Love_and_Sex_Second_Base-pc\LoSeSb-21.3.0b-pc\renpy\display\layout.py", line 1361, in render
surf = render(child,
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "F:\MEGA\Love_and_Sex_Second_Base-pc\LoSeSb-21.3.0b-pc\renpy\display\layout.py", line 900, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "F:\MEGA\Love_and_Sex_Second_Base-pc\LoSeSb-21.3.0b-pc\renpy\display\layout.py", line 1076, in render
surf = render(d, rw, height - y, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "F:\MEGA\Love_and_Sex_Second_Base-pc\LoSeSb-21.3.0b-pc\renpy\text\text.py", line 2276, in render
virtual_layout = Layout(self, width, height, renders, drawable_res=False, size_only=True)
File "F:\MEGA\Love_and_Sex_Second_Base-pc\LoSeSb-21.3.0b-pc\renpy\text\text.py", line 640, in __init__
self.paragraphs = self.segment(text.tokens, style, renders, text)
File "F:\MEGA\Love_and_Sex_Second_Base-pc\LoSeSb-21.3.0b-pc\renpy\text\text.py", line 1394, in segment
raise Exception("Unknown text tag %r" % text)
Exception: Unknown text tag ' u r m _ n o t l '
Windows-10-10.0.22621 AMD64
Ren'Py 8.2.1.24030407
Love & Sex : Second Base - 24.3.0a 24.3.0a
Mon Apr 8 20:58:59 2024
Please add the crash info (traceback.txt). See also:There seems to be a problem when using this mode with Pale Carnations. When I search for variables the game crashes and I have to rollback to continue playing but after that whenever I try to open the mod again it just crashes. I use the latest version 2.1.3 and the problem happenes with this game only other games work fine with the mod.
note: when I tried the old version of the mod 1.15.2, the game worked fine with the mod and I could change the variables just fine.
Thank you in advance.
Reporting an issue
When reporting an issue with URM, please include the information below:
- Are you using the latest version of URM?
- 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)?
You reported this issue before. There has to be something else causing this. It works fine on my side.so close but still crash when I want to close the menuCode:I'm sorry, but an uncaught exception occurred. While processing text tag { u r m _ n o t l } in '{ u r m _ n o t l } C l o s e U R M { / u r m _ n o t l }'.: File "renpy/common/000statements.rpy", line 671, in execute_call_screen store._return = renpy.call_screen(name, *args, **kwargs) Exception: Unknown text tag ' u r m _ n o t l ' -- Full Traceback ------------------------------------------------------------ Full traceback: File "start.rpyc", line 757, in script call File "cl/labels_room.rpyc", line 84, in script File "F:\MEGA\Love_and_Sex_Second_Base-pc\LoSeSb-21.3.0b-pc\renpy\ast.py", line 1968, in execute self.call("execute") File "F:\MEGA\Love_and_Sex_Second_Base-pc\LoSeSb-21.3.0b-pc\renpy\ast.py", line 1950, in call return renpy.statements.call(method, parsed, *args, **kwargs) File "F:\MEGA\Love_and_Sex_Second_Base-pc\LoSeSb-21.3.0b-pc\renpy\statements.py", line 349, in call return method(parsed, *args, **kwargs) File "renpy/common/000statements.rpy", line 671, in execute_call_screen store._return = renpy.call_screen(name, *args, **kwargs) File "F:\MEGA\Love_and_Sex_Second_Base-pc\LoSeSb-21.3.0b-pc\renpy\exports.py", line 3413, in call_screen rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward) File "F:\MEGA\Love_and_Sex_Second_Base-pc\LoSeSb-21.3.0b-pc\renpy\ui.py", line 301, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "F:\MEGA\Love_and_Sex_Second_Base-pc\LoSeSb-21.3.0b-pc\renpy\display\core.py", line 2165, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore File "F:\MEGA\Love_and_Sex_Second_Base-pc\LoSeSb-21.3.0b-pc\renpy\display\core.py", line 2818, in interact_core self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn) File "F:\MEGA\Love_and_Sex_Second_Base-pc\LoSeSb-21.3.0b-pc\renpy\display\core.py", line 1352, in draw_screen surftree = renpy.display.render.render_screen( File "render.pyx", line 486, in renpy.display.render.render_screen File "render.pyx", line 260, in renpy.display.render.render File "F:\MEGA\Love_and_Sex_Second_Base-pc\LoSeSb-21.3.0b-pc\renpy\display\layout.py", line 900, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 260, in renpy.display.render.render File "F:\MEGA\Love_and_Sex_Second_Base-pc\LoSeSb-21.3.0b-pc\renpy\display\layout.py", line 900, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 260, in renpy.display.render.render File "F:\MEGA\Love_and_Sex_Second_Base-pc\LoSeSb-21.3.0b-pc\renpy\display\layout.py", line 900, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 260, in renpy.display.render.render File "F:\MEGA\Love_and_Sex_Second_Base-pc\LoSeSb-21.3.0b-pc\renpy\display\screen.py", line 754, in render child = renpy.display.render.render(self.child, w, h, st, at) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 260, in renpy.display.render.render File "F:\MEGA\Love_and_Sex_Second_Base-pc\LoSeSb-21.3.0b-pc\renpy\display\layout.py", line 900, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 260, in renpy.display.render.render File "F:\MEGA\Love_and_Sex_Second_Base-pc\LoSeSb-21.3.0b-pc\renpy\display\layout.py", line 1361, in render surf = render(child, File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 260, in renpy.display.render.render File "F:\MEGA\Love_and_Sex_Second_Base-pc\LoSeSb-21.3.0b-pc\renpy\display\layout.py", line 900, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 260, in renpy.display.render.render File "F:\MEGA\Love_and_Sex_Second_Base-pc\LoSeSb-21.3.0b-pc\renpy\display\layout.py", line 1076, in render surf = render(d, rw, height - y, cst, cat) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 260, in renpy.display.render.render File "F:\MEGA\Love_and_Sex_Second_Base-pc\LoSeSb-21.3.0b-pc\renpy\text\text.py", line 2276, in render virtual_layout = Layout(self, width, height, renders, drawable_res=False, size_only=True) File "F:\MEGA\Love_and_Sex_Second_Base-pc\LoSeSb-21.3.0b-pc\renpy\text\text.py", line 640, in __init__ self.paragraphs = self.segment(text.tokens, style, renders, text) File "F:\MEGA\Love_and_Sex_Second_Base-pc\LoSeSb-21.3.0b-pc\renpy\text\text.py", line 1394, in segment raise Exception("Unknown text tag %r" % text) Exception: Unknown text tag ' u r m _ n o t l ' Windows-10-10.0.22621 AMD64 Ren'Py 8.2.1.24030407 Love & Sex : Second Base - 24.3.0a 24.3.0a Mon Apr 8 20:58:59 2024
nice try
so... did urm has close menu hot key?
a little differentPlease add the crash info (traceback.txt). See also:
You reported this issue before. There has to be something else causing this. It works fine on my side.
Please try with only URM installed
Now I understand. You can also close URM by pressing the escape keya little different
last ver just crash when I call urm menu
this time only crash when I move mouse to close menu button
edit: use clean game still happen