Description of ArmA3 structure # Directory Structure ## GameDir ```dir / |- mpmissions/ |- userconfig/ #cba, ai difficulty, ecc ``` ## Cfg & Mods Parameter based, can be everywhere # Parameters ``` aram3server_x64[.exe] -server -world=empty -loadMissionToMemory -maxMem=13107 -cpuCount=16 -hugepages -enableHT -setThreadCharacteristics -noPause -profiles="" # path to the profiles directory (misison save dir) and in general the logs directory -config="/file.cfg" # server related config, name, password, autostart missions ) -mods=";" # list of paths to mods separated by ';' -filePatching ```