B1ShipMovementSetting
- Movement physics settings for a ship-type vehicle, including banking, pitching, speed, steering, and acceleration.
| Property | Type | Description | Metadata |
|---|---|---|---|
| MaxWheelAngle | float | Maximum rudder rotation angle (degrees) at full steering lock; 60 degrees means 30 degrees per side. | Category: B1ShipMovementSetting |
| MaxForwardVelocity | float | Maximum forward speed of the ship. | Category: B1ShipMovementSetting ClampMin: 0 |
| MaxReverseVelocity | float | Maximum reverse speed of the ship. | Category: B1ShipMovementSetting ClampMin: 0 |
| MaxWheelRotateTime | float | Time in seconds to turn the rudder to full lock. | Category: Steering ClampMin: 0 |
| MaxWheelReturnRotateTime | float | Time in seconds for the rudder to return to center from full lock. | Category: Steering ClampMin: 0 |
| HandBrakeDeaccelerationTime | float | Time in seconds for the ship to stop when the brake is engaged. | Category: HandBrake ClampMin: 0 |
| HandBrakeDeaccelerationRate | float | Deceleration rate when the brake is engaged (0.0 to 1.0). | Category: HandBrake ClampMax: 1 ClampMin: 0 |
| MaxBankingAngle | float | Maximum banking (roll) angle in degrees during cornering. | Category: Banking ClampMin: 0 |
| MaxPitchingAngle | float | Maximum pitching angle (degrees) for the ship. | Category: Banking ClampMax: 90 ClampMin: 0 |
| BankingSpeed | float | Speed at which banking animation is applied during cornering. | Category: Banking ClampMin: 0 |
| Acceleration | float | Forward acceleration rate. | Category: Acceleration ClampMin: 0 |
| ReverseAcceleration | float | Reverse acceleration rate. | Category: Acceleration ClampMin: 0 |
| BrakeDeceleration | float | Braking deceleration rate. | Category: Acceleration ClampMin: 0 |
| NaturalDeceleration | float | Natural deceleration rate when no input is applied. | Category: Acceleration ClampMin: 0 |
| SlideDecelertaion | float | Deceleration rate during a slide. | Category: Acceleration ClampMin: 0 |
| SteeringSensitivity | float | Steering responsiveness multiplier. | Category: Steering ClampMin: 0 |