Recording HLTV demos

All things KTP League.
Post Reply
rwc8thc
Posts: 108
Joined: Sat Jan 29, 2011 12:30 am
Clans: SA, 85th, vtec, dicE, kaos
Location: San Luis Obispo, CA
Contact:

Recording HLTV demos

Post by rwc8thc »

For those who have asked..


Add this to your userconfig.cfg file. If you don't have a userconfig.cfg then create one:

Code: Select all

alias hltvrcon "rcon_address YOUR-HLTV-SERVER-IP; rcon_port YOUR-HLTV-SERVER-PORT; rcon_password YOUR-RCON-PW"
alias hltvrec "hltvrcon; wait; rcon record hltv; wait; remotercon1"
alias hltvstop "hltvrcon; wait; rcon stoprecording; wait; remotercon1; echo Recording stopped"
alias remotercon1 "rcon_address YOUR-GAME-SERVER-IP; rcon_port YOUR-GAME-SERVER-PORT; rcon_password YOUR-RCON-PW"
alias remotercon "rcon_address YOUR-GAME-SERVER-IP; rcon_port YOUR-GAME-SERVER-PORT; rcon_password YOUR-RCON-PW; echo Logged into rcon"
Then bind these commands to your config.cfg:

Code: Select all

bind X hltvrec
bind Y hltvstop
bind Z remotercon
Everything CAPITALIZED needs to be replaced with your own info.

hltvrec will record HLTV demos to your FTP.
hltvstop stops them.
remotercon allows you to run rcon commands to your server remotely from Steam console, no matter what game or where you're at.
k4b00m
Posts: 1446
Joined: Wed Mar 30, 2011 8:33 pm
Clans: dpk, dgf
Location: Canada
Contact:

Re: Recording HLTV demos

Post by k4b00m »

Thanks, I got lazy and didnt get around to posting that haha.

Stickied!
cassinoroyale
Posts: 1794
Joined: Sun May 01, 2011 7:23 pm
Clans: d7, @ NeT, CNB, dW, MVPz, Owned, rr, dodod, iwa, 3h
Location: Rio de Janeiro, Brazil
Contact:

Re: Recording HLTV demos

Post by cassinoroyale »

my binds (userconfig.cfg) works but I cant find the demos anywhere (I tried both server and hltv dod folder on the ftp but other than game files there are no demos at all :()
Teapot_Dome
Posts: 74
Joined: Mon May 23, 2011 10:42 am
Clans: TFP, FC, BAW, SaB`
Contact:

Re: Recording HLTV demos

Post by Teapot_Dome »

cassinoroyale wrote:my binds (userconfig.cfg) works but I cant find the demos anywhere (I tried both server and hltv dod folder on the ftp but other than game files there are no demos at all :()
they are stored in the ./dod/ directory on your actual hltv proxy box.

./dod/hltv-1109261117-dod_saints_b1.dem is an example of a file name
cassinoroyale
Posts: 1794
Joined: Sun May 01, 2011 7:23 pm
Clans: d7, @ NeT, CNB, dW, MVPz, Owned, rr, dodod, iwa, 3h
Location: Rio de Janeiro, Brazil
Contact:

Re: Recording HLTV demos

Post by cassinoroyale »

problem fixed! kudos to randy chavez!
raz0r
Posts: 74
Joined: Tue May 08, 2012 4:26 pm
Clans: KiS, CosaNostra, 38th

Re: Recording HLTV demos

Post by raz0r »

cassinoroyale wrote:problem fixed! kudos to randy chavez!

Howd you fix it? Everything appears to be working, but i cant find the files in the dod directory

EDIT* Got it, Im retarded.
Post Reply