x
ETF2L is looking for new Staff to recruit! Are you interested in supporting the league? Then click here for more details on what we can offer and how to apply! 

Forum

Help w/ toggle record bind

Created 22nd March 2014 @ 10:37

Add A Reply Pages: 1

Collaide

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

bub

buy a pc

Collaide

Quoted from bub

buy a pc

I’m saving

Popcorp

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,

quintosh

ITIFY
op_sqd

that is possible in one session but once you restart tf2 it doesnt work unless you manually set the number at the start of every session

Add A Reply Pages: 1