So I have recently started having a ton of issues with physics. Props are seemingly nocollided with all other props/physics objects, they also fall/bounce off the world in an anti-gravity fashion.
The console outputs something like this occasionally:
[CODE]Crazy origin on entity [X][Y]
Origin: [-10449.393555, -963.147095, -16457.332031]
Angles: [0.057471, -88.923401, 359.676880]
Velocity: [-0.053176, 50.026154, -1937.953125]
Angular Velocity: [-0.074159, 0.013224, 0.014299]
Defusing!
Removing![/CODE]
I've tried disabling crazyphysics with the sv_crazyphysics_* convars, but this has not fixed it.
It might be tied to my fooling around with the ShouldCollide hook, but I've never seen this issue so extreme.
Try unsubscribe all addons and reinstal game
Keep crazyphysics enabled but disable the printing. Also, it's reporting crazy origins which either means props are falling through the world, which can happen with ShouldCollide, or something is setting its position
The main thing that annoys me is when all the props noclip around the map, the console spam is fine.
Another thing to note - reloading the map with changelevel doesn't fix this, the game requires a full restart.
Sounds like a ShouldCollide problem with one of your addons
Sorry, you need to Log In to post a reply to this thread.