HLTV on VDS
-
- New to forums
- Posts: 1
- https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
- Joined: Tue Jun 15, 2010 1:13 pm
HLTV on VDS
Im wondering how you setup a HLTV on your VDS
Re: HLTV on VDS
Running HLTV is similar to a regular HL1 server. At its most basic level, you can use command prompt commands like this to get started:
Where x.x.x.x is replaced with the IP that you want it to run on, and y is replaced by the maxclients (use 0 for record-only).
To change what server your HLTV connects to, edit hltv.cfg, and add lines like this:
Code: Select all
cd\game installs\hldsbase
hltv.exe -console -ip x.x.x.x +maxclients y
To change what server your HLTV connects to, edit hltv.cfg, and add lines like this:
Code: Select all
name "HLTV name in scoreboard"
hostname "HLTV name in browser"
adminpassword "password to control the HLTV"
serverpassword "your game server's password"
connect "x.x.x.x" // replace x.x.x.x with your game server's IP