Download
(2 Kb)
Download
Updated: 06/08/22 07:33 AM
Pictures
File Info
Compatibility:
Necrom (9.0.0)
High Isle (8.0.0)
Updated:06/08/22 07:33 AM
Created:09/04/15 11:23 AM
Monthly downloads:163
Total downloads:22,855
Favorites:25
MD5:
No compass  Popular! (More than 5000 hits)
Version: 11.101034
by: hatsune681 [More]
This very simple addon allows to hide compass, adds 2 commands to activate and deactivate it,
/compyes and /compno and a binding to toggle it in command options.

The compass status is saved in an accountwide variable to keep it accross sessions.

There is no warranty it can be run with other addons (see my favourites to know compatible addons ). I just wanted to share this possibility with other players who also like immersion. Hope this helps

Note 2023-06-06 seems to be okay with Necrom
11.101034
Updated API version number
Fix : chat commands didn't update internal status
10.101032 Updated API version number
10.101031
Changed how pins and hidden (moved to [16384, 16384])
Updated versions numbers
Known bugs : you will see the pins if you have a huge screen
9.100036 Updated API version number
9.100033 Added option to display/hide status at start and when changed
8.100033 Updated API version number
8.100032 Updated API version number
8.100031 Updated API version number
8.100030 Updated API version number
8.100029
Updated API version number
Removed unrelated /l2XX commands. Let me know if you need them as I've put them in a separated private addon.
7.100028
Updated API version number
Fixed bug where frame wasn't appearing on boss bars
Added debug message to show compass status
Still compatible with HarvestMap addon

6.100027 Updated API version number
6.100021 Updated API version number
6.100019 Updated API version number
6.100017 Updated API version number
6.100016 Updated API version number
6.100015 Updated API version number
6.100014 Added key binding option
5.100014 Corrected a bug which let text above compass visible if present when hiding compass
4.100014 Updated API version number
4.100013 Updated API version number

4.100012
Use globals instead of functions to get compass components
Minor bug Corrected in event register call

3.100012
Cosmetic changes, added a few error checking inside code
Cosmetic changes in Add-Ons menu
Optional Files (0)


Archived Files (2)
File Name
Version
Size
Uploader
Date
10.101032
2kB
hatsune681
11/07/21 06:43 AM
10.101031
2kB
hatsune681
09/01/21 10:42 AM


Post A Reply Comment Options
Unread 01/20/24, 04:20 AM  
SSM24
 
SSM24's Avatar
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 4
Uploads: 3
Very nice little addon. I like how I can toggle with a keybind so I can still use the compass if I need, but also keep my eyes from being glued to the top of the screen while I'm doing quests :p
Last edited by SSM24 : 01/20/24 at 04:20 AM.
Report comment to moderator  
Reply With Quote
Unread 12/10/22, 05:03 PM  
Natakiro

Forum posts: 0
File comments: 34
Uploads: 0
Originally Posted by OneSkyGod
Hey Would you be open to remove the Background of the Compass, as a feature for you addon?

With

Code:
function OnLoaded( event, addon )
	if ( addon ~= "XX" ) then return end
	local compass_center = WINDOW_MANAGER:GetControlByName("ZO_CompassFrame", "Center")
	compass_center:SetHidden(true)
	local compass_left = WINDOW_MANAGER:GetControlByName("ZO_CompassFrame", "Left")
	compass_left:SetHidden(true)
	local compass_right = WINDOW_MANAGER:GetControlByName("ZO_CompassFrame", "Right")
	compass_right:SetHidden(true)

end
Code by "Compass BG-b-gone (Revived) by : SK1TZ0FR3N1K ["
I agree! I use that addon and would like to see the background still transparent when I do have it shown while using this. Sadly they don't work together and I have no clue how to make them cooperate.
Report comment to moderator  
Reply With Quote
Unread 11/13/22, 10:03 PM  
OneSkyGod
AddOn Author - Click to view AddOns

Forum posts: 11
File comments: 60
Uploads: 1
Hey Would you be open to remove the Background of the Compass, as a feature for you addon?

With

Code:
function OnLoaded( event, addon )
	if ( addon ~= "XX" ) then return end
	local compass_center = WINDOW_MANAGER:GetControlByName("ZO_CompassFrame", "Center")
	compass_center:SetHidden(true)
	local compass_left = WINDOW_MANAGER:GetControlByName("ZO_CompassFrame", "Left")
	compass_left:SetHidden(true)
	local compass_right = WINDOW_MANAGER:GetControlByName("ZO_CompassFrame", "Right")
	compass_right:SetHidden(true)

