ole1986 / a3-admintoolkit

AdminToolkit for Arma 3 (ATK) - Extensions, Moderators, Godmode, Vehicle, global chat
http://www.exilemod.com/topic/7690-admintoolkit-for-arma-3-v222-exile-edition
35 stars 13 forks source link
admin administration admintoolkit arma3 moderator tool

AdminToolkit for Arma 3

Version Author Exile 1.0.3 Lemon Arma 1.76 License

The ATK is used to administrate Arma 3 multiplayer servers and be extended with user extensions

Videos

Features

For a complete list of all features, please refer to FEATURES.md

Requirements

Installation

Before you start, please download and install the software mentioned in the Requirements section.

Configuration

The AdminToolkit uses a server configuration file (config.cpp) to add administrators and moderators.
So, open the file source\admintoolkit_servercfg\config.cpp and add your player uid into AdminList[]

Example:

AdminList[] = {"yourPlayerUID"};

Optionally you can add the ServerCommandPassword (stored in the config.cfg of your server) to manage kick and bans from the AdminToolkit

ServerCommandPassword = "yoursecretpassword";

As the AdminToolkit has a moderator mode, those player uids go to

ModeratorList[] = {"playerUID"};

Moderators can have restricted access - Please help yourself and read the config.cpp carefully to customize the permissions

Mission File

This project is shipped with a mission file patcher. Use the command below to patch you favorite mission file.

PS> .\setup.ps1 -PatchMission

A dialog prompt will appear and let you choice your Mission.File.pbo. Output is stored in the folder @MissionFile\<Your.Mission.pbo>

Copy Files

PLEASE MAKE SURE YOU HAVE FOLLOWED ALL INSTALLATION STEPS BEFORE YOU COPY ALL FILES

Client

Copy the folder @AdminToolkit into your Arma 3 game directory.
Enable the mod through the Arma 3 Launcher or with startup parameters.

Server

Extensions

The AdminToolkit can be extended by using the MissionFile configuration class CfgAdminToolkitCustomMod. For more details, please refer to the /README.MissionFile.md

Below is a list of available extensions

Name Description Autor(s) Links
ExileMod create persistent vehicles, receive ExileMoney and build objects, etc... ole README
Furniture support to build Furniture objects (Menu "Stoll Furniture") Stoll README
VanillaAI Experimental extension to support spawning AI units ole README