PDA

View Full Version : SourceTV demo smoothing


n00bkill3r
12-05-2009, 03:14 PM
Hello! Could anyone explain me how to smooth srctv demo? I even used tv_transmitall 1 while recording and thought I'll be finally smoothable - not.

I'm in spectator, do everything correctly according to a pov smoothing guide and then comes a point where I'm supposed to press button "Drive", I do so, but I'm not able to move the camera, it's like frozen, I can just rotate my view.

If anyone has a solution/guide, I'd be really grateful.

Thanks in advance

Dcky
12-05-2009, 05:09 PM
You can only smooth a POV demo, not SourceTV demo.

It sucks but that's how it is.

flaegz0r
06-16-2010, 06:45 AM
Actually there is a way.

Here, you must use WASD and IJKL to move the camera.

//PhantomBadger SourceTV Smoothing script - Put in your autoexec

//[W-S-A-D]

bind w "+forward"
bind s "+back"
bind a "+moveleft"
bind d "+moveright"



//[I-K-J-L]

bind i "+moveup"
bind k "+movedown"
bind j "+left"
bind l "+right"



//[Settings]

cl_forwardspeed "100"
cl_yawspeed "100"
cl_backspeed "100"
cl_sidespeed "100"
cl_upspeed "100"

Enjoy.