Arma 3
AZM Admin Tool
268 Comments
DiviAugusti 15 Jul @ 2:00pm 
Super cool!
alezm  [author] 15 Jul @ 11:22am 
@DiviAugusti to see AI unit there is a button right near the player search field at the top. then you select each AI from the list that appears and enable godmode for every one of them
DiviAugusti 15 Jul @ 12:03am 
if u do not mind me asking how can i do that
DiviAugusti 14 Jul @ 11:45pm 
OHH!! ill check it out then!
alezm  [author] 14 Jul @ 12:54pm 
@KhanTheMad no it does not
alezm  [author] 14 Jul @ 12:53pm 
Hi @DiviAugusti no the godmode only turns on on selected unit... you can set a whole squad in godmode by selecting each unit
DiviAugusti 13 Jul @ 9:33am 
by Squad I mean the AI
DiviAugusti 13 Jul @ 9:33am 
hey does the god mod work for the player's squad?
KhanTheMad 14 Jun @ 1:18pm 
does the ESP include a means to see the line of sight of players to watch people for walling?
alezm  [author] 7 Apr @ 11:28am 
@Dash Rendar Sorry to hear that. I'll look into that but Exile mod and CBA dont really go well together... its a know issue that CBA keybinds have problems with Exile
Dash Rendar 6 Apr @ 6:49pm 
@Alezm I believe the CBA_A3 update on the 20th of March affected some of the Exile scripting you did. A lot of the functions are only half working or seem to require almost spam input to get them to activate.

Thanks!
TheRainbowPilot 31 Mar @ 8:48pm 
@alezm Frickin awesome that's perfect. Thanks for the reply!
alezm  [author] 31 Mar @ 10:18am 
Hi @TheRainbowPilot, thanks for the review! :heartris:

Actually, in the main menu of the mod, there's a small button at the top center labeled "U/P." Clicking that button switches the list on the left from showing only players to displaying all the units in the mission (though it might not be perfect). This way, you can see a count in the tree view under the "All" section (which includes both players and bots). Clicking the button again switches it back to showing only players.

Hope this helps! Feel free to reach out if you have any ideas or suggestions for features I could add to the mod.
TheRainbowPilot 30 Mar @ 6:04am 
Working great on dedi Exile server. Installed to use the map feature to view AI for balance testing, being able to see all the AI on the map and their current position is exactly what I needed! Thank you very much for making this mod. Quick question for anyone that may know, is there a way to see the total AI/BOT count on the map? Thanks again for the great mod!
A HITMAN 15 Mar @ 7:47am 
Thank you @alezm request has been sent, I'm "phuckewe" on discord.
alezm  [author] 13 Mar @ 11:17am 
Hi @A HITMAN add me on discord so we can go through the mission and check if there is a typo somewhere
A HITMAN 11 Mar @ 1:22pm 
Hey good day, I'm. Trying to install this on my altislife private server. I did exactly as you said in your directions but it still tells me about the UID not registered and that I was reported to the server, not only that but it seems to have broken my missions file and gives me extDB3 failed to connect.
K.A.N.E.P.I.T.E 2 Feb @ 2:55am 
what keys you remap? im trying but nothing
alezm  [author] 9 Jan @ 2:43pm 
Hi the mod actually works fine on exile server the only thing to do is open the settings and remap some of the keys
Djourn 9 Jan @ 11:30am 
was the mod ever updated to function on exile servers?
alezm  [author] 26 Nov, 2024 @ 12:05pm 
@Casper everything is explained in the description of the mod
Casper 25 Nov, 2024 @ 3:53pm 
how do i use in local while playing solo anti stasi?
-
Warum bist du so ein Pisser 17 Oct, 2024 @ 8:15pm 
jo i have a question i tryed the admin tool but cant get it work the server calls i need to deactivate mod oder add a key idk how to add that key im new to a3 server things
gorilla 21 Aug, 2024 @ 11:56am 
Quick to reply on discord, great mod, the GOAT!!
ItzzGen 16 Aug, 2024 @ 4:58am 
Typical mess of server creation with Antistasi. Contacted alezm who quickly helped resolve the issue and now this mod is working perfectly. 100% recommend. Thank you alezm for your patience and assistance. Keep up the great work
alezm  [author] 12 Jul, 2024 @ 12:01pm 
@Bendy i just pushed an update to handle your case... now you can access the unit you remoteexecuted code to from the code directly

Parameters:

[< Selected unit/player (OBJECT) >,< other custom parameters (ARRAY)>]


Example (select and AI unit and execute the code):

