Basically I want to bind all source recorder 2 commands to a console bind system.
I would like to know if it's possible to have console additivly name the file.
For instance:
In game I press INSERT
bind INS "record TF2rec(1)" is run
In game I press END
bind END "stop" is run
In game I press INSERT (for the second time)
bind INS "record TF2rec(2)" is run
So essentually it adds a number for each new recording made, to prevent rewrittng a previous one and for not having to pause the game to name it each time.
Sorry, you need to Log In to post a reply to this thread.