HLTV on VDS

Ask questions about dedicated servers here and we and other users will do our best to answer them. Please also refer to the self-help section for tutorials and answers to the most commonly asked questions.
Post Reply
TRICKsystems
New to forums
New to forums
Posts: 1
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Tue Jun 15, 2010 1:13 pm

HLTV on VDS

Post by TRICKsystems »

Im wondering how you setup a HLTV on your VDS
User avatar
Edge100x
Founder
Founder
Posts: 13126
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: HLTV on VDS

Post by Edge100x »

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:

Code: Select all

cd\game installs\hldsbase
hltv.exe -console -ip x.x.x.x +maxclients y
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

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
Post Reply