From OP:having some issues with Queen Trainer, wont start with the tool, crashes instead. Crash log bellow.
Code:... Ren'Py 6.18.3.761
From OP:
Windows-10-10.0.19045I'm experiencing the same problem as the user above me in the game Thot on Trial. The error happens during the middle of the splashscreen loading bar.
My reply was to the post above yours -- although the error looks similar, the reason is different for "Thot on Trial": the game seems to (somehow successfully) prevent loading any additional scripts. I haven't had time yet to check the scripts though, otherwise I might also have replied to your previous post
OK, I was going to report the same thing for ToT, but guess you are already looking in on it.My reply was to the post above yours -- although the error looks similar, the reason is different for "Thot on Trial": the game seems to (somehow successfully) prevent loading any additional scripts. I haven't had time yet to check the scripts though, otherwise I might also have replied to your previous post![]()
I'm experiencing the same problem as the user above me in the game Thot on Trial.
I got a quick fix for you (without having looked at the game scripts at all, because it's quite late for me already...)OK, I was going to report the same thing for ToT, but guess you are already looking in on it.
lib\python3.9\multiprocessing
within the game's directory to something like multiprocessing.old
...).I might wait myself, as ZLZK mod still works with it as is. I normally like to do the 1, 2 punch of both, but fine with just the 1. Thank you though for figuring out a temporary fix.I got a quick fix for you (without having looked at the game scripts at all, because it's quite late for me already...)
In case you don't know what "unren" is or how it works, see this (it's quite an old version I think, there might be newer/better versions out there, but it's the one I still use. Only thing to note: for decompile to work, I have to rename the
- Install the game
- Also install the "Crack" for the game that's linked in the game's OP
- This will allow you to "unren" the game!
- Install URM
- "unren" the game (which will also unren URM, because we've already added it to the game -- this is important!)
- Optional: you can delete all *.rpa files after a successful "unren" to save some disk space
- You also need need to decompile the *.rpyc files, otherwise it won't work -- another important step!
View attachment 4308406
- Run the game, and URM should load as expected...
View attachment 4308465lib\python3.9\multiprocessing
within the game's directory to something likemultiprocessing.old
...).
And if you don't want to hassle with this stuff yourself, wait until someone smarter than me figures out what scripts to change so it loads URM just fine without having to unren and decompile the game ;-)
I don't mind decompiling the game, but the 15 script files in the game failed to decompile even with the patch...I got a quick fix for you (without having looked at the game scripts at all, because it's quite late for me already...)
I know, but you don't have to worry about those files. The main thing that needs to be extracted and decompiled is URM, which should be successful. It might even work without extracting/decompiling the game's files at all...I don't mind decompiling the game, but the 15 script files in the game failed to decompile even with the patch...
This would be seriously interesting metaprogramming, but also may not be possible, depending on how renpy compiles downYou mean find places in the code where a variable is modified? Not something I'm looking to implement. It would be pretty complicated to get this even close to reliable.
$
. It might be as simple as hooking into the store and wrapping some of its built in functions, but I am not a python expert, so this is probably me oversimplifying.Without any more information, nobody will be able to help you. Please explain your issue in more detail (what game are you playing, what are you trying to achieve, what are the steps you're doing etc.).sigh ....at this point I willing to pay someone to do the replay scenes for me. The info on the first page is not working for me.
URM's codeview already kind of detects variable changes. Things likeThis would be seriously interesting metaprogramming, but also may not be possible, depending on how renpy compiles down$
. It might be as simple as hooking into the store and wrapping some of its built in functions, but I am not a python expert, so this is probably me oversimplifying.
$ somevar += 1
are doable, but there are many edge cases. Like variables that are modified through a function or screen.In the Options -> Notifications screen you can turn off Choices notifications and others.how do i turn off this and similar text that keeps appearing in the upper left. when i want to cheat i already do ALT + M. why does it have to keep appearing in the upper left
View attachment 4315313
Works fine on my side. Do you maybe have a save right before the issue occurs for you?I am encountering an error with the newest version of a game. I did a quick search through the thread and didn't find anything on point. Any help would be great!
You don't have permission to view the spoiler content. Log in or register now.
Thanks in advance!
is_patched
variable.URM 2.5: Variable ignore option
thank youURM 2.5: Variable ignore option
Here's a new major release of URM. The main new feature it the possibility to ignore variables in path detection and in the codeview. This could be useful when you for example have a game that constantly checks ais_patched
variable.
You can enable/disable this after remembering a variable.
Changelog:
- Added option to ignore variables in path detection and/or codeview
- Implemented custom tooltips system (prevents issues with games that use Ren'Py's system in an unconventional way)
- List all possible items when searching nothing (an empty string)
- Fix: Progressbar total could be 1 off