DrChat / Gmod-vphysics

Replacement vphysics module for the Source engine (originally meant for Garry's Mod)
Other
92 stars 15 forks source link

phys_timescale has no effect on the physics timescale #44

Closed ottworks closed 9 years ago

ottworks commented 9 years ago

(edit) This also affects clientside ragdolls: http://a.pomf.se/klnijw.mp4

DrChat commented 9 years ago

Yeah... I need to look into how to properly interpret the deltaTime given in CPhysicsEnvironment::Simulate. The tickrate was affecting this too, so if it wasn't 66 the simulation would slow this down or speed this up.