Difference between revisions of "Game Servers"

From Amahi Wiki
Jump to: navigation, search
(New page: Game servers have until this point been maintained by Robbiet480. Currently the following servers are available: # Counter-Strike: Source # Team Fortress 2 # Unreal Tournament 2004 ==Coun...)
 
 
Line 1: Line 1:
 
Game servers have until this point been maintained by Robbiet480. Currently the following servers are available:
 
Game servers have until this point been maintained by Robbiet480. Currently the following servers are available:
# Counter-Strike: Source
+
#Valve servers
# Team Fortress 2
 
 
# Unreal Tournament 2004
 
# Unreal Tournament 2004
  
==Counter-Strike: Source==
+
==The Valve Servers==
A few notes on CS:S
+
Valve Servers are all installed via the valve.sh script located in /var/hda/web-apps/valve/valve.sh. When run it provides a informative wizard to install any server and will automatically start it. The servers all install to the Valve directory.
 
 
The default rcon password is *hda*
 
 
 
WARNING: This install WILL repeat WILL take a long time! It has to download about 600MB of files!
 
 
 
You can start the server with the following command:
 
/var/hda/web-apps/counterstrike/hlds/srcds_run -game cstrike +maxplayers 20 +map de_dust &
 
 
 
To edit the config files edit the file:
 
/var/hda/web-apps/counterstrike/hlds/cstrike/cfg/server.cfg
 
I recommend using the generator at [http://server.counter-strike.net/configs.htm]
 
 
 
To keep the server updated use this command (you dont have to do this as much as TF2 Server users do because CS:S is basically no longer in active development):
 
/var/hda/web-apps/counterstrike/hlds/steam -command update -game gamename -dir ~/hlds
 
 
 
You can drop extra maps via Samba in the share named "CounterStrikeMaps". It is also accessible in /var/hda/share/CounterStrikeMaps
 
 
 
Note on Psychostats:
 
You need to run this command whenever you wish to update the stats. I would suggest setting up a cronjob.
 
The command is:
 
/var/hda/web-apps/counterstrike/stats/stats.pl -v
 
 
 
==Team Fortress 2==
 
The default rcon password is *hda*
 
 
 
You should run the following command often to make sure that the TF2 maps stay upto date:
 
/var/hda/web-apps/tf2/tf2/update
 
 
 
You can drop extra maps via Samba in the share named "TeamFortress2Maps". It is also accessible in /var/hda/share/TeamFortress2Maps
 
 
 
Note on Psychostats:
 
You need to run this command whenever you wish to update the stats. I would suggest setting up a cronjob.
 
The command is:
 
/var/hda/web-apps/tf2/stats/stats.pl -v
 
  
 
==Unreal Tournament 2004==
 
==Unreal Tournament 2004==
 
More info coming soon
 
More info coming soon

Latest revision as of 07:33, 15 August 2009

Game servers have until this point been maintained by Robbiet480. Currently the following servers are available:

  1. Valve servers
  2. Unreal Tournament 2004

The Valve Servers

Valve Servers are all installed via the valve.sh script located in /var/hda/web-apps/valve/valve.sh. When run it provides a informative wizard to install any server and will automatically start it. The servers all install to the Valve directory.

Unreal Tournament 2004

More info coming soon