Insurgency 2014 Dedicated Server: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "This page outlines how the basics of running Insurgency 2014 Dedicated Server == Downloading Insurgency 2014 Dedicated Server == 1. [[SteamCMD#Downloading_SteamCMD|Download and ...")
 
Line 9: Line 9:
* Windows:
* Windows:
  force_install_dir c:\ins-ds\
  force_install_dir c:\ins-ds\
force_install_dir .\ins-ds\
* Linux:
* Linux:
  force_install_dir /full/path/to/ins-ds/
  force_install_dir /full/path/to/ins-ds/

Revision as of 19:16, 7 February 2014

This page outlines how the basics of running Insurgency 2014 Dedicated Server

Downloading Insurgency 2014 Dedicated Server

1. Download and install SteamCMD.

2. Start SteamCMD. At the Steam> prompt, set your CS:GO Dedicated Server install directory.

Examples:

  • Windows:
force_install_dir c:\ins-ds\
  • Linux:
force_install_dir /full/path/to/ins-ds/

3. Install or Update Insurgency. If this is your first time installing or if you are trying to verify the integrity of the server files:

app_update 237410 validate

If this is simply an update to an existing CS:GO dedicated server:

app_update 237410

Alternatively you can use this command

./steamcmd.sh +login username password +force_install_dir "/home/insserver/serverfiles" +app_update 237410 validate +quit