Game Version number:
1.3.0.125
Modded?:
No
Issue Description:
The S105 base vehicle prefab was recently modified to reference different Pivot IDs for the PassengerPositionInfo within the SCR_BaseCompartmentManagerComponent. As a result, rear passengers now appear to sink into the ground.
Previous (v1.2.1.x) Prefab:
- PivotID "passangerL_idle"
- PivotID "passangerR_idle"
Current (v1.3.0.125) Prefab:
- PivotID "PassengerL_idle"
- PivotID "PassengerR_idle"
The problem is that the vehicle model has not been updated to reflect these new memory point names, leading to the current misalignment issue.