################################## ####### Instance Settings ######## ################################## # PLACE INSTANCE SETTINGS HERE ## These settings will apply to a specific instance. steamuser="[REDACTED]" steampass='[REDACTED]' ip="0.0.0.0" port="2302" ## ARMA 3 Modules # Add mods with relative paths: # mods/@cba_a3 # To load the "Community Base Addons v3" module found in the # directory serverfiles/mods/@cba_a3. Load several mods as: # mods="mods/@ace\;mods/@acex\;mods/@cba_a3" mods="" ## Server-side Mods servermods="" ## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters startparameters="-ip=${ip} -port=${port} -cfg=${networkcfgfullpath} -config=${servercfgfullpath} -mod=${mods} -servermod=${servermods} -bepath=${bepath} -autoinit -loadmissiontomemory" # SteamCMD Branch | https://docs.linuxgsm.com/steamcmd/branch branch="creatordlc" betapassword="" executable="./arma3server_x64"