Tinkerton55 / SourceFOQ

Source engine modified for FOQ
1 stars 0 forks source link

Improve player movement #2

Open Tinkerton55 opened 8 years ago

Tinkerton55 commented 8 years ago

Smooth out and improve movement (gamemovement). -Head tilting -Slope sliding -Aim deadzone

Tinkerton55 commented 8 years ago

Head tilting implemented by changing sv_rollspeed and sv_rollangle. Can now also be set through console.

Tinkerton55 commented 7 years ago

Ripped CategorizePosition() from TF and removed StayOnGround() calls from WalkMove() - player will now not trail off into the air when moving off a slope upwards.

Tinkerton55 commented 7 years ago

Also removed fall damage and added screen shake and viewpunch effects when dropping down from a previously damaging height.