How to Make Your Own Insurgency Dedicated Linux Server
To do this we have to use the wget command and download the app from the steam store.
As root issue the following commands.
cd /usr/local/games mkdir hlds wget hxxp://storefront.This will now download the file necessary for us to install the games, mods, etc from steam to run dedicated servers.
steampowered.
com/download/hldsupdatetool.
bin
Next we need to make the file we just downloaded executable and run it to unpack the steam files needed to install the server.
chmod 744 hldsupdatetool.Now execute the file and choose yes to the EULA agreement.
bin
.Now for the time consuming part.
/hldsupdatetool.
bin
We are now going to install the files needed for our dedicated server.
What this will do is download all the files needed for the server to the directory we specify.
Once it has finished we will need to run it a second time to update any files that might need updating.
.Once the game files have been updated we need to get a vanilla server up and running.
/steam -command update -game "insurgency" -dir.
.
/steam -command update -game "insurgency" -dir.
To do this we need to customize the server.
cfg file.
cd insurgency/cfg/ cp server.You will now want to edit the file and change some of the default values in the file.
cfg server.
bak rm server.
cfg wget hxxp://www.
econsole.
de/doku/server.
cfg
(rcon password,etc...
)
nano server.Finally we need to make a start up script to ease the starting of our server.
cfg
I have made a bash script that you can download.
Make sure you have screen installed!
cd..That's it you have now setup your own Insurgency dedicated Linux server and you can start playing.
/..
wget hxxp://www.
compuhowto.
com/wp-content/uploads/2010/01/insstart.
sh chmod 744 insstart.
sh .
/insstart.
sh