33 lines
678 B
Plaintext
33 lines
678 B
Plaintext
# Variable settings for RTCW-Enemy Territory dedicated server
|
|
|
|
# executable
|
|
ETDED=/usr/share/games/enemy-territory/etded
|
|
|
|
# video mode
|
|
VM_GAME=0
|
|
|
|
# server type: 1-dedicated server for lan; 2-dedicated server for internet
|
|
SERVER_TYPE=2
|
|
|
|
# net_port
|
|
NET_PORT=27960
|
|
|
|
# the amount of RAM the game will be allocated
|
|
COM_HUNKMEGS=64
|
|
COM_ZONEMEGS=32
|
|
|
|
#The working directory is /var/games/enemy-territory/
|
|
#With this variable you can define another path in which ETDED seek files
|
|
FS_BASEPATH=/usr/share/games/enemy-territory
|
|
|
|
# MOD of player
|
|
#GAME_MOD=etpro
|
|
|
|
# Punkbuster: 0-disabled; 1-enabled
|
|
SV_PUNKBUSTER=1
|
|
|
|
# the amount of RAM the game will be allocated
|
|
SERVER_CONFIG=server.cfg
|
|
|
|
|