_this#0 setdamage 0.8
alezm  [author] 12 Jul, 2024 @ 11:19am 
hi @Bendy i just checked the code for the remote code exec but it written to support only players on the exec side. im looking on a way to give you a parameter on the console that you can access the target player easily from the code input field
Bendy 11 Jul, 2024 @ 8:41pm 
@alezm thanks for the tp. What I want to do is run code that affects another AI unit - not a remote player. For example - how can I do a very simple

diag_log name _unit;

but choosing an AI, for example one named "Shawn Kirby"?

I tired this below - but I think it wont work because its really for other players:

MULTIPLAYER SELF-HOSTED GAME:

1. I press F1, and press U/P to show list of other AI units
2. I press F3 to show console. In the bottom list menu, I choose unit "Shawn Kirby" (AI)
3. I put into the console box:


_unit = cursorObject;
diag_log name _unit;


it doesnt work. So I try to remoteExec it with:


_unit = cursorObject;
[name _unit] remoteExec ["diag_log", 2];
alezm  [author] 2 Jul, 2024 @ 10:44am 
@[HLC]Wolf_Hunt hi add me on discord so i can help you

alezm
[HLC]Wolf_Hunt 1 Jul, 2024 @ 7:25pm 
Ok I am struggling to get this working on my server. For context I am using gtxgaming.
When I go looking for the description.ext I can not find it.
Works great in single player testing tho. I am also set as host and admin for the server using #login password. Any help would be greatly appreciated
Thank you in advance
alezm  [author] 18 Jun, 2024 @ 3:17pm 
@bendy just chose a player from the list and the center part of the console will be executed on their machine while the parameters on the first line are coming from you. so if you dont use the parameters but write code only in the center part you could do that
Bendy 16 Jun, 2024 @ 12:47am 
is there a way to use cursorObject on a specific unit from the console without having to look at the unit? so I just choose name from list?
GrimLock 25 May, 2024 @ 11:33am 
This mod dev is amazing. They helped me figure out why it was not logging me in and was so polite and nice about it. Keep up the amazing work!:steamhappy:
{BAJA & UNN} OHN0U81 17 Feb, 2024 @ 7:44pm 
Sent just got home
alezm  [author] 17 Feb, 2024 @ 7:27am 
Hi add me on discord: alezm
{BAJA & UNN} OHN0U81 17 Feb, 2024 @ 1:21am 
Ive tried but cant get this tool to recognize my uid... Ive created the description.ext file and added the line but says i am not allowed to use it and my uid was logged. uid logged is the uid in the command
alezm  [author] 21 Nov, 2023 @ 11:07am 
the mod might present issues with previous saves of the campaign but for new games should work just fine
plaezer 21 Nov, 2023 @ 4:41am 
how to activate it in east wind compaing singleplayer? i cant run it
alezm  [author] 27 Sep, 2023 @ 11:22am 
yes you should be able to play with no problems at all
ZOMBIEHUNTERGAMING 27 Sep, 2023 @ 8:01am 
redux exile
alezm  [author] 26 Sep, 2023 @ 10:32am 
i dont know what redux is but sure you can use it there should be no problems
ZOMBIEHUNTERGAMING 25 Sep, 2023 @ 7:48pm 
Can I use this for redux?
alezm  [author] 23 Jul, 2023 @ 9:00am 
hi to change the keys of the mod just open the settings and change them there like ace and any other mod
Ronald F. Donald 23 Jul, 2023 @ 8:48am 
How can I change the keymapping? I'm trying to select my unities and it's opening the admin menu
4aubergines 23 Jul, 2023 @ 3:01am 
i have it working now thanks alezm , this is the best free admin tool out there (ive tried many) this one has the most functions and a simple install (wich i managed to mess up lol)
4aubergines 23 Jul, 2023 @ 1:44am 
Just noticed this thanks I added you , discord name is dongasaurus or something lol
alezm  [author] 13 Jul, 2023 @ 1:46pm 
hi man add me on discord so i can help you with the problem nick: alezm
4aubergines 12 Jul, 2023 @ 12:58pm 
SorryAZM_ADMINS_LIST[] = {"MyUID"};
4aubergines 12 Jul, 2023 @ 12:19pm 
hello i am logged in as admin on my exile server but get "you dont have permission to use this mod ask server owner to allow your UID"
i have AZM_ADMINS_LIST[] = {UID}; at the bottom of my description.ext
i am set as an admin in my config.cfg aswell
can anybody help me out
alezm  [author] 13 Jun, 2023 @ 2:22pm 
:steamthumbsup: :steamthumbsup: :steamthumbsup: