alduric 10 Posted November 10, 2013 (edited) New version of A3C: Name Tag Mod! //ADDED SERVER KEYS How it works? - Mod shows in the lower right corner of the screen your own rank setup by MissioMaker. - Mod shows Rank of your target ( Max 5 meters ) - Mod shows Nick of your target ( Max 5 meters ) Authors: - Szwedzik - Alduric CBA IS REQUIRED Download v1.1: Click to Download! How it looks? http://img822.imageshack.us/img822/9353/u0az.jpg (421 kB) http://img32.imageshack.us/img32/3370/sv68.jpg Edited April 27, 2014 by Alduric Share this post Link to post Share on other sites
#Blackburn -Tier-1- 10 Posted November 10, 2013 ty sir ! one little suggestion .. can u add a key ? would be really useful for secured servers :) Share this post Link to post Share on other sites
Predator.v2 10 Posted November 10, 2013 Hm, it is not working for me. Do you need Dev Build for this addon? Share this post Link to post Share on other sites
Guest Posted November 10, 2013 New version frontpaged on the Armaholic homepage. A3C: Name Tag Mod ================================================ We have also "connected" these pages to your account (Alduric) on Armaholic. This means in the future you will be able to maintain these pages yourself if you wish to do so. Once this new feature is ready we will contact you about it and explain how things work and what options you have. When you have any questions already feel free to PM or email me! ** Note: since this is a project on which more people are working we will contact you in the future to discuss how you want this to be setup on Armaholic. Share this post Link to post Share on other sites
alduric 10 Posted November 10, 2013 Hm, it is not working for me. Do you need Dev Build for this addon? Its not working on AI and Dev Build. Its working only for Players - Great for CooP Community Share this post Link to post Share on other sites
Predator.v2 10 Posted November 10, 2013 Ah okay. Can you post a screenshot of "Mod shows in the lower right corner of the screen your own rank setup"? Share this post Link to post Share on other sites
alduric 10 Posted November 10, 2013 @up - http://img32.imageshack.us/img32/3370/sv68.jpg Update - We found critical Error Download: Click to Download! Share this post Link to post Share on other sites
#Blackburn -Tier-1- 10 Posted November 17, 2013 its not working anymore if u get revived .. Share this post Link to post Share on other sites
evromalarkey 150 Posted December 9, 2013 Very nice, it would be possible to show rank in Arma 3 supported language? And I also think that to see my own rank whole time in the right corner seems to be little annoying. Anyway keep up in good work! Share this post Link to post Share on other sites
alduric 10 Posted December 14, 2013 We will update nametag after releasing @A3MP, we will add support for ressurecting, and mby support for langs ( we need translators :P )and rank in right corner will stay (sorry but i like it :D) ah and we forgot to add keys...so we will add them also. Share this post Link to post Share on other sites
rakowozz 14 Posted December 26, 2013 This is great, my community's been using it for a while now! Is there a way, though, for the mod to recognize rank updates during a game? I changed my rank with the setRank command, but it wouldn't update on A3C. Share this post Link to post Share on other sites
t3quila 1 Posted December 27, 2013 Hey Alduric, It seems I have to recall the init for the mod to draw name tags again if player dies so that he/she will get the name tags once they respawn. Been using this in my mission init.sqf: A3C_NameTag_MP_Respawn_Init = player addMPEventHandler ["MPRespawn", {[] execVM '\A3C_Nametag\init.sqf'}]; Share this post Link to post Share on other sites
rakowozz 14 Posted December 27, 2013 (edited) This is great, my community's been using it for a while now!Is there a way, though, for the mod to recognize rank updates during a game? I changed my rank with the setRank command, but it wouldn't update on A3C. Well, I wasn't clear on what I wanted to do, but that turns out to be quite simple. My community has their ranks in front of their names, i.e., "Lt.rakowozz". So, I'm running this on each unit's init: nul = [this] execVM "ranks.sqf"; /* ranks.sqf */ _unit = _this select 0; _name = toArray Name _unit; _name resize 3; if (toString _name == "Rec") then { _unit setRank "PRIVATE"; }; if (toString _name == "Pvt") then { _unit setRank "PRIVATE"; }; if (toString _name == "Cpl") then { _unit setRank "CORPORAL"; }; if (toString _name == "Sgt") then { _unit setRank "SERGEANT"; }; if (toString _name == "Lt.") then { _unit setRank "LIEUTENANT"; }; if (toString _name == "Maj") then { _unit setRank "MAJOR"; }; if (toString _name == "Col") then { _unit setRank "COLONEL"; }; if (_unit) then { nul = [] execVM scripts "\A3C_Nametag\init.sqf"; }; sleep; That should detect everyone's rank and update it with A3C Nametag. Edited December 27, 2013 by rakowozz Share this post Link to post Share on other sites
alduric 10 Posted January 20, 2014 Server keys was added, we will add fixes in few days ( Working after respawn etc ). Share this post Link to post Share on other sites
Drumheller 19 Posted January 26, 2014 Hey Alduric, is there any way for you to take the ranks out and make a different version of this mod? Most ArmA units have custom assigned ranks and seeing something like "Capt Sgt Alduric" with Captain's bars popping up on someone that is a Sgt in his unit. Share this post Link to post Share on other sites
spanishsurfer 58 Posted February 4, 2014 I run BECTI on my server. Can someone show me how I could implemented ranks to players based on the score they get ingame? Share this post Link to post Share on other sites
BLSmith2112 0 Posted April 13, 2014 Does anyone have a working link for this? I'd like to use it on SpanishSurfers BECTI server but cannot find a working link. Thanks! Share this post Link to post Share on other sites
Guest Posted April 13, 2014 A working link is like 2 posts below the first post so cause it is so very well hidden which you could not find while you searched for it let me add the link here: http://www.armaholic.com/page.php?id=21190 Share this post Link to post Share on other sites
BLSmith2112 0 Posted April 13, 2014 I love your sarcasm Fox, such an inspiration. Anyways I guess I'll have to find another way around it. I used that Armaholic link previously, and that particular version didn't allow me into Spanish's server. I assumed that the Armaholic link was for another version as the file I downloaded from AH wasn't signed by Spanish's CTI server. I guess I'll be asking the players there later if they're using a different version and/or if it isn't working in that server currently. Share this post Link to post Share on other sites
Scourge012 10 Posted April 21, 2014 All the links to the version of this mod with the .bisigns and server keys are dead. I just got back from reformatting my computer (paranoia from Heartbleed--changed passwords and reformatted since I work from my desktop as well). Any assistance would be appreciated. PS. the link from Foxhound has the mod, but no signatures or keys. Share this post Link to post Share on other sites
alduric 10 Posted April 27, 2014 Download v1.1: Click to Download! Link updated with proper keys. U shd pm me guys, i didnt notice the problem :-) Share this post Link to post Share on other sites
major_shepard 82 Posted April 27, 2014 Thanks guy :) Share this post Link to post Share on other sites
sonsalt6 105 Posted April 27, 2014 New update v1.1 available at withSIX. Download now by clicking: Share this post Link to post Share on other sites
Guest Posted April 28, 2014 New version frontpaged on the Armaholic homepage. A3C: Name Tag Mod v1.1 ================================================ We have also "connected" these pages to your account (Alduric) on Armaholic. This means in the future you will be able to maintain these pages yourself if you wish to do so. Once this new feature is ready we will contact you about it and explain how things work and what options you have. When you have any questions already feel free to PM or email me! ** Note: since this is a project on which more people are working we will contact you in the future to discuss how you want this to be setup on Armaholic. Share this post Link to post Share on other sites
DaViSFiT 21 Posted April 28, 2014 Thx. Would be cool to see also all the guys with rank that are in the same vehicle. Just to be sure all and how is on board ;) Share this post Link to post Share on other sites