Insurgency 2014 Dedicated Server: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 1: | Line 1: | ||
This page outlines | {{messagebox | ||
|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. | ||
app_update 237410 | |||
app_update 237410 | |||
Alternatively you can use the following command. | |||
* 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> | |||
= 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. | |||
[[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.
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.