hltv_linux32
steamcmd
HLTV
hltv_run
%IP% %PORT% %CONNECT% %PLAYERS% %PID_FILE% +hostname "%HOSTNAME%" +name "%HOSTNAME%"
128
rcon
none
90
anonymous
Address
Specify the IP:Port for the game server.
Password
Game server password, just for private servers.
Delay
In seconds, delay between game server and TV.
RCON password
Password to access the HLTV console remotely.
echo '#!/bin/bash
export LD_LIBRARY_PATH=".:$LD_LIBRARY_PATH"
if test -e "hltv"; then
if test -x "hltv"; then
./hltv $@
else
echo "hltv: binary not executable."
fi
else
echo "hltv: file not found."
fi' > hltv_run
chmod +x hltv_run