Download
(8 Kb)
Download
Updated: 11/27/14 02:38 PM
Updated:11/27/14 02:38 PM
Created:11/27/14 02:38 PM
Monthly downloads:15
Total downloads:2,624
Favorites:1
MD5:
Categories:Discontinued & Outdated, Discontinued & Outdated
DEPRECATED: Ak0s Reticle Tweaks: Sk1tz's Fix
Version: 2
by: SK1TZ0FR3N1K [More]
***Disclaimer***

This add-on, and screen shot, belongs to the original author (Ak0).


Changes:

1. Updated API version
2. Inserted the disclaimer ZOS mandated back in 1.2.3
3. Changed version number
4. Included "isOwned" fix
Post A Reply Comment Options
Unread 03/13/15, 07:39 AM  
QuadroTony
Banned
 
QuadroTony's Avatar
AddOn Author - Click to view AddOns

Forum posts: 828
File comments: 3866
Uploads: 3
Report comment to moderator  
Reply With Quote
Unread 03/04/15, 05:24 PM  
QuadroTony
Banned
 
QuadroTony's Avatar
AddOn Author - Click to view AddOns

Forum posts: 828
File comments: 3866
Uploads: 3
can you please change the word Search to Read, when you mouseover a book?
Report comment to moderator  
Reply With Quote
Unread 02/18/15, 03:58 PM  
joshmiller83
AddOn Super User
 
joshmiller83's Avatar
Premium Member

Forum posts: 70
File comments: 243
Uploads: 0
I got an updated file for LAM2 done by Garkin.

https://www.dropbox.com/s/vhsnj0bfop...s-1.4.zip?dl=0

Hope it can be further updated for 1.6 / Justice!
Report comment to moderator  
Reply With Quote
Unread 02/18/15, 02:29 PM  
joshmiller83
AddOn Super User
 
joshmiller83's Avatar
Premium Member

Forum posts: 70
File comments: 243
Uploads: 0
Question 1.6 and Justice?

Will you need to update this for 1.6 and the Justice system with the new Stealing/Pick-pocketing? Would be nice to use it...

Love this addon.

P.S. Also could you look into LAM2 for it? Its a fairly small addon and LAM2 conversion shouldn't be too hard.
Report comment to moderator  
Reply With Quote
Unread 12/15/14, 11:18 AM  
QuadroTony
Banned
 
QuadroTony's Avatar
AddOn Author - Click to view AddOns

Forum posts: 828
File comments: 3866
Uploads: 3
sorry, all working fine
Last edited by QuadroTony : 12/18/14 at 11:52 AM.
Report comment to moderator  
Reply With Quote
Unread 11/30/14, 11:42 AM  
Jhenox
 
Jhenox's Avatar
AddOn Author - Click to view AddOns

Forum posts: 42
File comments: 392
Uploads: 6
Lightbulb Suggestion: Player supplied filter list.

Another feature suggestion is the ability to filter out junk items from showing the (E) Take interaction window. You still see the reticle collapse down and the item can still be taken but you don't see the Take popup spam. This is just some basic items I manually entered but this could be fleshed out to allow the player to add filters. In Main.lua I added:

local action, item, _, _, additionalInfo, _ = GetGameCameraInteractableActionInfo()
-- If action is "Search" or "Take": Recolor text.
if item == "Food" or item == "Bottle" or item == "Cup" then
ZO_ReticleContainerInteract:SetAlpha(0)
else
if action == GetString(SI_GAMECAMERAACTIONTYPE1) or action == GetString(SI_GAMECAMERAACTIONTYPE7) then
Report comment to moderator  
Reply With Quote
Unread 11/29/14, 12:15 PM  
Jhenox
 
Jhenox's Avatar
AddOn Author - Click to view AddOns

Forum posts: 42
File comments: 392
Uploads: 6
Feature suggestion: Hide interact on Empty.

Hello, I kept getting annoyed with all the Empty spam so I made a minor modification which just hides the interact altogether when the container is empty. It helps while scanning a room for items/containers. I just used "ZO_ReticleContainerInteract:SetAlpha(0)" then "ZO_ReticleContainerInteract:SetAlpha(100)". Maybe this could be added in as a checkbox option? Thank you.

if action == GetString(SI_GAMECAMERAACTIONTYPE1) or action == GetString(SI_GAMECAMERAACTIONTYPE7) then
if additionalInfo == ADDITIONAL_INTERACT_INFO_NONE then
ZO_ReticleContainerInteract:SetAlpha(100)
ZO_ReticleContainerInteractKeybindButtonNameLabel:SetColor(self.config.interactableColor.r, self.config.interactableColor.g, self.config.interactableColor.b)
elseif additionalInfo == ADDITIONAL_INTERACT_INFO_EMPTY then
ZO_ReticleContainerInteract:SetAlpha(0)
ZO_ReticleContainerInteractKeybindButtonNameLabel:SetColor(self.config.notInteractableColor.r, self.config.notInteractableColor.g, self.config.notInteractableColor.b)
end
-- If action is not "Search" or "Take": Go back to normal colors.
else
ZO_ReticleContainerInteract:SetAlpha(100)
if additionalInfo == ADDITIONAL_INTERACT_INFO_NONE then
ZO_ReticleContainerInteractKeybindButtonNameLabel:SetColor(self.config.enabledColor.r, self.config.enabledColor.g, self.config.enabledColor.b)
elseif additionalInfo == ADDITIONAL_INTERACT_INFO_EMPTY then
ZO_ReticleContainerInteractKeybindButtonNameLabel:SetColor(self.config.disabledColor.r, self.config.disabledColor.g, self.config.disabledColor.b)
end
Report comment to moderator  
Reply With Quote
Unread 11/28/14, 01:46 AM  
QuadroTony
Banned
 
QuadroTony's Avatar
AddOn Author - Click to view AddOns

Forum posts: 828
File comments: 3866
Uploads: 3
when i turn off all addons i got error and blank settings window

when i turn on Compatibility Tool

no errors and settings visible, but still the same - only title







Last edited by QuadroTony : 11/28/14 at 01:47 AM.
Report comment to moderator  
Reply With Quote
Unread 11/27/14, 11:06 PM  
SK1TZ0FR3N1K
Premium Member
 
SK1TZ0FR3N1K's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 15
Uploads: 3
Originally Posted by QuadroTony
color for title works fine

but color for "Search" not applied at all, its still default
Can you post a screenshot? I am seeing it work just fine, as you can see in my screenshots, so I would like to see it not working.



Last edited by SK1TZ0FR3N1K : 11/27/14 at 11:27 PM.
Report comment to moderator  
Reply With Quote
Unread 11/27/14, 02:49 PM  
QuadroTony
Banned
 
QuadroTony's Avatar
AddOn Author - Click to view AddOns

Forum posts: 828
File comments: 3866
Uploads: 3
color for title works fine

but color for "Search" not applied at all, its still default
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: