Mod Ren'Py Onhold Universal Choice Descriptor [2024-01-24] [ZLZK]

5.00 star(s) 3 Votes

ArunPrime

Member
Nov 5, 2022
219
235
Hey ZLZK I'm tried universal choice describer in Jury game some of the variables not showing, like relationship points.
I thought let you know about this, if you have time please check it out.
 

Poison-Idea

Newbie
Feb 13, 2019
76
69
Getting this error when i'm using this mod in Shard of my soul 1.7 when hovering over the clothing options. No error without the mod

You don't have permission to view the spoiler content. Log in or register now.
 

ZLZK

Member
Modder
Jul 2, 2017
275
581
Getting this error when i'm using this mod in Shard of my soul 1.7 when hovering over the clothing options. No error without the mod
Looks like my regex pattern is not only getting label_name, but also other arguments of Call/Jump function.
And my function accepts only label_name.

I'm not going to provide fix to this or any other issue in near future.

Since tooltip is optional you can remove it by deleting:
game/_mods/ZLZK/_mods/UCD/scripts/extras
 

Poison-Idea

Newbie
Feb 13, 2019
76
69
Looks like my regex pattern is not only getting label_name, but also other arguments of Call/Jump function.
And my function accepts only label_name.

I'm not going to provide fix to this or any other issue in near future.

Since tooltip is optional you can remove it by deleting:
game/_mods/ZLZK/_mods/UCD/scripts/extras
Thank you! That worked
 

FaceCrap

Active Member
Oct 1, 2020
881
619
Could you please tell me where this hotspot is defined so I can disable it? It doesn't do anything but it's just annoying to see it popup when I want to open URM's Watch Panel.
hotspot.jpg
Someday a game comes along that actually does use that area and I wouldn't know coz I just ignore it... having it disabled in UCD I won't run that risk
 

ZLZK

Member
Modder
Jul 2, 2017
275
581
Could you please tell me where this hotspot is defined so I can disable it?
_mods/ZLZK/scripts/_script.rpy
RPY_config.overlay_screens.append("_mods_ZLZK_overlay")

It doesn't do anything
It does, it opens my ZLZK mod menu when you right click in that area.

but it's just annoying to see it popup when I want to open URM's Watch Panel.
I had no better idea how to implement it.

Someday a game comes along that actually does use that area
It won't happen my hotspot has negative priority,
anything else from game or mod will be triggered instead of it.
 

FaceCrap

Active Member
Oct 1, 2020
881
619
It does, it opens my ZLZK mod menu when you right click in that area.
Ah Right-Click. Didn't think to try that...thanks!

still, offering an uninstall menu, even though considerate, doesn't offer that much extra.
So don't see a problem with disabling it.
 

FaceCrap

Active Member
Oct 1, 2020
881
619
If you don't want to interact with mod in-game that is.
What's there to interact with?

I only have this one installed, and the only option I found in the popup is to uninstall, something I'm not ever inclined to do mid-game
 

Maxiom

Member
Jul 31, 2020
193
246
In No Such Luck, on some choices it gets stuck. The choices don't pop up and the game can't continue.

The strange thing is, after I try to quit the game a couple of times by pressing "x", it eventually displays the options, then I can choose one, and continue the game.

After that, pressing "x" at the top right to close the game works normally again.

Is the "uninstall" while in-game supposed to uninstall this mod?
I tested it and get "uninstallation failed."
I only had "Files" selected, not "Persistent Data."
 
Last edited:

Maxiom

Member
Jul 31, 2020
193
246
Is there meant to be an invisible box on the top right corner? Not compatible with games that has something there.
It's meant to be there. Right click the box to access its purpose.
I believe that games with something there have priority, thus disabling it.

I'm not sure what the uninstall feature removes though.
 

ZLZK

Member
Modder
Jul 2, 2017
275
581
I tested it and get "uninstallation failed."
There was misspelled name in uninstall code for single or all mods.
I don't remember anymore, is was so long ago, and I wasn't able to post fixed version,
since I was in the middle of reworking mod, and I did not finish, a lot to do, and now I'm taking break.

I'm not sure what the uninstall feature removes though.
Just the this mod files that you put in game folder.
Mod directory to be exact.

Persistent is not a problem to clear from code.
Files are different story.

You can delete mod files manually, but to remove mod persistent you would have to find my mod variable.
So you can just do it easily from menu.
 
  • Yay, new update!
  • Like
Reactions: Maxiom and Twistty
5.00 star(s) 3 Votes