Arma 3 | How to install InfiStar for Exile
Here is a step-by-step guide on how to install infiSTAR for Arma 3:
- Download the
infiSTAR zip
file and extract it to your desktop. - Locate the folder named
infiSTAR.de_Exile\SERVER_ARMA3_FOLDER\@infiSTAR_Exile\addons\a3_infiSTAR_Exile
. - Open the file called
EXILE_AHAT_CONFIG.hpp
in a text editor. - Set the value of
serverCommandPassword
to theserverCommandPassword
specified in your server'sserver.cfg
file. - Add the
User IDs (UIDs)
of your admin accounts to the appropriate configuration sections. - Adjust all other settings according to your preferences and server requirements.
note
It is crucial to carefully review and configure all settings to ensure they are accurately set for your server.
- Navigate to the folder
infiSTAR.de_Exile\SERVER_ARMA3_FOLDER\@infiSTAR_Exile\addons
. - Rename the folder
a3_infiSTAR_Exile
(the one containing the modifiedEXILE_AHAT_CONFIG.hpp
file) toa3_infiSTAR_Exile.pbo
. This step converts the folder into a PBO file format.
tip
To convert the folder into a PBO file, you can use a PBO tool like PBO Manager, which can be downloaded from here.
- Access your game panel and open the File Manager.
- Upload the entire
@infiSTAR_Exile
folder (excluding the .dll files) to the root directory of your Arma 3 server. - Open the Commandline Manager.
- Create a new commandline or modify an existing one, then add
@infiSTAR_Exile
to the serverMod section of the commandline. - Go to the folder
infiSTAR.de_Exile\MPMission
. - Move all the files from this folder into your currently used MPMission folder.
- Open the
description.ext
file in your MPMission folder using a text editor. - Locate the line
class CfgRemoteExec {};
(which may contain additional content within the curly brackets) and remove it. - Add the following lines to the
description.ext
file:
#include "CfgRemoteExec.hpp"
#include "infiSTAR_defines.hpp"
#include "infiSTAR_AdminMenu.hpp"
#include "infiSTAR_chat.hpp"
#include "infiSTAR_KeyBinds.hpp"
- Access the
@infiSTAR_Exile
folder again. - Upload the .dll files to the root directory of your Arma 3 server.
- Copy the BattleyeFilters folder from
infiSTAR.de_Exile\BattleEye
and paste it into your server's Battleye folder.
tip
Ensure that you copy the BattleyeFilters folder to the correct location. (Note: This is also the folder where you will find FILTERNAME.log files generated by Battleye.)
Additionally, you may find a YouTube tutorial helpful for this installation process.