Thread: HLTV Server
View Single Post
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 09-09-2019 , 23:07   Re: HLTV Server
Reply With Quote #8

Quote:
Originally Posted by bendas View Post
I just read it, but in the end, they really explain the basics but not how to really enter the HLTV to the server. Seems like they don't explain how to run it on Linux.
You just run it like you run any other executable on Linux (./hltv). When I tried to run mine I had to first set my LD_LIBRARY_PATH to include the directory in which the hltv executable resides. Here is a simple bash script that start the server:

Code:
#!/bin/sh

export LD_LIBRARY_PATH=".:${LD_LIBRARY_PATH}"

./hltv +name "HLTV" +connect 111.222.333.444:27015
__________________
fysiks is offline