Download
(8 Kb)
Download
Updated: 04/30/14 03:20 AM
Pictures
File Info
Compatibility:
Live (1.0)
Updated:04/30/14 03:20 AM
Created:04/23/14 04:04 AM
Monthly downloads:22
Total downloads:3,417
Favorites:19
MD5:
Ak0's Reticle Tweaks
Version: 1.3
by: Ak0 [More]
Notice
I have added German localization to the addon menu thanks to Tonyleila and the great people on the forum, but I still need strings for French. Take a look at my forum thread if you can help out


Information
This addon lets you set the color of the reticle text that pops up when you interact with containers via a settings panel.
A picture is worth a thousand words *hint* *hint* >

It was made at the request of ThadOptimus on the forum.

Todo:
- See if I can avoid reloading the UI when changing certain settings.

Credits
Seerah for LibStub and LibAddonMenu

Thank you for your awesome work

Bugs and Feature Requests
Please report any addon incompatibilities and bugs on my Author Portal's Bug Section and any feature requests on the Features Section. Thank you.
v1.3 -
Added German localization to the addon menu. (Thanks to Tonyleila for translating!)
Went from a OnUpdate to a OnShow event listener.
Cleaned up various code.

v1.2c -
Anything that says "Take" will now be recolored as well (e.g bottles or bread)
Default colors are now grabbed from the game itself, meaning they are 100% accurate.
Added the option to set a fixed color for the interactable title. Must disable "Dynamic Title Color" to use.

v1.2b -
Added a toggle for recoloring the title of a container (e.g "Chest" if you are looking at a chest)

v1.2 -
Re-did a few things to make it only target containers.
The addon is now localized to all languages (except the addon menu, for the time being).

v1.0 -
Initial release.
Optional Files (0)


Archived Files (3)
File Name
Version
Size
Uploader
Date
1.2c
7kB
Ak0
04/24/14 02:30 PM
1.2b
7kB
Ak0
04/23/14 09:56 AM
1.2
7kB
Ak0
04/23/14 08:11 AM


Post A Reply Comment Options
Unread 02/15/17, 11:39 AM  
choekstr
 
choekstr's Avatar

Forum posts: 14
File comments: 391
Uploads: 0
Back playing again and wondering if there is another add-on that does a similar function. It isn't bad to scan barrels and crates for a yellow flash but it would be nice to have it a bright pink or bright green to really stand out. Wish I knew lua to update this.
Report comment to moderator  
Reply With Quote
Unread 11/24/16, 02:43 PM  
joshmiller83
AddOn Super User
 
joshmiller83's Avatar
Premium Member

Forum posts: 70
File comments: 243
Uploads: 0
Will this ever be updated or is there another addon that does the same thing?
Report comment to moderator  
Reply With Quote
Unread 06/30/14, 01:17 PM  
dominoid
AddOn Author - Click to view AddOns

Forum posts: 34
File comments: 276
Uploads: 2
The isOwned is interesting. Can't wait for the justice system.
Report comment to moderator  
Reply With Quote
Unread 06/30/14, 10:45 AM  
dominoid
AddOn Author - Click to view AddOns

Forum posts: 34
File comments: 276
Uploads: 2
Originally Posted by choekstr
Just to document the fix, Garkin and SkOODaT have provided this fix:

Originally Posted by Garkin View Post
Add one underscore to the line 101:
Lua Code:
  1. local action, _, _, additionalInfo, _ = GetGameCameraInteractableActionInfo()
to:
Lua Code:
  1. local action, _, _, _, additionalInfo, _ = GetGameCameraInteractableActionInfo()

It is because there is a new return value "isOwned" from GetGameCameraInteractableActionInfo()
Before patch: action, interactableName, interactionBlocked, additionalInfo, context = GetGameCameraInteractableActionInfo()
After patch: action, interactableName, interactionBlocked, isOwned, additionalInfo, context = GetGameCameraInteractableActionInfo()
Thanks for the fix!
Report comment to moderator  
Reply With Quote
Unread 06/30/14, 09:38 AM  
choekstr
 
choekstr's Avatar

Forum posts: 14
File comments: 391
Uploads: 0
Just to document the fix, Garkin and SkOODaT have provided this fix:

Originally Posted by Garkin View Post
Add one underscore to the line 101:
Lua Code:
  1. local action, _, _, additionalInfo, _ = GetGameCameraInteractableActionInfo()
to:
Lua Code:
  1. local action, _, _, _, additionalInfo, _ = GetGameCameraInteractableActionInfo()

