PMC websites shut down November 13th 2025 unless web hosting fees are paid. See up to date status from PMC Website Hosting and Domain Registration Fee Status forum topic. Please Support PMC to help keep these websites online.

Enjoyed or found this pages content useful, please Support PMC to help me keep this web page online beyond November 13th 2025 when web hosting fees are due.

User Tools

Site Tools


arma2:linux-dedicated-server-steam-install

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
arma2:linux-dedicated-server-steam-install [2014/08/04 02:18] – created linux-dedicated-server-steam-install initial page. snakemanarma2:linux-dedicated-server-steam-install [2024/08/02 12:19] (current) – links added. snakeman
Line 1: Line 1:
 ====== ArmA 2 Linux Dedicated Server Steam Install ====== ====== ArmA 2 Linux Dedicated Server Steam Install ======
 +
 +[[https://www.pmctactical.org/forum/viewforum.php?f=50|ArmA 2 Forum]], [[:arma2|ArmA 2 Home]], [[arma2:config|ArmA 2 Config]], [[arma2:file_formats|ArmA 2 File Formats]], [[arma2:missions|ArmA 2 Missions]], [[arma2:modeling|ArmA 2 3D Modeling]], [[arma2:scripting|ArmA 2 Scripting]], [[arma2:terrain|ArmA 2 Terrain]], [[arma2:texturing|ArmA 2 Texturing]], [[arma2:tools|ArmA 2 Tools]]
  
 **ArmA 2 Linux Dedicated Server Steam Install** instructions. **ArmA 2 Linux Dedicated Server Steam Install** instructions.
Line 89: Line 91:
 </code> </code>
 At this time it will download all the ArmA 2 game files for you. At this time it will download all the ArmA 2 game files for you.
 +
 +After the download is complete, you can safely delete these following files, here is our current delete command line:
 +<code>
 +rm readme*txt
 +rm bis.url
 +rm changelog.txt
 +rm arma2.changelog109
 +rm arma2oa_manual.pdf
 +rm arma2oa_patch_1_59_readme.txt
 +rm arma2oa_update_162_readme.txt
 +rm arma2oa_update_163_readme.txt
 +rm directx/ -rf
 +rm dlcsetup/ -rf
 +rm 339*_install.vdf
 +</code>
  
 Then download the ArmA 2 linux dedicated server package from bis, unpack it to your server directory. Then download the ArmA 2 linux dedicated server package from bis, unpack it to your server directory.
 +
 +At the moment of writing / updating this tutorial, the latest ArmA 2 Linux binary can be found from bis forums ARMA-2-Operation-Arrowhead-Linux-Server-beta-1-63-126652 topic.
  
 Please note that you have now downloaded the Windows files into your Linux shell, they are not lowercase as they need to be so use "tolower" script found in the ArmA 2 linux dedicated server package you downloaded from bis pages. Please note that you have now downloaded the Windows files into your Linux shell, they are not lowercase as they need to be so use "tolower" script found in the ArmA 2 linux dedicated server package you downloaded from bis pages.
Line 144: Line 163:
 motd[]={ motd[]={
 "PMC Tactical", "PMC Tactical",
-"http://tactical.nekromantix.com/",+"https://www.pmctactical.org/",
 "Enjoy" "Enjoy"
 }; };
Line 304: Line 323:
  
 All done. Hopefully this tutorial was helpful :) All done. Hopefully this tutorial was helpful :)
 +
 +
 +====== ArmA 2 SteamCMD Validate ======
 +
 +<code>
 +// arma2 (notice that 33900 app_id does NOT work!)
 +app_update 33910
 +// arma2 OA
 +app_update 33930
 +</code>
 +
 +Validate parameter:
 +<code>
 +// arma2 (notice that 33900 app_id does NOT work!)
 +app_update 33910 validate
 +// arma2 OA
 +app_update 33930 validate
 +</code>
 +Validate parameter checks all the files in your ArmA 2 installation for errors, if it finds any it will download and fix them. Validate option takes some time to process, if you are in hurry or just generally don't break your installations, you can lave out validate parameter.
 +
arma2/linux-dedicated-server-steam-install.1407118683.txt.gz · Last modified: 2014/08/04 02:18 (external edit)