Advertisement
Guest User

Untitled

a guest
Jul 24th, 2014
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.48 KB | None | 0 0
  1. !/bin/bash
  2. # Wrapper file to start the A3 server
  3. # Server installation path
  4.  
  5. # Network settings used in -cfg param
  6. networkConfig="basic.cfg"
  7. # Server configuration settings used in -config param
  8. serverConfig="server.cfg"
  9. # Server profile and difficulty settings used in -name param
  10. profileName="dev"
  11. # Server-side mods
  12. mods="@extDB"
  13. # Start server
  14. ./arma3server -cfg="/$networkConfig" -config="$serverConfig" -name="$profileName" -mod="$mods" -world=empty -port=2302 -noSound
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement