nwnxee / unified

Binaries available under the Releases tab on Github
https://nwnxee.github.io/unified
GNU General Public License v3.0
130 stars 92 forks source link

Add message argument to NWNX_Player_StartGuiTimingBar #124

Closed weavejester closed 6 years ago

weavejester commented 6 years ago

The GUI timing bar in the Player plugin is a neat little UI bonus that NWNX provides, but I wonder if it's possible to add a message argument to the timer bar? So instead of being blank, or being "Resting" in the case of the default rest bar, a custom message like "Building" or "Fixing" could be added.

Is this feasible, or does the underlying architecture of the NWN binary prevent this?

mtijanic commented 6 years ago

Not possible without base game changes. We requested this before, but it is so niche it's not on beamdog's radar.

weavejester commented 6 years ago

I suspected that might be the case, as it seemed an odd omission otherwise. Thanks anyway!