I really like the path/if-statement detector, but on some scenes it's really, really fast and is essentially unclickable as it just immediately loads the scene. Is there any way to make sure the detector persists for at least one click?
I really like the path/if-statement detector, but on some scenes it's really, really fast and is essentially unclickable as it just immediately loads the scene. Is there any way to make sure the detector persists for at least one click?
That's going to be a challenge, but I like challengesI second that above post. If possible make it persistent where it appears in between scenes. Again, if it is possible only then.
bro does anyone know how to solve the problem of some games that any place you click keeps opening the patreon page directly without letting you playThat's going to be a challenge, but I like challenges
What probably happens is that the action before the path is forwarded automatically. In most cases you would have a text/dialogue before a path and you need to click to continue the dialogue. But you could for example have a dialogue that forwards automatically, in this case the detection would automatically disappear again.
In reality it will probably something else then an automatically forwarding dialogue.
AttributeError: 'ADVCharacter' object has no attribute '_getframe'
L73 # else:
L74 # use URM_iconbutton('\uf0dc', 'Move', action=SetLocalVariable('movingLabelName', labelName), inline=True)
## And lines
L116 #else:
L117 # textbutton '\uf0dc' style_suffix 'icon_button' tooltip 'Move' action SetLocalVariable('movingLabelName', labelName)
You are totally right, I've found that this game does indeed override the sys variable at _npcs to use it as their 'system message' ingameThis means that in this game they've assigned a character to the variable "sys". Which is aYou must be registered to see the linksthat's also used inside Ren'Py, thus it could create some strange issues. (in short: the game broke something inside Ren'Py, it's not an URM issue)
Big City's Pleasureswhat is the game from screenshots?
This means that in this game they've assigned a character to the variable "sys". Which is aIncredible tool you've made there, thank you, its very helpful.
I've found a bug on Cure my addiction ch1.
When you save a Label and go to the Alt+M menu. When you select to display the saved labels, it'll crash with:
Code:AttributeError: 'ADVCharacter' object has no attribute '_getframe'
You don't have permission to view the spoiler content. Log in or register now.
The replay still works fine when going through it by searching labels or at choices.
Its just the saved labels screen that is crashing.
---Edit
It seems its the creation of the 'Move' command that is breaking things
If I comment both Thumbnails/List versions of the Move button it works
at file 'screens/labels.rpy.x52'
The replay function works now, there is no displayed thumbnail image but that is another problem not related to the crash I think.Code:L73 # else: L74 # use URM_iconbutton('\uf0dc', 'Move', action=SetLocalVariable('movingLabelName', labelName), inline=True) ## And lines L116 #else: L117 # textbutton '\uf0dc' style_suffix 'icon_button' tooltip 'Move' action SetLocalVariable('movingLabelName', labelName)
That's a nice example!Again this new feature is incredible I really love it ,you don't have to worry about a walkthrough or search the threads for the answer and don't have even to Wright anything just click select and you are good to go![]()
riddler_01
contains the word "piano" is would do this: 'piano' in riddler_01.lower()
What errors?? Please attach the errors along in here. Mine worked fine. I think this version is flawless. The next version will likely add new features. Whatever bugs were there are no more. Thnx for this MODThe URM shows error with the latest version of Life in Santa County and EvesStory
SorryThe URM shows error with the latest version of Life in Santa County and EvesStory
Sorry the Life in Santa County was due to another mod.But th Eve's STory still gets error.What errors?? Please attach the errors along in here. Mine worked fine. I think this version is flawless. The next version will likely add new features. Whatever bugs were there are no more. Thnx for this MOD
the version they made eve's story in is ancient (circa 2015-2016)Exception: 0x52: Incompatible Ren'Py engine version
Windows-8-6.2.9200
Ren'Py 6.99.8.959
Eve's Story v0.91
Are you saying you change a value and then save an .URM file?This mod does not work, which I set the value for girls, for example, 200 experience, I click save, then I click on the file that I saved and click on the girl and the value of 200 is not there .
I have to check if I can reproduce this. Could it be that both games are running Ren'Py 7.4.11.x?So I encountered this error with two different games now. Both times i just could not save anymore, it threw this error every time. Doesn't matter if I try to save trough the mod or normally, I can keep playing but never save. Also all Autosave dissapear unfortunately, they are just gone after closing the game.
You don't have permission to view the spoiler content. Log in or register now.
I don't think it makes sense to track every possible variable change. You can pick certain variables and follow them on the watchpanel.Speaking of challenges, perhaps in the future there could be an option to have that little ticker notification for whenever the game modifies variables?
You're talking about the "code" button? This doesn't look only directly after the choice, but it tries to look ahead as far as possible. (normally this would mean it looks for code blocks until some other choice, a path or a jump is encountered)Sometimes the changes to variables don't occur during the choice itself but happens several slides down the line, and it would be nice to keep track of them.
I just tested Healslut with URM and didn't encounter any issues.So I encountered this error with two different games now. Both times i just could not save anymore, it threw this error every time. Doesn't matter if I try to save trough the mod or normally, I can keep playing but never save. Also all Autosave dissapear unfortunately, they are just gone after closing the game.
You don't have permission to view the spoiler content. Log in or register now.
Yes, seems like it. The other game wasI have to check if I can reproduce this. Could it be that both games are running Ren'Py 7.4.11.x?
Both times it seemingly happened out of nowhere - I didn't save for quite some time and then when I tried it suddenly didn't work even though it did before. I know I used the saving feature of the mod for Healslut, because the game does not have a named saves feature. That's the only thing I did apart from changing a single value (gold) once at the very start of the game, but I doubt that would cause this error.I just tested Healslut with URM and didn't encounter any issues.
Is there something specific that you do that causes the error?