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

5.00 star(s) 3 Votes

FaceCrap

Active Member
Oct 1, 2020
882
619
That doesn't seem right, all the releases of this mod-
in this thread should not have this issue.
Well, don't know what to say, as you can see from the screenshot, it happened, but doesn't matter now, it's fixed.

This mod doesn't alter choice screen in any regard.
You probably missed the edit I made. Figured it was something else, turns out that gui.rpy had this setting define gui.button_text_xalign = 0.0.
Modified it and options are fully centered again. Weird thing is that single line choice options still are centered with that value and only multi-line choice options are left-justified with regard to the lines itself.
 
Last edited:

neymarhexa

New Member
Jul 28, 2022
12
106
wanted to clear a doubt. I play Being a Dik, and I translate the game myself into my native language, which is "Portuguese". should i put the mod before translating or after translating the game? and another question, how can I disable all other functions of the mod? and leave only the function to show which choice will give rp+, rp-, and if the choice changes it will give Dik or chick points. thank you in advance .
 

ZLZK

Member
Modder
Jul 2, 2017
275
596
should i put the mod before translating or after translating the game?
This mod should not affect translations.
Any time is fine.

how can I disable all other functions of the mod?
You can change options in "game/_ZLZK/UCD/config.rpy" file.

I play Being a Dik
There should be a better mod than this for that game.
Mine is not accustomed to specific games.
It's meant to be used as an alternative if there is not any other.
 
  • Like
Reactions: neymarhexa

neymarhexa

New Member
Jul 28, 2022
12
106
This mod should not affect translations.
Any time is fine.


You can change options in "game/_ZLZK/UCD/config.rpy" file.


There should be a better mod than this for that game.
Mine is not accustomed to specific games.
It's meant to be used as an alternative if there is not any other.
Yes. there are several mods for BaD. But most have a very ugly design and a very "polluted" screen, and they are also on the developer's blacklist, so there are locks in the original code to bar these mods. I was looking for a "mod" that would only show which choices give positive relationship points and which are negative points, and which choices are "DIK" or "CHICK", the only one I found to be more or less that was yours.

I'll try to see if I understand how to disable the other functions, but I'm sure I won't understand and I'll break the script hahahahaha. But thanks anyway, have a great day.
 
Feb 7, 2022
197
167
in the most recent versions of this mod it has been giving errors in several games, the January version of the mod that was apparently the first to be released works normally (Error details are in the attached txt) and it was using joiplay to emulate the PC version on Android
 

ZLZK

Member
Modder
Jul 2, 2017
275
596
in the most recent versions of this mod it has been giving errors in several games, the January version of the mod that was apparently the first to be released works normally (Error details are in the attached txt) and it was using joiplay to emulate the PC version on Android
I can make my mod ignore this error.
But I can't fix it without knowing what is causing it.
The error only tells that instead of int value,
it got StoreModule value.
Either game has an error.
Or my mod wasn't able to get int value.
 

ZLZK

Member
Modder
Jul 2, 2017
275
596
I have made my mod ignore value crash when debug disabled.
Otherwise it is displayed as an Error.

I have also added ignore option instead of debug.
If enabled: Each invalid config replaced with default value.
If disabled: Each invalid config reported.
 

UncleFredo

Well-Known Member
Aug 29, 2020
1,934
3,646
Just wanted to thank you for this mod! I've used it with a number of VNs, sometime in conjunction with URM, but either way I must admit that I'm seriously impressed by its effectiveness and ease of use. Really nice! Thank you for your hard work and thinking "outside the box". A truly excellent contribution to us all.

Oh and for any who are curious, I use a Mac and this works like a champ on that platform.
 

benbendeben

New Member
Jul 30, 2022
13
1
Hello, the game used to be in English. After I converted it into Chinese, I used your file, which can normally show my liking. However, my Chinese is gone, so the dialog option is changed to English.
 

ZLZK

Member
Modder
Jul 2, 2017
275
596
Hello, the game used to be in English. After I converted it into Chinese, I used your file, which can normally show my liking. However, my Chinese is gone, so the dialog option is changed to English.
Mod should be able to display translations.
How did you translate it?
And does it work without mod?
 

stefano luca

Newbie
May 6, 2020
61
7
Universal Choice Descriptor

Overview:

After doing some other universal mods,
I decided to give it a try with a WT mod.


Mod works in real-time.
Mod may not show every variable changes.
Mod may show not accurate variable changes.
Mod doesn't show up if there isn't at least two selectable choices.
And it doesn't show same variable changes present in all selectable choices.


Variable changes are dependent on previous choices.
Meaning: Choice variable changes may differ based on previous choices.
And highest points changes may not lead to best outcomes.

Modder: ZLZK
Mod Version: 2023-04-07
Ren'Py Version: any (untested below 6.99.13)

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

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

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

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

In the process of getting variable changes,
side effects may occur due to bad game design!


Download: F95ZONE

Inspired by Global WT Mod by fergz.
WHAT I NEED TO DO IN THIS SITUATION



I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/game/_ZLZK/UCD/__ucd.rpy", line 10, in script
init -1000 python:
File "game/game/_ZLZK/UCD/__ucd.rpy", line 10, in script
init -1000 python:
File "game/game/_ZLZK/UCD/__ucd.rpy", line 20, in <module>
debug = False
TypeError: __call__() got an unexpected keyword argument 'debug'

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "renpy/bootstrap.py", line 331, in bootstrap
renpy.main.main()
File "renpy/main.py", line 560, in main
renpy.game.context().run(node)
File "game/game/_ZLZK/UCD/__ucd.rpy", line 10, in script
init -1000 python:
File "game/game/_ZLZK/UCD/__ucd.rpy", line 10, in script
init -1000 python:
File "renpy/ast.py", line 928, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2245, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/game/_ZLZK/UCD/__ucd.rpy", line 20, in <module>
debug = False
TypeError: __call__() got an unexpected keyword argument 'debug'

Windows-10-10.0.22621
Ren'Py 7.4.11.2266
Roommates 1.0
Mon Jul 10 21:44:05 2023
 

ZLZK

Member
Modder
Jul 2, 2017
275
596
WHAT I NEED TO DO IN THIS SITUATION



I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/game/_ZLZK/UCD/__ucd.rpy", line 10, in script
init -1000 python:
File "game/game/_ZLZK/UCD/__ucd.rpy", line 10, in script
init -1000 python:
File "game/game/_ZLZK/UCD/__ucd.rpy", line 20, in <module>
debug = False
TypeError: __call__() got an unexpected keyword argument 'debug'

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "renpy/bootstrap.py", line 331, in bootstrap
renpy.main.main()
File "renpy/main.py", line 560, in main
renpy.game.context().run(node)
File "game/game/_ZLZK/UCD/__ucd.rpy", line 10, in script
init -1000 python:
File "game/game/_ZLZK/UCD/__ucd.rpy", line 10, in script
init -1000 python:
File "renpy/ast.py", line 928, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2245, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/game/_ZLZK/UCD/__ucd.rpy", line 20, in <module>
debug = False
TypeError: __call__() got an unexpected keyword argument 'debug'

Windows-10-10.0.22621
Ren'Py 7.4.11.2266
Roommates 1.0
Mon Jul 10 21:44:05 2023
You can have only 1 copy of my mod in 1 game, having more gives this error.
 
5.00 star(s) 3 Votes