Download
(9 Kb)
Download
Updated: 09/02/22 04:25 AM
Pictures
File Info
Compatibility:
Lost Depths (8.1.5)
High Isle (8.0.0)
Updated:09/02/22 04:25 AM
Created:10/19/15 12:32 AM
Monthly downloads:72
Total downloads:6,477
Favorites:6
MD5:
Categories:Action Bar Mods, Info, Plug-in Bars
SwitchBar  Popular! (More than 5000 hits)
Version: 1.3.7
by: manavortex, Razielsoulshadow
A new fix for dOpiate's fix - Now the settings menu works again fully, allowing you to choose your custom icons again. All functions are working to my knowledge with this fix.

Dependencies:
The add-on for all those who keep confusing their weapon bars.

Will display an icon (that you can pick yourself) for every bar that you can drag around and resize and stuff.
Also supports coloured overlays and opacity.

In case you want to include your own icons - the place to go is the SwitchBar.lua. The icons are in the array SwitchBar.iconTextures:



You can also use custom *.dds files - in that case, just add the path from the AddOns folder, as in
Switchbar/myCustomFolder/myCustomIcon.dds

Enjoy!
1.3.7 - Literally just made it work again
Optional Files (1)
File Name
Version
Size
Author
Date
Type
1.3.6
76kB
11/22/20 08:09 AM
Patch


Archived Files (2)
File Name
Version
Size
Uploader
Date
0.95
79kB
manavortex
11/15/15 01:01 AM
0.8
79kB
10/19/15 12:32 AM


Post A Reply Comment Options
Unread 12/15/23, 09:24 PM  
silver1surfer69

Forum posts: 7
File comments: 38
Uploads: 0
Thank you! Thank you! Thank you!
Exactly what i needed. Been playing for years with an outdatet addon but with Basalt Blooded Warrior set i needed exactly this with icons and not with 1 and 2! You made my day!
Report comment to moderator  
Reply With Quote
Unread 10/02/23, 01:29 PM  
NoOneOfImportance

Forum posts: 0
File comments: 18
Uploads: 0
Please Add Icons for "1" and "2"

Please add icons for "1" and "2"

Thank you.
Report comment to moderator  
Reply With Quote
Unread 09/05/22, 01:55 AM  
Baertram
Super Moderator
 
Baertram's Avatar
ESOUI Super Moderator
AddOn Author - Click to view AddOns

Forum posts: 4912
File comments: 5990
Uploads: 78
Addon was revived to Action bar mods as asked for.

if this addon is using any libraries like LibAddonMenu please name them at the start of the addon description so users can find it easily within Minion too.
Thank you
Last edited by Baertram : 09/05/22 at 01:55 AM.
Report comment to moderator  
Reply With Quote
Unread 09/02/22, 04:27 AM  
Razielsoulshadow

Forum posts: 2
File comments: 5
Uploads: 0
In case anyone has this set to receive updates, the addon has been fixed and works as of Lost Depths.
Report comment to moderator  
Reply With Quote
Unread 02/05/16, 06:11 AM  
dopiate
AddOn Author - Click to view AddOns

Forum posts: 142
File comments: 677
Uploads: 11
One Mod so Not to Confuse them All!

Originally Posted by manavortex
Hey,
for some reason, this was not in my watched threads. -.-
Thank you for the fixes! I appreciate someone else doing the work for me )
Then you might want to look here....

Me trying to reach the author!

http://www.esoui.com/downloads/info1....html#comments

Me giving up and putting up the fix:

http://www.esoui.com/downloads/fileinfo.php?id=1235

NOW it's fixed :-)~

-d

ps can we not leave this in one spot? It must be hell for users who want this addon!
Report comment to moderator  
Reply With Quote
Unread 02/05/16, 05:16 AM  
manavortex
 
manavortex's Avatar
AddOn Author - Click to view AddOns

Forum posts: 138
File comments: 511
Uploads: 46
Hey,
for some reason, this was not in my watched threads. -.-
Thank you for the fixes! I appreciate someone else doing the work for me )
Report comment to moderator  
Reply With Quote
Unread 01/31/16, 10:50 PM  
Elsys
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 15
Uploads: 1
A fix for small issues

