Version: 0.1 | Author: ole1986 | Last update: 2016-08-15
Before you start, please make sure the following file(s) exist in is this package
File | Additional Info |
---|---|
@MissionFile\atk\extension\VanillaAI.sqf | located in MissionFile |
admintoolkit_servercfg\extensions\VanillaAI.sqf | located in admintoolkit_servercfg.pbo (Packed) |
Please make sure you have followed the exact installation instruction of the AdminToolkit README.md
It is also necessary to add your player UID in the config.cpp
located in admintoolkit_servercfg\config.cpp
(PBO)
MissionFile
- Unpack your mission file
- Copy the file
atk\extension\VanillaAI.sqf
into your MissionFileatk\extension
directory - Add the "Vanilla AI" menu into the MissionFile
config.cpp
, classCfgAdminToolkitCustomMod
Extensions[] = {
{"Vanilla AI","VanillaAI"}
};
- Pack your mission file and upload it to your server
Server
- Unpack the
admintoolkit_servercfg.pbo
- Copy the
VanillaAI.sqf
into theadmintoolkit_servercfg\extension
directory - Pack the
admintoolkit_servercfg
folder and upload the pbo to your server