Insurgency 2014 Dedicated Server: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
This page outlines how the basics of running Insurgency 2014 Dedicated Server
{{messagebox
== Downloading Insurgency 2014 Dedicated Server ==
|text = This article needs to be '''updated''' to include current information regarding the subject.
|image = [[File:broom_icon.png|40px]]
}}
 
This page outlines the basics of setting up and running Insurgency 2014 Dedicated Server.[[Image:Insurgency_2014.jpg|thumb|right|360px|Insurgency‎]]
= Downloading Insurgency 2014 Dedicated Server =


1. [[SteamCMD#Downloading_SteamCMD|Download and install SteamCMD]].
1. [[SteamCMD#Downloading_SteamCMD|Download and install SteamCMD]].
Line 13: Line 18:


3. Install or Update Insurgency.
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
  app_update 237410 validate


If this is simply an update to an existing CS:GO dedicated server:
Alternatively you can use the following command.
app_update 237410
* Windows:
<pre>steamcmd +login username password +force_install_dir "/home/insserver/serverfiles" +app_update 237410 +quit</pre>
* Linux:
<pre>./steamcmd.sh +login username password +force_install_dir "/home/insserver/serverfiles" +app_update 237410 +quit</pre>


Alternatively you can use this command
= Running Insurgency 2014 Dedicated Server =
Use the following commands to start the server
* Windows:
srcds.exe
* Linux:
./srcds_linux
== Command line parameters ==
Use can use command line parameters to customize the server. See [[Command_Line_Options#Source_Dedicated_Server]] for options.


<pre>./steamcmd.sh +login username password +force_install_dir "/home/insserver/serverfiles" +app_update 237410 validate +quit</pre>
[[Category: Dedicated Server]]
[[Category: Dedicated Server]]

Revision as of 19:45, 7 February 2014

This page outlines the basics of setting up and running Insurgency 2014 Dedicated Server.

Insurgency‎

Downloading Insurgency 2014 Dedicated Server

1. Download and install SteamCMD.

2. Start SteamCMD. At the Steam> prompt, set your Insurgency 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.

app_update 237410

Alternatively you can use the following command.

  • Windows:
steamcmd +login username password +force_install_dir "/home/insserver/serverfiles" +app_update 237410 +quit
  • Linux:
./steamcmd.sh +login username password +force_install_dir "/home/insserver/serverfiles" +app_update 237410 +quit

Running Insurgency 2014 Dedicated Server

Use the following commands to start the server

  • Windows:
srcds.exe
  • Linux:
./srcds_linux

Command line parameters

Use can use command line parameters to customize the server. See Command_Line_Options#Source_Dedicated_Server for options.