#!/bin/sh # Startup script for Half Life Dedicated Server # # chkconfig: 2345 95 05 # description: Half Life Dedicated Server binary="./hlds_amd" GAME_NAME="Half-Life" GAME_DIR=/usr/local/games/cs GAME_DAEMON=hlds_run GAME_USER=hlds GAME_SERVERS="hldm" GAME_PARAMS="-binary ./hlds_i686 +sv_lan 0 -tos -pingboost 1 -insecure +ip 85.249.166.242 -master -debug" GAME_PARAMS_cstrike="-game cstrike -secure +port 27015 +map de_dust +maxplayers 16" GAME_CPU_cstrike=0 GAME_PARAMS_hldm="+port 27016 +map boot_camp +maxplayers 20" GAME_CPU_hldm=1 . /etc/rc.d/init.d/gameserver