Quick & Dirty -- Quake Dedicated Server

Aus RZ-Amper Wiki
Zur Navigation springen Zur Suche springen

Konfiguration

Folgenden Optionen benutzen um einen dedizierten Server zu starten.

 -dedicated 16 -mem 128 -noipx
 -dedicated 16 launches as dedicated server and allows up to 16 players.
 -ip 11.22.33.44 is the IP address to bind to. May be necessary if the machine has multiple IPs.
 -condebug generates a qconsole.log text file of events on the server.
 -heapsize 32768 is a memory allocation of 32 MB.
 -mem 32 alternative to -heapsize.
 -zone 1024 is another memory allocation of 1 MB for alias memory. ProQuake defaults to 512.
 -port 26001 or -udpport 26001 is the connection port. Port 26000 is the default used by the server and Quake clients.
 -noipx disables IPX/SPX support.
 +map dm2 is the map the server starts on.

Server commands

The following useful commands can be typed into the running server application:

 status shows hostname, IP, map and players.
 coop [0|1] turns on/off co-operative mode. Do this before choosing a map.
 skill [0|1|2|3] changes the difficulty: 0 easy, 1 normal, 2 hard, 3 nightmare.
 map e1m2 restart from this map (see list below). Drops players.
 changelevel e1m2 changes the map (see list below).
 rcon_password "mypassword" defines or changes the remote administration password.
 rcon_password "" disables remote administration.

Any of these can also be done from the client console if remote administration is active, simply by prefixing with rcon. For example:

 rcon status
 rcon map e2m3

Quake map list

 Episode one
       start
       e1m1
       e1m2
       e1m3
       e1m4
       e1m5
       e1m6
       e1m7
       e1m8
   Episode two
       e2m1
       e2m2
       e2m3
       e2m4
       e2m5
       e2m6
       e2m7
   Episode three
       e3m1
       e3m2
       e3m3
       e3m4
       e3m5
       e3m6
       e3m7
   Episode four
       e4m1
       e4m2
       e4m3
       e4m4
       e4m5
       e4m6
       e4m7
       e4m8 (crashes for me)
       end
   Deathmatch
       dm1
       dm2
       dm3
       dm4
       dm5
       dm6