Download
(58 Kb)
Download
Updated: 11/29/16 03:09 AM
Pictures
File Info
Compatibility:
One Tamriel (2.6)
Updated:11/29/16 03:09 AM
Created:02/05/15 12:26 PM
Monthly downloads:23
Total downloads:44,424
Favorites:47
MD5:
Exterminatus Group Leader  Popular! (More than 5000 hits)
Version: 1.3.1
by: QuadroTony [More]
Updated version of this great old addon
look for description on the original page
ExterminatusGroupLeader


thanks Garkin and Circonian for help!
1.3.1
JP translation added! thanks to BowmoreLover

1.3.0
API bump
update by Scootworks:
libs updated
german translation added
other tweaks

1.2.3
API bump

1.2.2
API bump for match current version of the game
fix for libs error, thx Circonian

1.2.1
API bump
Compatible with IC, IsInAvAZone added

1.2.0
thank to Circonian for update!
migrated to newest lib-addon menu
fixed sliders in settings

1.0.1
now must work with other localizatios (thx Votan)

1.0.0
libAddonMenu updated to LibAddonMenu-1.0-r10
API version updated
its not discontinued category now, so Minion can found this addon and install it
Optional Files (0)


Archived Files (7)
File Name
Version
Size
Uploader
Date
1.3.0
57kB
QuadroTony
11/28/16 01:53 PM
1.2.3
46kB
QuadroTony
06/28/16 12:04 AM
1.2.2
46kB
QuadroTony
02/12/16 03:55 AM
1.2.1
46kB
QuadroTony
10/14/15 07:37 AM
1.2.0
46kB
QuadroTony
03/22/15 12:40 PM
1.0.1
23kB
QuadroTony
02/13/15 06:18 PM
1.0.0
23kB
QuadroTony
02/05/15 12:26 PM


Post A Reply Comment Options
Unread 07/28/20, 09:25 AM  
amuridee
 
amuridee's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 57
Uploads: 7
Originally Posted by Baranthus
PLEEEEEEEEEEASE update this? <3
updated version can be found here Exterminatus Group Leader - Updated
Last edited by amuridee : 07/28/20 at 09:26 AM.
Report comment to moderator  
Reply With Quote
Unread 04/05/17, 06:22 AM  
Baranthus
 
Baranthus's Avatar

Forum posts: 7
File comments: 26
Uploads: 0
PLEEEEEEEEEEASE update this? <3
Report comment to moderator  
Reply With Quote
Unread 12/02/16, 04:36 AM  
Baertram
Super Moderator
 
Baertram's Avatar
ESOUI Super Moderator
AddOn Author - Click to view AddOns

Forum posts: 4912
File comments: 5988
Uploads: 78
Chat command /glfake sets the leader to yourself as it seems.

Originally Posted by QuadroTony
Originally Posted by Scootworks
can you make a option to disable chat messages please?
your update commited! sorry about big delay, i forgot about it

the change leader command works fine

im still not sure what /glfake did
Report comment to moderator  
Reply With Quote
Unread 11/29/16, 08:07 AM  
BowmoreLover

Forum posts: 0
File comments: 16
Uploads: 0
Re: jp.lua for v1.3.0

Hey QuadroTony
Thanks for update!
Report comment to moderator  
Reply With Quote
Unread 11/28/16, 03:29 PM  
BowmoreLover

Forum posts: 0
File comments: 16
Uploads: 0
jp.lua for v1.3.0

Hi, thanks for localize support!
Japanese translation (jp.lua) here:
Code:
-- Notifications
SafeAddString(SI_BINDING_NAME_SET_GROUP_LEADER , "グループリーダーの設定")

SafeAddString(SI_EXTGL_FOLLOW_TARGET1 , "");
SafeAddString(SI_EXTGL_FOLLOW_TARGET2 , " を追跡対象に設定しました。");

SafeAddString(SI_EXTGL_NO_TARGET_FOUND1 , "グループ内に ");
SafeAddString(SI_EXTGL_NO_TARGET_FOUND2 , " がいません。");

