What do I put in that ... after connect? That doesn't make sense.
Also, I think you meant to put "chmod +x ./hltv.lib " outside of the hltv.lib file, right? Your formatting makes it look like it should be inside.
I ran the following
Code:
./hltv.lib +connect 72.51.60.29:27015 +exec hltv.cfg
and I get continuous challenges of the server but no entry.
Code:
Challenging 72.51.60.29:27015 (1/3)
Challenging 72.51.60.29:27015 (2/3)
Challenging 72.51.60.29:27015 (3/3)
WARNING! Server::Challenge: Timeout after 3 retries
Automatic connection rety...
Challenging 72.51.60.29:27015 (1/3)
Challenging 72.51.60.29:27015 (2/3)
Challenging 72.51.60.29:27015 (3/3)
This is what my hltv.cfg looks like
Code:
// HLTV Proxy configuration file
// HLTV proxy runs this file on start up
// This file should only be edited if you want to broadcast a game
// set HLTV proxy name as shown in score board
name "Absurd Minds' HLTV 2"
// set HLTV name, how it should appear in game server browsers
hostname "Absurd Minds' HLTV 2"
//HLTV Slots (DO NOT CHANGE THIS)
maxclients "20"
// set offline info text clients will see as reject reason if HLTV isn't broadcasting yet
offlinetext "Sorry, game is delayed. Please try again later."
// delays broadcasting for 30 seconds (this is standard for league type matches)
delay 120.0
// allow 3.5 KByte/sec as client rate. This is good a value
// for internet broadcasts. On LAN you may set this value to 10000
maxrate 3500
// log HLTV console in proxy.log
// logfile 1
// local chatting for HLTV spectators enabled
chatmode 1
// if game server is password protected, enable this line
serverpassword ""
// proxy's adim password for rcon, commentator etc.
adminpassword "*****"
// show message for 5 seconds each 60 seconds in center of X axis (-1) and
// above help text bar (0.85). Color given as hexadecimal RGBA .
loopcmd 1 60 localmsg "You're watching HLTV. Visit www.valvesoftware.com" 5 -1 0.85 FFA000FF
// hltv.tga will be shown instead of the default HLTV logo in spectator GUI
// bannerfile "hltv.tga"
// these commands will be executed on connecting spectator client and may be used
// to adjust settings for HLTV (for example voice parameters)
signoncommands "voice_scale 2; voice_overdrive 16; volume 0.5; echo Voice adjusted for HLTV"
echo hltv.cfg loaded.
//Game Server Connection Info - enter the game server ip and port in the following format by adding a new line below the example shown. Then start your HLTV server
connect 72.51.60.29:27015