Hello, Is it possible to show Status Bonus templates in ORK HUD Status Text Content component?
I'm currently using Status bonus for equipment but certain equipment also use Status Bonus Template.
When it comes to the description, the description does reflect the bonuses from both the Custom Bonus and Status Bonus Template in the Bonus Settings. But when it comes to the ORK HUD Status Text Content UI it only reflects the Custom Bonus but not the Status Bonus Template.
Status bonuses are displayed as a total bonus, i.e. all bonuses combined - including custom and template bonuses added to the equipment (or whatever else you display). Both the text code in description and in the HUD content component use the same functionality to get the bonus information.
Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found. If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
Ok so after some digging I found the issue. Apparently if I have a status value that uses Normal Settings -> Combined Value, it works as intended in the description but in the HUD Content Component it does not. It may be a bug seeing that if I do remove the Combined Value and leave it empty, it works as intended and shows up in the HUD Content Component. I could be wrong but I've attached an image that has the description and the HUD content side by side. I have STR, AGI and INT which all three uses Combined Value. But in this image I turned off STR's combined value to test it. STR then works while AGI and INT does not display anything. https://1drv.ms/i/s!AtneEP9h5F1tmopBUsyaY4dqYynkoA?e=3zIK2h
Ah, that's status preview, something completely different :)
However, working fine on my end, so it's most likely an issue with your combined value formulas. The formula has to also add the status value itself to add the bonuses it receives. At the stage of the formula calculation, the combined value stat will only consist of the stat's own value and bonuses, not the final result of the combined value calculation.
In short, make sure you use a Status Value node for the status value itself in the combined value formula.
Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found. If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
Aah, sorry for the confusion there. And yes, that was it. In my formula I had the value node instead of the status value node. Everything now works as intended. Thanks GIL!
Both the text code in description and in the HUD content component use the same functionality to get the bonus information.
If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
Apparently if I have a status value that uses Normal Settings -> Combined Value, it works as intended in the description but in the HUD Content Component it does not.
It may be a bug seeing that if I do remove the Combined Value and leave it empty, it works as intended and shows up in the HUD Content Component.
I could be wrong but I've attached an image that has the description and the HUD content side by side. I have STR, AGI and INT which all three uses Combined Value. But in this image I turned off STR's combined value to test it. STR then works while AGI and INT does not display anything.
https://1drv.ms/i/s!AtneEP9h5F1tmopBUsyaY4dqYynkoA?e=3zIK2h
However, working fine on my end, so it's most likely an issue with your combined value formulas. The formula has to also add the status value itself to add the bonuses it receives. At the stage of the formula calculation, the combined value stat will only consist of the stat's own value and bonuses, not the final result of the combined value calculation.
In short, make sure you use a Status Value node for the status value itself in the combined value formula.
If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
And yes, that was it. In my formula I had the value node instead of the status value node.
Everything now works as intended.
Thanks GIL!
EP