Version: 0.1 | Author: ole1986 | Last update: 2016-08-08
Before you start, please make sure the following file(s) exist in is this package
File | Additional Info |
---|---|
@MissionFile\atk\extension\ExileMod.sqf | located in MissionFile |
admintoolkit_servercfg\extensions\ExileMod.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\ExileMod.sqf
into your MissionFileatk\extension
directory - Add the "Exile Mod" menu into the MissionFile
config.cpp
, classCfgAdminToolkitCustomMod
Extensions[] = {
{"Exile Mod","ExileMod"}
};
- Pack your mission file and upload it to your server
Server
- Unpack the
admintoolkit_servercfg.pbo
- Copy the
ExileMod.sqf
into theadmintoolkit_servercfg\extension
directory - Pack the
admintoolkit_servercfg
folder and upload the pbo to your server