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

5.00 star(s) 4 Votes

ZLZK

Member
Modder
Jul 2, 2017
280
700
When will the update be done?
I have done close to nothing and I don't know when I will resume work on it.
I was busy and I don't feel like coding.


Update plan:

1. Complete rework.
(To make use of my new/better ways of doing things.)
You don't have permission to view the spoiler content. Log in or register now.
2. Complete interface. (Various screens for in-game interactions.)
You don't have permission to view the spoiler content. Log in or register now.
3. New mechanics. (Some implementations require custom modules.)
You don't have permission to view the spoiler content. Log in or register now.
4. Improvements & Bug fixes.
You don't have permission to view the spoiler content. Log in or register now.
 

Vortex@

Active Member
Jun 28, 2022
547
1,369
Some kind of tooltip errors in Brighton City Empire with the mod when opening the phone. Soon as you cursor over the screen it crashes. Remove the mod and all is well
You don't have permission to view the spoiler content. Log in or register now.
 

ZLZK

Member
Modder
Jul 2, 2017
280
700
Some kind of tooltip errors in Brighton City Empire with the mod when opening the phone.

Same issue as:
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

Actually fixing it is quite simple.
You just need to change def show_tooltip(self, label_name):
to def show_tooltip(self, label_name, *args, **kwargs):
in game/_mods/ZLZK/_mods/UCD/scripts/extras/tooltip.rpy file.

But I didn't give this fix before because it's ignoring problem instead of solving it.
I mean there might be a need to handle other arguments,
but I don't know of it, and wasn't and am not going to find out anytime soon.
 

OmegaBlazerX

Newbie
Mar 16, 2018
22
10
I just hope you finish update the mod i normally use it in a lot of games it helps a lot for me i like to say keep things simple on improvements overall it's a good mod for me.
 

FaceCrap

Active Member
Oct 1, 2020
935
668
ZLZK any idea how to get around this one in Shunshine Love Chapters 1, 2 and 3?

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

EDIT: Same error occurs in Ch2 and Ch3. All 3 Chapters unmodded (apart from this one)

EDIT2: Nevermind, found the cause, should have realized since there's no LabelOverridesSwitch in UCD.

Heads Up for anyone experiencing the same, it's the ipatch that causes it, and it will also prevent URM from working if you thought to use that instead.
 
Last edited:
5.00 star(s) 4 Votes