Skip to main content

B1CarMovementSetting

  • Movement physics settings for a car-type vehicle, including speed, steering, braking, and acceleration values.
PropertyTypeDescriptionMetadata
MaxWheelAnglefloatMaximum wheel rotation angle (degrees) when the steering is at full lock; 60 degrees means 30 degrees per side.Category: B1CarMovementSetting
MaxForwardVelocityfloatMaximum forward speed of the vehicle.Category: B1CarMovementSetting
ClampMin: 0
MaxReverseVelocityfloatMaximum reverse speed of the vehicle.Category: B1CarMovementSetting
ClampMin: 0
MaxWheelRotateTimefloatTime in seconds to rotate the steering wheel to full lock.Category: Steering
ClampMin: 0
MaxWheelReturnRotateTimefloatTime in seconds for the steering wheel to return to center from full lock.Category: Steering
ClampMin: 0
SteeringDecelerationRatefloatSpeed reduction rate applied during steering; e.g., 0.3 reduces max speed by 30% while turning.Category: Steering
ClampMax: 1
ClampMin: 0
SteeringDecelerationTimefloatTime in seconds to reach full steering deceleration when turning.Category: Steering
ClampMin: 0
HandBrakeDeaccelerationRatefloatDeceleration rate applied when the handbrake is engaged (0.0 to 1.0).Category: HandBrake
ClampMax: 1
ClampMin: 0
HandBrakeDeaccelerationTimefloatTime in seconds for the vehicle to come to a complete stop when the handbrake is engaged.Category: HandBrake
ClampMin: 0
AddSlideAngleOffsetBySpeedfloatAdditional angle offset (degrees) added to the slide direction when colliding at high speed.Category: Slide
ClampMin: 0
AccelerationfloatForward acceleration rate.Category: Acceleration
ClampMin: 0
ReverseAccelerationfloatReverse acceleration rate.Category: Acceleration
ClampMin: 0
BrakeDecelerationfloatBraking deceleration rate applied when brakes are pressed.Category: Acceleration
ClampMin: 0
NaturalDecelerationfloatNatural deceleration rate when no throttle or brake input is applied.Category: Acceleration
ClampMin: 0
SlideDecelertaionfloatDeceleration rate applied during a slide maneuver.Category: Acceleration
ClampMin: 0
SteeringSensitivityfloatSteering responsiveness multiplier; higher values make steering more reactive.Category: Steering
ClampMin: 0