13 lines
485 B
Plaintext
13 lines
485 B
Plaintext
///////////////////////////////////////////////////////////
|
|
// Component Preset Script
|
|
///////////////////////////////////////////////////////////
|
|
|
|
// NOTE: mouselook settings have been moved to the 'InputDead' preset
|
|
|
|
ComponentType vp_FPCamera
|
|
PositionOffset 0 0.1 1 // smoothly move the camera to slightly above the ground and 1 meter ahead
|
|
RotationStrafeRoll -50 // this will rotate the camera along the ground in slopes
|
|
RotationSpringStiffness 0.025
|
|
RotationSpringDamping 0.999
|
|
|