Server Help

 

Home

The Game

Multiplayer Help

Server Help

Links

Downloads

Screen Shots

Player Stats

  Running a server will allow people to connect to your computer to play the game.  There are two different types of servers to run.  When running a dedicated server, you can not join the game from the same computer.  The other server type will allow you to play the game.  There are a couple files that can be tweaked to improve performance of both types of servers.  They are the server.cfg and the listenserver.cfg.  Both can be located in the Sierra\Gunman\Rewolf folder.  The following samples below are of both my listenserver.cfg and server.cfg files.  By using Notepad, these files can be edited to the server's preferences.

Another file that can be modified prior to running a server is the mapcycle.txt.  This file is used to determine which maps will be run in the server.  Again, simply edit with notepad to the maps of choice.

Under the Links menu, there is a link to a website called "I Am Half Life", because Gunman runs the same game engine as Half Life many of the server commands and console commands can be used..

Server.cfg File

// Use this file to configure your DEDICATED server. 
// This config file is executed everytime the server changes levels.

// disable autoaim
sv_aim 0

// player bounding boxes (collisions, not clipping)
sv_clienttrace 3.5

// disable clients' ability to pause the server
pausable 0

// default server name. Change to "CoCoPoP's Server", etc.
hostname "BattLe ZonE"

// 20 minute timelimit
mp_timelimit 30

// 30 kill frag limit
mp_fraglimit 30

//sets the frequency a client can spray decal
decalfrequency 3

// Sets max number of blast marks decals
r_decals 30

// Sets max number of blast mark decals
mp_decals 30

// Cheats Off
sv_cheats 0

// Remote access password set
rcon_password XXXXX

Listenserver.cfg File

// Use this file to configure your LISTEN server. 
// This config file is executed everytime the server changes levels.


// If you run a listen server and choose to modify this file, 
// note that assigning values to the following variables within 
// this file will stomp the choices you make in the Launcher 
// server configuration "Advanced Options" screen:
//
// hostname
// maxplayers
// password
// mp_fraglimit
// mp_timelimit
// mp_falldamage
// mp_weaponstay
// mp_friendlyfire
// mp_forcerespawn
// mp_footsteps
// mp_flashlight
// mp_autocrosshair
// teamplay


// disable autoaim
sv_aim 0

// player bounding boxes (collisions, not clipping)
sv_clienttrace 3.5

// disable clients' ability to pause the server
pausable 0

// default server name. Change to "CoCoPoP's Server", etc.
hostname "BattLe ZonE"

// 20 minute timelimit
mp_timelimit 30

// 30 kill frag limit
mp_fraglimit 30

//sets the frequency a client can spray decal
decalfrequency 3

// Sets max number of blast marks decals
r_decals 30

// Sets max number of blast mark decals
mp_decals 30

// Cheats Off
sv_cheats 0

 

 

Common Server Commands

users 

List users on server

 

status

List users playing

 

mp_flashlight 1

enable flashlight.  0 = off

 

kick #X 

 use the user command then kick #X to kick a player from server.

 

rcon

If running a dedicated server and playing from another PC, rcon can be used from the playing PC to control server.  Make sure to set up password in the server.cfg folder as follows;

 

rcon_password XXXXX

 

say

Use this to enter text from console while playing or in dedicated server box.

 

name "xxxx"

Use this to change name from console during play.  Use the quote marks if name has spaces in it.

 

 

 



Hosted by www.Geocities.ws

1