Could you add a feature where a remembered variable is saved so if you quit the game and reload after quitting the variables are remembered.
Um... you are looking for the save/load buttons in the right top of URM?Could you add a feature where a remembered variable is saved so if you quit the game and reload after quitting the variables are remembered.
I don't know of anything, and this is the wrong thread to ask. Please check the "Mods" or the "Tools & Tutorials" section (both can be filtered to only show RPGM stuff) instead. Good luck!... anyone can tell me does RPGM VN's also have this kind of mod ...
Gwiffin Thank you for the review.
It's a known issue that frozen variables can still change in some cases. This will be addressed in a future release.
This is because your translation also tries to translate URM. It's a known issue that can occur in certain cases, but of course I will be looking for a fix![]()
Next release prevents Renpy from translating URM, but this solution also offers the option to translate URM in the future. That would still take quite some work to implement.Thank you for your response!
May I suggest something? It would be great if you could add support for multiple languages! My English is just okay; while the mod is easy to use, I would really appreciate being able to use this fantastic mod in my native language!
Thank you for your response! It's great to hear that you're considering future updates for multi-language support. I truly believe this will enhance the experience for many users.Next release prevents Renpy from translating URM, but this solution also offers the option to translate URM in the future. That would still take quite some work to implement.
I'm trying to get this game to work on a non-adult steam game called Class of '09 that also uses Ren'Py, but simplay dragging and dropping "0x52_URM.rpa" into the game folder (...\Steam\steamapps\common\Class of '09 The Re-Up\C09RU-1.0\game) does not seem to work. I pressed the alt+m key and m key and nothing pops out. Does anyone know how to get URM to work on Class of '09 (and possibly Class of '09 Re)?
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)?
Since there's no mention of "0x52" in you log.txt it seems like the game doesn't load .rpa files. Are there other .rpa files in the game folder?To add on, the game itself has some original Ren'Py functionality e.g. 'H' key to hide the dialogue box, but gave new functions to certain actions such as scrolling up the mouse wheel skips the entire scene instead of going backwards to the previous textbox.
- Yes, v2.1.1
- [Class of '09] game (it's a non-adult Steam game; unsure if I can post the link that is outside of f95)
- no crash at all, just that the hotkey's Alt+M and M doesn't do anything; there is also no window pop-up at the start of the game upon 1st-time URM installation into the game root folder of the game when pressing Alt+M
- dragging 0x52_URM.rpa to the game folder (...\Steam\steamapps\common\Class of '09 The Re-Up\C09RU-1.0\game)
- no error; log.txt also does not contain any line starting with "0x52"
- OS is Windows 11 Home
- no other mods are installed, game is directly purchased & downloaded from Steam
Nope, there are only .rpyc and .raapy files.Since there's no mention of "0x52" in you log.txt it seems like the game doesn't load .rpa files. Are there other .rpa files in the game folder?
Sounds like they have modified Ren'Py in a way it will not load .rpa files anymore... you could try renaming "0x52_URM.rpa" to "0x52_URM.raapy" (in hope they only changed the extension of the .rpa files).Nope, there are only .rpyc and .raapy files.
Latest enhancements of your mod are amazing. Thanks for keeping your promise.This has been requested a couple of times already. And will be improved in the future.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00action_data.rpy", line 178, in SetLocalVariable
return SetDict(sys._getframe(1).f_locals, name, value)
AttributeError: 'ADVCharacter' object has no attribute '_getframe'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "Week2Exhibition.rpyc", line 6545, in script
File "D:\Games\AVN\PaleCarnations-Ch4Up4-pc\renpy\ast.py", line 708, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "D:\Games\AVN\PaleCarnations-Ch4Up4-pc\renpy\exports.py", line 1345, in say
who(what, *args, **kwargs)
File "D:\Games\AVN\PaleCarnations-Ch4Up4-pc\renpy\character.py", line 1142, in __call__
self.do_display(who, what, cb_args=self.cb_args, **display_args)
File "D:\Games\AVN\PaleCarnations-Ch4Up4-pc\renpy\character.py", line 842, in do_display
**display_args)
File "D:\Games\AVN\PaleCarnations-Ch4Up4-pc\renpy\character.py", line 591, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "D:\Games\AVN\PaleCarnations-Ch4Up4-pc\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\Games\AVN\PaleCarnations-Ch4Up4-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "D:\Games\AVN\PaleCarnations-Ch4Up4-pc\renpy\display\core.py", line 3094, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "D:\Games\AVN\PaleCarnations-Ch4Up4-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "D:\Games\AVN\PaleCarnations-Ch4Up4-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "D:\Games\AVN\PaleCarnations-Ch4Up4-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "D:\Games\AVN\PaleCarnations-Ch4Up4-pc\renpy\display\screen.py", line 430, in visit_all
callback(self)
File "D:\Games\AVN\PaleCarnations-Ch4Up4-pc\renpy\display\core.py", line 3094, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "D:\Games\AVN\PaleCarnations-Ch4Up4-pc\renpy\display\screen.py", line 440, in per_interact
self.update()
File "D:\Games\AVN\PaleCarnations-Ch4Up4-pc\renpy\display\screen.py", line 625, in update
self.screen.function(**self.scope)
File "0x52-URM/screens/main.rpy.x52", line 72, in execute
File "0x52-URM/screens/main.rpy.x52", line 72, in execute
File "0x52-URM/screens/main.rpy.x52", line 82, in execute
File "0x52-URM/screens/main.rpy.x52", line 114, in execute
File "0x52-URM/screens/main.rpy.x52", line 143, in execute
File "0x52-URM/screens/main.rpy.x52", line 158, in execute
File "0x52-URM/screens/main.rpy.x52", line 161, in execute
File "0x52-URM/screens/main.rpy.x52", line 162, in execute
File "0x52-URM/screens/search.rpy.x52", line 5, in execute
File "0x52-URM/screens/search.rpy.x52", line 5, in execute
File "0x52-URM/screens/search.rpy.x52", line 12, in execute
File "0x52-URM/screens/search.rpy.x52", line 76, in execute
File "0x52-URM/screens/search.rpy.x52", line 86, in execute
File "0x52-URM/screens/utils.rpy.x52", line 67, in execute
File "0x52-URM/screens/utils.rpy.x52", line 67, in execute
File "0x52-URM/screens/utils.rpy.x52", line 68, in execute
File "0x52-URM/screens/utils.rpy.x52", line 71, in execute
File "0x52-URM/screens/utils.rpy.x52", line 74, in execute
File "0x52-URM/screens/search.rpy.x52", line 86, in execute
File "0x52-URM/screens/search.rpy.x52", line 87, in execute
File "0x52-URM/screens/search.rpy.x52", line 88, in execute
File "0x52-URM/screens/search.rpy.x52", line 90, in execute
File "0x52-URM/screens/search.rpy.x52", line 93, in execute
File "0x52-URM/screens/search.rpy.x52", line 93, in keywords
File "<screen language>", line 93, in <module>
File "renpy/common/00action_data.rpy", line 178, in SetLocalVariable
return SetDict(sys._getframe(1).f_locals, name, value)
AttributeError: 'ADVCharacter' object has no attribute '_getframe'
Windows-8-6.2.9200
Ren'Py 7.3.5.606
Pale Carnations Ch4Up4
Mon Mar 25 21:20:55 2024