Here is my Linux config file below:
server_exec="etded.x86"
game_directory="enemy-territory260"
server_mod_directory="tcetest"
server_port="27960"
rcon_password="yourpass"
server_log_name=""
server_vm="

"
server_dedicated="2"
server_ip="208.43.15.197"
server_com_hunkmegs="64"
server_sv_maxclients="32"
server_logfile="3"
server_sv_pure="1"
server_sv_punkbuster="1"
server_config1="basic.cfg"
server_config2=""
username="enterhere"
Some ET mod's require the forced loading of their own .so (dll) files - particularly server side mods.
If this mod requires something such as +set vm_game 0 in the above config please tell me what to put in there
server_vm=""
to:
server_vm="vm_game 0"