It is because there is a new return value "isOwned" from GetGameCameraInteractableActionInfo()
Before patch: action, interactableName, interactionBlocked, additionalInfo, context = GetGameCameraInteractableActionInfo()
After patch: action, interactableName, interactionBlocked, isOwned, additionalInfo, context = GetGameCameraInteractableActionInfo()
Report comment to moderator  
Reply With Quote
Unread 06/27/14, 02:02 PM  
choekstr
 
choekstr's Avatar

Forum posts: 14
File comments: 391
Uploads: 0
Anyone else notice this stopped working after 1.2.3 patch? Settings show up and no errors but it just doesn't color the reticle anymore. Really miss this.
Report comment to moderator  
Reply With Quote
Unread 05/07/14, 03:45 AM  
Saftsuse
 
Saftsuse's Avatar

Forum posts: 13
File comments: 149
Uploads: 0
NVM, seems like the "Reticle Settings" addon overrides this addons placement of the Interaction popup. I like this addon because it places it to the right of the reticle, easily seen, and doesnt collide with other stuff.

Is it a way to over-override the "Reticle Settings" addons placement, or should I simpy ask the author to not override this one?
Last edited by Saftsuse : 05/07/14 at 04:11 AM.
Report comment to moderator  
Reply With Quote
Unread 05/02/14, 09:20 AM  
Tonyleila
 
Tonyleila's Avatar
AddOn Author - Click to view AddOns

Forum posts: 288
File comments: 763
Uploads: 7
Hey Ak0, can you add this havy chests standing around everywhere in coldharbour?
Heres a screen of it http://i.imgur.com/sFxBqAd.jpg
Report comment to moderator  
Reply With Quote
Unread 04/24/14, 06:07 PM  
ThadOptimus

Forum posts: 4
File comments: 66
Uploads: 0
Thanks! Works great.
Report comment to moderator  
Reply With Quote
Unread 04/24/14, 02:31 PM  
Ak0
AddOn Author - Click to view AddOns

Forum posts: 20
File comments: 13
Uploads: 4
Originally Posted by ThadOptimus
Ak0, I found a "Bottle" with the option to "Take" that the addon doesn't recolor in a Torinaan Shrine in Auridon. Food as well.
Fixed in v1.2c

Originally Posted by Gekko1
How about make them different colors?
Added in v1.2c
"Dynamic Title Color" must be off for the option to be visible
Last edited by Ak0 : 04/24/14 at 02:49 PM.
Report comment to moderator  
Reply With Quote
Unread 04/23/14, 11:19 AM  
ThadOptimus

Forum posts: 4
File comments: 66
Uploads: 0
Ak0, I found a "Bottle" with the option to "Take" that the addon doesn't recolor in a Torinaan Shrine in Auridon. Food as well.
Last edited by ThadOptimus : 04/23/14 at 01:32 PM.
Report comment to moderator  
Reply With Quote
Unread 04/23/14, 10:35 AM  
Gekko1

Forum posts: 0
File comments: 13
Uploads: 0
Originally Posted by Ak0
Originally Posted by choekstr
Is there a way to also allow the option to change the description based on the same conditions? So have the "Dresser" description in your screenshot also be colored accordingly?
Added in version 1.2b

It is off by default, so enable it in the settings
How about make them different colors?
Report comment to moderator  
Reply With Quote
Unread 04/23/14, 09:57 AM  
Ak0
AddOn Author - Click to view AddOns

Forum posts: 20
File comments: 13
Uploads: 4
Originally Posted by choekstr
Is there a way to also allow the option to change the description based on the same conditions? So have the "Dresser" description in your screenshot also be colored accordingly?
Added in version 1.2b

It is off by default, so enable it in the settings
Last edited by Ak0 : 04/23/14 at 09:58 AM.
Report comment to moderator  
Reply With Quote
Unread 04/23/14, 09:25 AM  
choekstr
 
choekstr's Avatar

Forum posts: 14
File comments: 391
Uploads: 0
Is there a way to also allow the option to change the description based on the same conditions? So have the "Dresser" description in your screenshot also be colored accordingly?
Report comment to moderator  
Reply With Quote
Unread 04/23/14, 08:57 AM  
Ak0
AddOn Author - Click to view AddOns

Forum posts: 20
File comments: 13
Uploads: 4
Originally Posted by ThadOptimus
Ak0 thanks sooooo much for this, I really appreciate it. I'm a bit OCD when comes to opening containers and this is exactly what I was looking for.

Also, I can use potions and drink and have no issues.
No problem I jump on any chance to learn more Lua hehe

The new version 1.2 that will come out soon improves the addon quite a bit, so look forward to that
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: