Show Att Values - BLCM/wlmods GitHub Wiki
Author: Apocalyptech
Contact: https://apocalyptech.com/contact.php
Last Updated: October 11, 2022
Most Recent Version: 1.0.0
In Categories: Resource Mods
License: Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)
View Mod Folder |
Show Att Values
OHL (local file): Right click and "Save Link As" OHL (web loading): Create a shortcut by dragging into a folder |
Resource mod to show the current value of some attributes in-game, for modding purposes. Edit the mod-generation script to specify the attrs you're interested in, regen the mod, and they'll show up in the "stats" section of the Chaos Mode menu. Obviously this would require using a save which has Chaos Mode already unlocked.
The pre-configured attributes to be displayed are the character-weighting attributes ordinarily used for armor part weighting.
Note that if you've got access to a Wonderlands-capable PythonSDK, it's a lot nicer to just pull attribute values out of that, instead.
Resource mod to show the current value of some attributes in-game, for
modding purposes. Edit the mod-generation script to specify the attrs
you're interested in, regen the mod, and they'll show up in the "stats"
section of the Chaos Mode menu. Obviously this would require using a
save which has Chaos Mode already unlocked.
The pre-configured attributes to be displayed are the character-weighting
attributes ordinarily used for armor part weighting.
Note that if you've got access to a Wonderlands-capable PythonSDK, it's
a *lot* nicer to just pull attribute values out of that, instead.
Generated by gen_show_att_values.py
Adding new UIStat Objects
v1.0.0 - Oct 11, 2022
- Initial release