Advertisement
Guest User

arma3server.cfg

a guest
Feb 21st, 2024
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. ##################################
  2. ####### Instance Settings ########
  3. ##################################
  4. # PLACE INSTANCE SETTINGS HERE
  5. ## These settings will apply to a specific instance.
  6. steamuser="[REDACTED]"
  7. steampass='[REDACTED]'
  8.  
  9. ip="0.0.0.0"
  10. port="2302"
  11.  
  12. ## ARMA 3 Modules
  13. # Add mods with relative paths:
  14. # mods/@cba_a3
  15. # To load the "Community Base Addons v3" module found in the
  16. # directory serverfiles/mods/@cba_a3. Load several mods as:
  17. # mods="mods/@ace\;mods/@acex\;mods/@cba_a3"
  18. mods=""
  19.  
  20. ## Server-side Mods
  21. servermods=""
  22.  
  23. ## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
  24. startparameters="-ip=${ip} -port=${port} -cfg=${networkcfgfullpath} -config=${servercfgfullpath} -mod=${mods} -servermod=${servermods} -bepath=${bepath} -autoinit -loadmissiontomemory"
  25.  
  26. # SteamCMD Branch | https://docs.linuxgsm.com/steamcmd/branch
  27. branch="creatordlc"
  28. betapassword=""
  29.  
  30. executable="./arma3server_x64"
  31.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement