 _________________
|                 |
|  CSPSP Server   |
|  version 1.1    |
|  by Kevin Chen  |
|  2008           |
|_________________|


 __________
|-UPDATES- |
|__________|

   Support for CSPSP version 1.56
   Implemented grenades
   Fixed a bug where kicking someone wouldn't update the current number of players
   Fixed a bug that made the remaining ammo count after reloading inaccurate
   Fixed a bug in the knife collision check when more than two players were in contact
   Added an alltalk setting
   Added minimize to tray function
   Made a new icon for the application
   Removed the console version of the application
   Fixed a few other bugs


 ________
|-INTRO- |
|________|

   This is version 1.1 of the game server application for CSPSP. 
   

 _______________
|-INSTALLATION- |
|_______________|

   Extract the CSPSPServer folder to any location you want and run CSPSPServer.exe (requires the Microsoft .NET Framework). The server will automatically minimize to the tray (the notification area at the bottom right of the screen). Double-click the icon or right click it and press "Restore" to bring up the server again.

***If you are behind a router, you will have to port foward the port (udp only) specified in config.txt (default is 42692). Similarly, if you are using a firewall, you will have to unblock/open the port. Since the steps for these procedures vary among router types and different firewalls, I won't give any specific instructions here. A very helpful tutorial by xXxSpectre@ is available at the CSPSP forums (http://z4.invisionfree.com/CSPSP/index.php?showtopic=96).***
   

 ________________
|-CONFIGURATION- |
|________________|

   To configure your server, open up data/config.txt. Inside, you'll find a few settings that you can change. They should be pretty self-explanatory, but I'll give short descriptions of them here:


   "name" - the name of your server (max 32 characters)

   "autobalance" - enables/disables team auto-balance ["on"/"off"]

   "friendlyfire" - enables/disables friendly fire ["on"/"off"]

   "alltalk" - enables/disables chat between dead players/spectators and players still alive ["on"/"off"]

   "maxplayers" - the maximum number of players that can join the server (max 32, although a realistic value should be around 10)

   "roundtime" - the duration of a round in seconds (minimum 10)

   "freezetime" - the freeze time before a round in seconds (max 10)

   "maptime" - the duration of a map in minutes (maximum 120)

   "port" - the port that the server will use (between 1024 and 65536)

   
   To change the map cycle, open up data/mapcycle.txt. List the maps in the order that you want them to cycle in, with one map on each line.

   You can also modify the data/guns.txt, although extreme values for any of the gun properties might not work well online (especially ones like fire rate)


 ___________
|-COMMANDS- |
|___________|

   Commands can be entered in the input line (indicated by ">") on the top or bottom of the server, depending on if your running the console or gui version. Here's a list of the available commands:


   /help - lists available commands and their arguments

   /timeleft - shows remaining time left for current map

   /kick [player ID] - kicks player with specified ID

   /map [map name] - changes to a new map

   normal text - sends a server message to all players


 ________________
|-COMMON ERRORS- |
|________________|

   Here is a list of a few error messages and their explanations/solutions:


   "Error: Map could not be loaded" - the map could not be loaded (this probably means that the map itself has problems)

   "Error registering server: Server already registered" - the server was not unregistered correctly the last time it was closed. This is more of a warning than an error, and the server will still function normally.

   "Error registering server: Version outdated" - a new version of the server application is available. Although the server will still run, only people with compatible CSPSP clients will be able to join. It's recommended that you update as soon as possible.

   "Error contacting master server" - the master server that holds the list of servers is unavailable (or your internet connection isn't working). The server will still run, and people who have it saved in favorites will still be able to connect.

   "Error registering server: Supplied IP does not match" - the IP sent to the master server differs from the IP that the master server sees. This error is usually uncommon; try restarting the server application if this happens.


 _______
|-TODO- |
|_______|

   More settings to change

   More commands for the admin of the server (ban, etc.)