end
Code by "Compass BG-b-gone (Revived) by : SK1TZ0FR3N1K ["
Report comment to moderator  
Reply With Quote
Unread 06/08/22, 07:37 AM  
hatsune681
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 29
Uploads: 3
Re: Seems to turn on and off at random sometimes

Originally Posted by Poingg
I really love this addon, it's so good for immersion.

But frequently after a few seconds of obeying the /compyes command, it will swap off again, overriding the command that was entered.

This happens both mounted and unmounted. Anyone else having this behavior?

Yes I have other addons, but no big UI overhauls like Bandit's or anything.
This didn't happen using the keyboard shortcut you can set in command settings, I completely forgot to update the internal state value when using chat commands. Sorry. It should work now.

Regards

Note : I just take the login reward since months and can find how to get email notice on comments in the forums. This is why I took so much time.
Report comment to moderator  
Reply With Quote
Unread 01/09/22, 12:23 AM  
Poingg

Forum posts: 0
File comments: 5
Uploads: 0
Seems to turn on and off at random sometimes

I really love this addon, it's so good for immersion.

But frequently after a few seconds of obeying the /compyes command, it will swap off again, overriding the command that was entered.

This happens both mounted and unmounted. Anyone else having this behavior?

Yes I have other addons, but no big UI overhauls like Bandit's or anything.
Last edited by Poingg : 01/11/22 at 08:41 AM.
Report comment to moderator  
Reply With Quote
Unread 09/01/21, 06:06 AM  
hatsune681
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 29
Uploads: 3
Originally Posted by Nostrabar
Just a heads up, this addon breaks HarvestMap as of (at least) Flames of Ambition.
I know that as I also use harvestmap ☺.
If the compass is hidden then filtering "only spawned" spots doesn't work. (harvestmap cannot keep track of spawning resources if compass is hidden)

I have to completely change the way to not display it while keeping it unhidden and find how to implement that.

regards
Report comment to moderator  
Reply With Quote
Unread 07/25/21, 02:40 AM  
Nostrabar

Forum posts: 0
File comments: 1
Uploads: 0
Just a heads up, this addon breaks HarvestMap as of (at least) Flames of Ambition.
Report comment to moderator  
Reply With Quote
Unread 01/10/20, 02:49 AM  
Alessondria

Forum posts: 0
File comments: 93
Uploads: 0
I realize this add-on is really old but it still works and is one of the essential tweaks I enjoy for my game. SO thanks!

I personally do not want the message on login that its hidden. Mucked around in the LUA and deleted the chunk about the message to display which does resolve the issue! But now I get a error message because it wants to send a callback but there is none. Looked through the thing and no idea what I need to delete now.

Mind telling me the chunk I need to remove now? I will not include it in another mod or reupload it. Just personal use as I don't like that message. I have enough other system messages at login anyways. Its fine if you would rather not. But anyways, thank you for making this!
Report comment to moderator  
Reply With Quote
Unread 10/03/16, 05:57 PM  
OSean980

Forum posts: 15
File comments: 127
Uploads: 0
The addon works great, but I found two circumstances that have funny behavior.
1) If standing in an area that is marked with a blue circle for a quest, the top part of the screen will have a blue outline even when the compass is not present. It's just an empty blue box.
2) When fighting a boss, the boss health bar at the top of the screen has no background and is just the red part of the health bar. I could get used to this if it didn't have the two golden icons on the left and right, but it still wouldn't look how it's supposed to.
Report comment to moderator  
Reply With Quote
Unread 06/30/16, 10:39 AM  
PAPYFROG

Forum posts: 0
File comments: 32
Uploads: 0
Very Nice!!!

Originally Posted by Vagrant Zero
Thanks for this addon! I've had trouble with some of the other hide compass addons but this one does the trick.
Totally agree, I had bug using "Minimap" hidding options with "TiEmote" addon. With your addon, everything works perfectly.

Cheers and
Report comment to moderator  
Reply With Quote
Unread 09/04/15, 09:59 PM  
Vagrant Zero

Forum posts: 1
File comments: 29
Uploads: 0
Thanks for this addon! I've had trouble with some of the other hide compass addons but this one does the trick.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: