Arma 3
AZM Admin Tool
271 kommentarer
DiviAugusti 29. aug. kl. 8:58 
is it possible to add that god mode stays on throughout the time ur active on arma 3? I find it a bit difficult to god every single AI everytime 🥺
KhanTheMad 29. juli kl. 15:25 
yah my bad figured it was this mod because it stopped when removing it but it was just another mod conflicting or something
alezm  [ophavsmand] 29. juli kl. 10:20 
@KhanTheMad huh? Huh? HUH? wtf... 😂😂😂 there is nothing in any part of the code about "blue barrels" if you want add me on discord so we can take a look at the mod list/mission you are playing with and figure it out
DiviAugusti 15. juli kl. 14:00 
Super cool!
alezm  [ophavsmand] 15. juli kl. 11:22 
@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. juli kl. 0:03 
if u do not mind me asking how can i do that
DiviAugusti 14. juli kl. 23:45 
OHH!! ill check it out then!
alezm  [ophavsmand] 14. juli kl. 12:54 
@KhanTheMad no it does not
alezm  [ophavsmand] 14. juli kl. 12:53 
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. juli kl. 9:33 
by Squad I mean the AI
DiviAugusti 13. juli kl. 9:33 
hey does the god mod work for the player's squad?
KhanTheMad 14. juni kl. 13:18 
does the ESP include a means to see the line of sight of players to watch people for walling?
alezm  [ophavsmand] 7. apr. kl. 11:28 
@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. kl. 18:49 
@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. kl. 20:48 
@alezm Frickin awesome that's perfect. Thanks for the reply!
alezm  [ophavsmand] 31. mar. kl. 10:18 
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. kl. 6:04 
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. kl. 7:47 
Thank you @alezm request has been sent, I'm "phuckewe" on discord.
alezm  [ophavsmand] 13. mar. kl. 11:17 
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. kl. 13:22 
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. kl. 2:55 
what keys you remap? im trying but nothing
alezm  [ophavsmand] 9. jan. kl. 14:43 
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. kl. 11:30 
was the mod ever updated to function on exile servers?
alezm  [ophavsmand] 26. nov. 2024 kl. 12:05 
@Casper everything is explained in the description of the mod
Casper 25. nov. 2024 kl. 15:53 
how do i use in local while playing solo anti stasi?
-
Warum bist du so ein Pisser 17. okt. 2024 kl. 20:15 
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 kl. 11:56 
Quick to reply on discord, great mod, the GOAT!!
ItzzGen 16. aug. 2024 kl. 4:58 
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  [ophavsmand] 12. juli 2024 kl. 12:01 
@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  [ophavsmand] 12. juli 2024 kl. 11:19 
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. juli 2024 kl. 20:41 
@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  [ophavsmand] 2. juli 2024 kl. 10:44 
@[HLC]Wolf_Hunt hi add me on discord so i can help you

alezm
[HLC]Wolf_Hunt 1. juli 2024 kl. 19:25 
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  [ophavsmand] 18. juni 2024 kl. 15:17 
@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. juni 2024 kl. 0:47 
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. maj 2024 kl. 11:33 
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 kl. 19:44 
Sent just got home
alezm  [ophavsmand] 17. feb. 2024 kl. 7:27 
Hi add me on discord: alezm
{BAJA & UNN} OHN0U81 17. feb. 2024 kl. 1:21 
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  [ophavsmand] 21. nov. 2023 kl. 11:07 
the mod might present issues with previous saves of the campaign but for new games should work just fine
plaezer 21. nov. 2023 kl. 4:41 
how to activate it in east wind compaing singleplayer? i cant run it
alezm  [ophavsmand] 27. sep. 2023 kl. 11:22 
yes you should be able to play with no problems at all
ZOMBIEHUNTERGAMING 27. sep. 2023 kl. 8:01 
redux exile
alezm  [ophavsmand] 26. sep. 2023 kl. 10:32 
i dont know what redux is but sure you can use it there should be no problems
ZOMBIEHUNTERGAMING 25. sep. 2023 kl. 19:48 
Can I use this for redux?
alezm  [ophavsmand] 23. juli 2023 kl. 9:00 
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. juli 2023 kl. 8:48 
How can I change the keymapping? I'm trying to select my unities and it's opening the admin menu
4aubergines 23. juli 2023 kl. 3:01 
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. juli 2023 kl. 1:44 
Just noticed this thanks I added you , discord name is dongasaurus or something lol
alezm  [ophavsmand] 13. juli 2023 kl. 13:46 
hi man add me on discord so i can help you with the problem nick: alezm