project-navigation
Personal tools

Author Topic: Unsmooth the camera  (Read 2851 times)

Offline TumbleWeed

  • Rookie
  • ***
  • Posts: 12
    • View Profile
Unsmooth the camera
« on: July 07, 2010, 11:25:47 pm »
How do I turn it off? I honestly genuinely really hate smoothed out camera/mouse/keyboard movement. In any game. When I let go of the key, stuff needs to stop.
I even dumped the console commands list (cmdlist) and searched it through but nothing obvious stood out.
So, once again, how to turn off the camera movement smoothing in battlescape?

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
Re: Unsmooth the camera
« Reply #1 on: July 08, 2010, 12:35:58 pm »
i'm not 100% sure - but try to play around with the cvar cl_cammoveaccel

Offline TumbleWeed

  • Rookie
  • ***
  • Posts: 12
    • View Profile
Re: Unsmooth the camera
« Reply #2 on: July 08, 2010, 04:41:35 pm »
Awesome. Thanks. Actually, my gut says it's one of these three, probably the rotspeed one. But that cvar thing led me to find these. (copypasted from ufoconsole.txt after entering the command cvarlist in console)

cl_camrotspeed       "250"
cl_cammovespeed      "750"
cl_cammoveaccel      "820.59"

EDIT: Turns out "rot" stands for "rotate" and not, well, rot (decay)... <.<
Anyway, it IS the cl_cammoveaccel, which I upped to 90000, virtually eliminated all camera pan speed-ups and slowdowns. Idk if there's a max value to this, so anyone out there might want to try more conservative values first, like I did.
« Last Edit: July 08, 2010, 05:00:14 pm by TumbleWeed »