Forum
A config for effectively reviewing stv demos
Created 9th November 2010 @ 17:51
Add A Reply Pages: 1
What the topics says.
View: http://pastebin.com/raw.php?i=eNwBEdpx
Megaupload: http://www.megaupload.com/?d=LVD4IZOT
***Usage with default binds***
e – normal playback
f – pause
q – fast-forward
r – slow-motion
c – demoui
1-9 – rewind 10 to 90 s
0 – go to start
w – forward
a – left
s – back
d – right
lmb – attack
rmb – attack2
tab – show scores
f1 – console
f9 – reset config (point this to your own config)
***Making the stv config work with pov demos***
When watching a pov demo with the stv config, class configs are executed, potentially overriding the binds. It can be solved by creating aliases for all class specific binds and removing them in the stv config. For example:
—config.cfg—
…
exec link.cfg
—————-
—link.cfg—
alias scout “#ALL SCOUT SPECIFIC SETTINGS#”
…
————–
—scout.cfg—
scout //scout alias is executed when class is selected
—————
—linkstv.cfg—
alias scout //scout alias is removed
…
—————–
1. Game starts.
2. Config.cfg executed automatically.
3. Link.cfg is executed by call from config.cfg, class aliases are initialized.
4. Linkstv.cfg is called manually from console, class aliases are removed.
5. A pov demo is played in which a class config is executed. It does nothing since it’s only content is a call to an alias that was removed when executing the stv config.
***Experimental version***
I made another version that supports stepping forwards and backwards in minutes and seconds, but stepping forward only works with multicore support disabled(thanks Valve), rendering it pretty useless for the majority of people. I’ll include it here if someone is interested, but it hasn’t been tested properly and I don’t recommend using it. http://pastebin.com/raw.php?i=0jcXkNMZ
Last edited by ell,
Works realy good thx
Thanks mate.
May I use this in http://clugu.com/tf2mate ?
Quoted from compton
May I use this in http://clugu.com/tf2mate ?
Sure, nice of you to ask :)
Last edited by ell,
Update:
– Removed a left behind volume command (vol20) that called an alias not present in the file.
– Renamed it Link’s STV Config.
– Updated download links, added megaupload link.
Also, any suggestions on how to improve this are very welcome.
Last edited by ell,
shameless bomp.
Update:
-Added “Making the stv config work with pov demos” section (see top post).
Last edited by ell,
Add A Reply Pages: 1