arma2:linux-dedicated-server-install
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
arma2:linux-dedicated-server-install [2013/05/20 05:50] – added Howto Run Two Servers in One Computer header. snakeman | arma2:linux-dedicated-server-install [2024/08/02 12:18] (current) – links added. snakeman | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== ArmA 2 Linux Dedicated Server Install ====== | ====== ArmA 2 Linux Dedicated Server Install ====== | ||
+ | |||
+ | [[https:// | ||
How to install ArmA 2 Linux Dedicated Server. | How to install ArmA 2 Linux Dedicated Server. | ||
Line 7: | Line 9: | ||
- install linux :) | - install linux :) | ||
- upload all ArmA 2 files including Expansion\Beta\ directory into your / | - upload all ArmA 2 files including Expansion\Beta\ directory into your / | ||
+ | - Or use [[arma2: | ||
- download arma2oa server binary from BIS. | - download arma2oa server binary from BIS. | ||
- unpack and run ./install | - unpack and run ./install | ||
Line 14: | Line 17: | ||
apt-get install build-essential | apt-get install build-essential | ||
apt-get install ia32-libs | apt-get install ia32-libs | ||
+ | </ | ||
+ | Edit: August 2016 latest ubuntu don't have ia32-libs package anymore. You can get ArmA 2 server running by installing lib32stdc++6 instead, like this: | ||
+ | < | ||
+ | apt-get install lib32stdc++6 | ||
</ | </ | ||
Line 52: | Line 59: | ||
You can query the status of the server with command: | You can query the status of the server with command: | ||
- | </code> | + | < |
./ | ./ | ||
</ | </ | ||
Line 73: | Line 80: | ||
There might be lot of garbage in the log, in this example " | There might be lot of garbage in the log, in this example " | ||
< | < | ||
- | tail -f log.bis.2302.txt | grep -v dubbingradio | + | tail -f log.bis.2302.txt | grep -v -e dubbing -e RadioProtocol -e "No speaker given" |
</ | </ | ||
+ | |||
+ | Use the -e parameter to add each string you want to skip, if its not a single word, use quotes like in the no speaker given string. | ||
Line 128: | Line 137: | ||
mkdir serverpmc | mkdir serverpmc | ||
mkdir serverpmc/ | mkdir serverpmc/ | ||
- | mkdir serverpmc/ | ||
</ | </ | ||
Line 164: | Line 172: | ||
All done, then just copy your individual missions into mpmissions/ dir for this server and run ./ | All done, then just copy your individual missions into mpmissions/ dir for this server and run ./ | ||
+ |
arma2/linux-dedicated-server-install.1369029047.txt.gz · Last modified: 2013/05/20 05:50 (external edit)