Recording HLTV demos

Post a reply

Confirmation code
Enter the code exactly as it appears. All letters are case insensitive.
Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :arrow: :| :mrgreen: :geek: :ugeek:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Recording HLTV demos

Re: Recording HLTV demos

by raz0r » Wed May 16, 2012 6:45 pm

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.

Re: Recording HLTV demos

by cassinoroyale » Sat Oct 01, 2011 7:39 pm

problem fixed! kudos to randy chavez!

Re: Recording HLTV demos

by Teapot_Dome » Fri Sep 30, 2011 3:41 am

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

Re: Recording HLTV demos

by cassinoroyale » Wed Sep 28, 2011 8:45 pm

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 :()

Re: Recording HLTV demos

by k4b00m » Sun Sep 25, 2011 9:30 pm

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

Stickied!

Recording HLTV demos

by rwc8thc » Sun Sep 25, 2011 7:22 pm

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.

Top