Arma 2 CO install on a VDS

Ask questions about dedicated servers here and we and other users will do our best to answer them. Please also refer to the self-help section for tutorials and answers to the most commonly asked questions.
Post Reply
Ecko89
A semi-regular
A semi-regular
Posts: 16
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Tue Mar 29, 2011 7:18 am

Arma 2 CO install on a VDS

Post by Ecko89 »

completely unsure how to do this... can somebody point me in the right direction?
server is unmanaged..
i looked for a post, but idnt see one..


Cheers, Ecko.
User avatar
Edge100x
Founder
Founder
Posts: 13120
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: Arma 2 CO install on a VDS

Post by Edge100x »

It's been awhile since I've had to start over from scratch on this, but I believe the best way to do it would be to use the Steam client to download both games and the dedicated servers for both games (from the tools menu). Then, move or hardlink the arma2 files into a "arma2" folder on the ArmA2:OA installation. Finally, use a command line that includes this, in addition to the standard options:

Code: Select all

-mod=arma2;expansion;ca
For instance, the final line might look like:

Code: Select all

ARMA2OASERVER.exe -mod=arma2;expansion;ca -port=2302 -name=server -config=cfg\server.cfg -cfg=cfg\basic.cfg -profiles=cfg
This would need to be run from "C:\Program Files (x86)\Steam\steamapps\common\arma 2 operation arrowhead", most likely. You would need to put a valid server.cfg and basic.cfg in your "cfg" folder before doing this (I'm not sure if they're included).

More information on command line options can be found here: http://community.bistudio.com/wiki/Arma ... Parameters
Post Reply