Left 4 Dead Install

From 2047Servers Support
Jump to: navigation, search
(Created page with " Category:Linux Category:Source_Based_Servers 350px '''Copy the commands within the code boxes and paste/run them in Putty''' First yo...")
 
 
Line 20: Line 20:
 
<pre>cd /home</pre>
 
<pre>cd /home</pre>
  
Now make a folder e.g. Left 4 Dead_Server Note to change the "Left 4 Dead_Server" to the servers name or folder name
+
Now make a folder e.g. L4D_Server Note to change the "L4D_Server" to the servers name or folder name (unless you want it called that)
  
<pre>mkdir Left 4 Dead_Server</pre>
+
<pre>mkdir L4D_Server</pre>
  
 
Now go into that folder
 
Now go into that folder
  
<pre>cd Left 4 Dead_Server</pre>
+
<pre>cd L4D_Server</pre>
  
 
Now you have a new / clean folder you can being to download & install the files for the server.
 
Now you have a new / clean folder you can being to download & install the files for the server.
Line 67: Line 67:
 
<pre>./steam -command update -game "left4dead" -dir .</pre>
 
<pre>./steam -command update -game "left4dead" -dir .</pre>
  
This will check the current folder & download any / all missing files for a Team Fortress 2 Server (you can use this command to redownload files that you may have deleted
+
This will check the current folder & download any / all missing files for a Left 4 Dead Server (you can use this command to redownload files that you may have deleted
  
Team Fortress 2 Will now download (Should go very fast with our network speeds on our servers)
+
Left 4 Dead Will now download (Should go very fast with our network speeds on our servers)
  
 
== Running Left 4 Dead via Screen ==
 
== Running Left 4 Dead via Screen ==
Line 75: Line 75:
 
When you go to run the game server you want it to run in the background even when you disconnect from Putty, you will find if you just leave it running & close Putty you will kill the server (kills any processes you left running)
 
When you go to run the game server you want it to run in the background even when you disconnect from Putty, you will find if you just leave it running & close Putty you will kill the server (kills any processes you left running)
  
The way you keep a process running while you disconnect, is by making a session (using screen) Note to change the "Left 4 Dead_Server" to the servers name or folder name
+
The way you keep a process running while you disconnect, is by making a session (using screen) Note to change the "L4D_Server" to the servers name or folder name
  
<pre>screen -S Left 4 Dead_Server</pre>
+
<pre>screen -S L4D_Server</pre>
  
 
Now you will notice you are on a new session with a clean view of Putty
 
Now you will notice you are on a new session with a clean view of Putty
Line 83: Line 83:
 
Now you can run your Left 4 Dead Server Note to change the values in this line e.g. max players, port etc...
 
Now you can run your Left 4 Dead Server Note to change the values in this line e.g. max players, port etc...
  
Max Players - up to 32, Port (Best to use unused ones e.g. 25XXX-27XXX
+
Max Players - up to 8, Port (Best to use unused ones e.g. 25XXX-27XXX
  
 
<pre>./srcds_run -console -game left4dead +map l4d_hospital01_apartment +maxplayers 8 -autoupdate -port 27000 +exec server.cfg</pre>
 
<pre>./srcds_run -console -game left4dead +map l4d_hospital01_apartment +maxplayers 8 -autoupdate -port 27000 +exec server.cfg</pre>

Latest revision as of 14:38, 10 March 2013

Personal tools
Namespaces

Variants
Actions
Navigation
Categories