PDA

View Full Version : Removing HL2 Mod vehicle camera lagg


Osteper94
10-03-2010, 03:10 AM
Hey guys :)
I need some help removing the HL2 vehicle multiplayer lagg. Im trying to make a simple multiplayer carmod. Ive tested it and it works just as I want with other players, except the camera is laggy when inside a car. If anyone have the code, or fix for this please share with us! :D
Ive already tried the fix the source mod wiki says, but are there any other way? Cause with that method you can't move your camera around with your mouse.
Garrys mod made it work, and so did many other mods, so whats the trick?
Thanks :D

IceIYIaN
10-05-2010, 01:41 AM
Might have something to do with these, add them to your AutoExec.cfg in SourceMods/YourMods/CFG/Config.cfg

cam_idealdelta "0" // "4.0" // Speed at which the camera will change
cam_ideallag "0" // "4.0" // Amount of lag used when matching offset
// // to ideal angles in TP view

If that doesn't work, you'll have to find them in the code, as the vehicle code might have them forced