Thread Tools Display Modes
08/09/20, 10:27 PM   #1
neiljwd
 
neiljwd's Avatar
Join Date: Feb 2014
Posts: 5
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.
  Reply With Quote
08/10/20, 04:53 AM   #2
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,912
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

Last edited by Baertram : 08/10/20 at 05:20 AM.
  Reply With Quote
08/10/20, 05:37 AM   #3
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,912
StealthTextMove

Hope this helps, enjoy
  Reply With Quote
08/11/20, 06:16 PM   #4
neiljwd
 
neiljwd's Avatar
Join Date: Feb 2014
Posts: 5
Smile Amazing!

It's BRILLIANT! Thank you so much Baertram!!
  Reply With Quote
08/12/20, 11:58 PM   #5
neiljwd
 
neiljwd's Avatar
Join Date: Feb 2014
Posts: 5
Lightbulb

Originally Posted by Baertram View Post
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
  Reply With Quote
08/13/20, 06:53 AM   #6
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,912
See my answer in the addon comments so we do not duplicate each text!

Last edited by Baertram : 08/13/20 at 06:55 AM.
  Reply With Quote

ESOUI » AddOns » AddOn Search/Requests » Move the HIDDEN notifier for stealth?

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off