SafeAddString(SI_EXTGL_FOLLOW_TARGET_LEFT , "追跡対象がグループを脱退しました。グループリーダーを追跡します。");
SafeAddString(SI_EXTGL_LEADER_FAKED , "リーダーを偽造しました。");

-- Colors
SafeAddString(SI_EXTGL_COLORS_GREEN_ORANGE_RED , "緑 オレンジ 赤");
SafeAddString(SI_EXTGL_COLORS_WHITE , "白のみ");
SafeAddString(SI_EXTGL_COLORS_WHITE_ORANGE_RED , "白 オレンジ 赤");

-- Settings
SafeAddString(SI_EXTGL_STYLE_MODE , "モード");

SafeAddString(SI_EXTGL_STYLE_COLOR , "色");
SafeAddString(SI_EXTGL_STYLE_COLOR_TOOLTIP , "リーダーの照準の色のスタイルです。");

SafeAddString(SI_EXTGL_STYLE_TARGET_OPACITY , "前方時の不透明度");
SafeAddString(SI_EXTGL_STYLE_TARGET_OPACITY_TOOLTIP , "リーダーが前方にいるときの矢印の不透明度(パーセント)を設定します。");

SafeAddString(SI_EXTGL_STYLE_BEHIND_OPACITY , "後方時の不透明度");
SafeAddString(SI_EXTGL_STYLE_BEHIND_OPACITY_TOOLTIP , "リーダーが後方にいるときの矢印の不透明度(パーセント)を設定します。");

SafeAddString(SI_EXTGL_STYLE_TARGET_SIZE , "前方時のサイズ");
SafeAddString(SI_EXTGL_STYLE_TARGET_SIZE_TOOLTIP , "リーダーが前方にいるときの矢印のサイズを設定します。");

SafeAddString(SI_EXTGL_STYLE_BEHIND_SIZE , "後方時のサイズ");
SafeAddString(SI_EXTGL_STYLE_BEHIND_SIZE_TOOLTIP , "リーダーが後方にいるときの矢印のサイズを設定します。");

SafeAddString(SI_EXTGL_STYLE_TARGET_DISTANCE , "前方時の間隔");
SafeAddString(SI_EXTGL_STYLE_TARGET_DISTANCE_TOOLTIP , "リーダーが前方にいるときの矢印と照準の間隔を設定します。");

SafeAddString(SI_EXTGL_STYLE_BEHIND_DISTANCE , "後方時の間隔");
SafeAddString(SI_EXTGL_STYLE_BEHIND_DISTANCE_TOOLTIP , "リーダーが後方にいるときの矢印と照準の間隔を設定します。");

SafeAddString(SI_EXTGL_SETTING_ONLY_CYRODIIL , "シロディールのみ");
SafeAddString(SI_EXTGL_SETTING_ONLY_CYRODIIL_TOOLTIP , "PvEエリアでは矢印を無効にします。");

SafeAddString(SI_EXTGL_SETTING_MIMIC_RETICLE , "照準の模倣");
SafeAddString(SI_EXTGL_SETTING_MIMIC_RETICLE_TOOLTIP , "ゲームの照準が非表示の場合に矢印を無効にします。");

SafeAddString(SI_EXTGL_STYLE_LEADER_DISTANCE , "リーダーまでの距離");

SafeAddString(SI_EXTGL_STYLE_ARROW_SIZE , "矢印の大きさ");
SafeAddString(SI_EXTGL_STYLE_ARROW_SIZE_TOOLTIP , "矢印の大きさを使ってリーダーまでの距離を表現します。");

SafeAddString(SI_EXTGL_STYLE_ARROW_DISTANCE , "矢印の間隔");
SafeAddString(SI_EXTGL_STYLE_ARROW_DISTANCE_TOOLTIP , "矢印の間隔を使ってリーダーまでの距離を表現します。");

SafeAddString(SI_EXTGL_SETTING_CONTRIBUTORS , "貢献者|r");
Report comment to moderator  
Reply With Quote
Unread 11/28/16, 02:31 PM  
QuadroTony
Banned
 
QuadroTony's Avatar
AddOn Author - Click to view AddOns

