STARTPATH="/usr/local/games/wolfenstein" BINARY="./wolfded.x86" PROCESSNAME="wolfded.x86" PORT="30150" PORTS="30150" COMMONARGS="+set dedicated 2 +set sv_maxRate 10000 +set com_hunkmegs 64 +set com_zonemegs 32" ARGS="+set sv_maxclients 32 +set net_port 30150 +map mp_village +set sv_hostname \"Wolfenstein 1 - Twin Cities\" +exec base-dm-rotate.cfg +vstr m_rotate1" QSTAT="wlf" ####################################################################################### # STARTPATH = path the BINARY should be executed from # BINARY = executable that should be run to start the game # PROCESSNAME = the name the game shows up as when doing a netstat -lep # PORTS = the ports this game should be allowed to use # COMMONARGS = arguments that may be common to other games of this type (optional) # ARGS = arguments that may be specific to this instance of the game (optional) #######################################################################################