All problems should be fixed other than possibly color picker not showing current swatch on load however colors save now. Mouse lock unlock works properly and there's a separate option for show always or in combat only.

Might have mouse lock unlock backward IE says false in options but its really true or vice versa. (I think i fixed this already but might still be present)

Also haven't had any that I can recall of the random appearance disappearance bug of late so that might be fixed as well.

Please have a look at submission when available I fixed this myself a few days back but decided to submit now for those that use it. Currently my version is awaiting approval so that is what it is.

http://www.esoui.com/downloads/info1293-SwitchBarRe-reduxBugfixesincluded.html <-- Updated with link

To the original author if you want feel free to merge code and let me know if you do so I can take down my fix.
Last edited by Elsys : 01/31/16 at 10:53 PM.
Report comment to moderator  
Reply With Quote
Unread 11/12/15, 01:11 PM  
dopiate
AddOn Author - Click to view AddOns

Forum posts: 142
File comments: 677
Uploads: 11
Addon Was Updated

Bazinga


-d
Last edited by dopiate : 11/17/15 at 02:13 PM.
Report comment to moderator  
Reply With Quote
Unread 11/07/15, 04:24 PM  
dopiate
AddOn Author - Click to view AddOns

Forum posts: 142
File comments: 677
Uploads: 11
Update?

I can update this and add some changes I made if you want?

Just let me know if you plans to update it.

Thanks,

-d
Report comment to moderator  
Reply With Quote
Unread 10/24/15, 06:02 PM  
dopiate
AddOn Author - Click to view AddOns

Forum posts: 142
File comments: 677
Uploads: 11
Always Show

If you want to have the icon show up always - that is what I've come to prefer

comment out line 191, 192 (just add -- in front of both lines) in SwitchBar.lua

from

Lua Code:
  1. SwitchBarMain:SetHidden(not enteringCombat)
  2. SwitchBar.GetControl(nil):SetHidden(not enteringCombat)

to

Lua Code:
  1. --  SwitchBarMain:SetHidden(not enteringCombat)
  2. --  SwitchBar.GetControl(nil):SetHidden(not enteringCombat)

All you are doing is commenting out the show/hide toggle.

This does not fix the logic issues that causes it to be hidden.

It just creates an empty routine that will never hide the icon.

It's just a band aide.

-d
Last edited by dopiate : 10/24/15 at 06:04 PM.
Report comment to moderator  
Reply With Quote
Unread 10/24/15, 02:15 PM  
dopiate
AddOn Author - Click to view AddOns

Forum posts: 142
File comments: 677
Uploads: 11
total silence

Author has not replied in his forums or the PM I sent him.

Maybe he has just been busy.

I've been making some fixes/improvements on my local copy -- I sent him info on it.

Odd that you would release a NEW addon and vanish.

I hope he's ok.

-d
Last edited by dopiate : 10/24/15 at 02:20 PM.
Report comment to moderator  
Reply With Quote
Unread 10/23/15, 06:21 AM  
dopiate
AddOn Author - Click to view AddOns

Forum posts: 142
File comments: 677
Uploads: 11
Same bug

Originally Posted by k2_eso
- Sometimes the icons disappear then randomly reappear. I haven't noticed a pattern yet as to why this might be happening.
I just came here to report this same issue.

I love the idea, great addon.

feature request? Just have the icon show up when you are in combat?

Thanks,

-d
Last edited by dopiate : 10/23/15 at 06:22 AM.
Report comment to moderator  
Reply With Quote
Unread 10/21/15, 07:30 PM  
k2_eso

Forum posts: 0
File comments: 1
Uploads: 0
I really like the idea of this addon, thank you for creating it.

Minor issues:

- The icon color change is not saving. When I log out then back in the colors have reset to white.

- Sometimes the icons disappear then randomly reappear. I haven't noticed a pattern yet as to why this might be happening.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: