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

5.00 star(s) 3 Votes

ArunPrime

Member
Nov 5, 2022
248
303
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
79
71
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
276
628
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
 
  • Like
Reactions: Feyd

Poison-Idea

Newbie
Feb 13, 2019
79
71
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
885
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
276
628
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.
 
  • Like
Reactions: Feyd

FaceCrap

Active Member
Oct 1, 2020
885
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
885
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
206
299
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:

Sennistrasz

Active Member
Oct 6, 2020
575
656
Is there meant to be an invisible box on the top right corner? Not compatible with games that has something there.
 

Maxiom

Member
Jul 31, 2020
206
299
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
276
628
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.
 

MayhemSixx

Newbie
Jul 3, 2022
44
58
Hi ZLZK, awesome mod! Quick question though, I'm playing Another Chance with UCD installed and I get this bug :
You don't have permission to view the spoiler content. Log in or register now.
I've also gone and checked the code of the dialog choice that brings the issue :
You don't have permission to view the spoiler content. Log in or register now.
It happens on most choices in this game, but not all. If I click "Ignore", it always acts as if I picked the last displayed choice. I've looked around but couldn't find what caused it, except if this game has a real specific way to open choice menus. Do you know what is happening?
 

ZLZK

Member
Modder
Jul 2, 2017
276
628
It happens on most choices in this game, but not all. If I click "Ignore", it always acts as if I picked the last displayed choice. I've looked around but couldn't find what caused it, except if this game has a real specific way to open choice menus. Do you know what is happening?
Text is cut short.

From below left part is missing:
u'{/b} {size=-2}{color=#ea3}Mc: {color=#ee3}Charisma{/color}{/color}{/size} {color=#3e3}(+1){/color} {b}]{/b}{/color}{/size}{/plain}'
Missing part:
u'"Am I alone?"\n{plain}{size=-2}{color=#e63}{b}['

As you can see tag is opened in missing part.

Game probably has changed menu function, you can look into that.
 
  • Like
Reactions: Feyd and MayhemSixx

DraxisSilencer1000

Well-Known Member
Aug 26, 2020
1,275
624
Just what exactly is different on this new version?

The one I'm still using is the 4 file mod (i.e. _ucd.rpy, config.rpy, _ucd.rpyc, and config.rpyc) as when I tried to use this new one then nothing changes at all.

I expected it'd function the same as this old one I just mentioned.
 
5.00 star(s) 3 Votes