ESOUI

ESOUI (https://www.esoui.com/forums/index.php)
-   AddOn Search/Requests (https://www.esoui.com/forums/forumdisplay.php?f=165)
-   -   Move the HIDDEN notifier for stealth? (https://www.esoui.com/forums/showthread.php?t=9330)

neiljwd 08/09/20 10:27 PM

Move the HIDDEN notifier for stealth?
 
https://www.esoui.com/downloads/info...ealthText.html
https://www.esoui.com/downloads/info...etStealth.html

These 2 addons REmove the HIDDEN text from the reticule when you go into stealth. It is possible instead to move it? I'd like to move it down another 25% of the screen so its about my feet in 3rd person.

Baertram 08/10/20 04:53 AM

Should be possible, have testes this ingame with the following scripts in chat:

Code:

/script ZO_ReticleContainerStealthIconStealthText:ClearAnchors()
/script ZO_ReticleContainerStealthIconStealthText:SetAnchor(CENTER, ZO_ReticleContainerStealthIcon, CENTER, 0, 200)



Will clear the old anchors and move the text control 300 pixels down.
You can play around with the 2nd line's value x=0 and y=200 a bit to find your best position.

But this is only for etsting. If you want to always have this you'd need to rebuild one of these addons to not hide, but move the text instead, each time the reticle changes/updates it's state.
Will create a small addon for this

Baertram 08/10/20 05:37 AM

StealthTextMove

Hope this helps, enjoy

neiljwd 08/11/20 06:16 PM

Amazing!
 
It's BRILLIANT! Thank you so much Baertram!!

neiljwd 08/12/20 11:58 PM

Quote:

Originally Posted by Baertram (Post 42073)
StealthTextMove

Hope this helps, enjoy

Helps a lot ty!
I have commented on the mod itself but posting here too;

What would make it even better would be the same functionality it has when moving, when actively robbing a container. The HIDDEN seems to jump back up to the centre cross hair. I am playing on game pad and its really annoying coz the item display hides the stealth indicator :(

Baertram 08/13/20 06:53 AM

See my answer in the addon comments so we do not duplicate each text!


All times are GMT -6. The time now is 01:05 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2014 - 2022 MMOUI