Forum posts: 828
File comments: 3866
Uploads: 3
Originally Posted by Scootworks
can you make a option to disable chat messages please?
your update commited! sorry about big delay, i forgot about it

the change leader command works fine

im still not sure what /glfake did
Last edited by QuadroTony : 11/28/16 at 02:32 PM.
Report comment to moderator  
Reply With Quote
Unread 10/11/16, 08:50 PM  
Scootworks
 
Scootworks's Avatar
AddOn Author - Click to view AddOns

Forum posts: 312
File comments: 64
Uploads: 28
can you make a option to disable chat messages please?
Report comment to moderator  
Reply With Quote
Unread 04/02/16, 09:22 PM  
uladz
AddOn Author - Click to view AddOns

Forum posts: 11
File comments: 223
Uploads: 2
Originally Posted by QuadroTony
Originally Posted by uladz
I understand that it's probably contradict the original purpose of the addon, but is it possible to have an option to show arrows for all part members, not only the leader? This is my use case .
afaik its not possible, but i will look
Awesome, thanks a bunch!!!
Report comment to moderator  
Reply With Quote
Unread 04/02/16, 01:07 AM  
QuadroTony
Banned
 
QuadroTony's Avatar
AddOn Author - Click to view AddOns

Forum posts: 828
File comments: 3866
Uploads: 3
Originally Posted by uladz
I understand that it's probably contradict the original purpose of the addon, but is it possible to have an option to show arrows for all part members, not only the leader? This is my use case .
afaik its not possible, but i will look
Report comment to moderator  
Reply With Quote
Unread 04/02/16, 12:17 AM  
uladz
AddOn Author - Click to view AddOns

Forum posts: 11
File comments: 223
Uploads: 2
I understand that it's probably contradict the original purpose of the addon, but is it possible to have an option to show arrows for all part members, not only the leader? This is my use case .
Report comment to moderator  
Reply With Quote
Unread 02/12/16, 05:48 AM  
QuadroTony
Banned
 
QuadroTony's Avatar
AddOn Author - Click to view AddOns

Forum posts: 828
File comments: 3866
Uploads: 3
Re: IU error

Originally Posted by KissKiss
Yes, right from the start on load. Probably a Windows 'security' thing or something? I tried to run eso as administrator but it didn't help.
fixed!!!
Report comment to moderator  
Reply With Quote
Unread 01/10/16, 04:54 PM  
KissKiss

Forum posts: 0
File comments: 3
Uploads: 0
IU error

Yes, right from the start on load. Probably a Windows 'security' thing or something? I tried to run eso as administrator but it didn't help.
Last edited by KissKiss : 01/10/16 at 04:55 PM.
Report comment to moderator  
Reply With Quote
Unread 01/10/16, 12:11 PM  
QuadroTony
Banned
 
QuadroTony's Avatar
AddOn Author - Click to view AddOns

Forum posts: 828
File comments: 3866
Uploads: 3
idk...
i tested on win10 x64 and addon worked fine
also on VMware with win7

error on load right? not only in cyrodiil?
Report comment to moderator  
Reply With Quote
Unread 01/10/16, 12:03 PM  
KissKiss

Forum posts: 0
File comments: 3
Uploads: 0
IU error

Thanks for the quick answer! Yes, the files are ok in the folder.
And yes the folder, actually all the addon-folders, are marked as read only though the files in the folders are not. The folders too should be not read only - right? The problem is that I don't seem to be able to change the property of the folders (the mark comes back if removed). This is somewhat a problem with the newest Windows I suppose (googled a little and found several pages conserning this). I can't be the only one with this...
Last edited by KissKiss : 01/10/16 at 12:05 PM.
Report comment to moderator  
Reply With Quote
Unread 01/10/16, 06:39 AM  
QuadroTony
Banned
 
QuadroTony's Avatar
AddOn Author - Click to view AddOns

Forum posts: 828
File comments: 3866
Uploads: 3
all fine for me
mby your folders have attribute read only?

remember there must be some files in the
\extGroupLeader\lib\LibAddonMenu-2.0

controls(folder)
LibAddonMenu-2.0.lua
LICENSE
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: