Forum
Help w/ toggle record bind
Created 22nd March 2014 @ 10:37
Add A Reply Pages: 1
First, let me clarify, I’m on a mac so P-REC does not work.
I tried using this concept:
r_drawviewmodel 1
bind “mouse3” “viewtoggle”
alias “viewtoggle” “viewoff”
alias “viewon” “r_drawviewmodel 1; alias “viewtoggle” “viewoff””
alias “viewoff” “r_drawviewmodel 0; alias “viewtoggle” “viewon””
This is how it went:
record Demo
bind “o” “ToggleRecord”
alias “ToggleRecord” “StopRecord”
alias “StartRecord” “record Demo; alias “ToggleRecord” “StopRecord””
alias “StopRecord” “stop; alias “ToggleRecord” “StartRecord””
The only problem I had, is that the demo file has the exact same name, so it overwrites the existing demo with the same name.
Is there any way to fix this?
Thanks in advance
buy a pc
Quoted from bub
buy a pc
I’m saving
ask for the help here http://www.reddit.com/r/Tf2Scripts/
my only guess would be is to make a Randomizer script, that randomizes name for your demo, like Binds, someone pressed O and it says random Bind from the config, i don’t know how to make that and don’t know if it can work with Demo system
Last edited by Popcorp,
Add A Reply Pages: 1