Page MenuHomeFeedback Tracker

ActionCarDoors ignores CrewSize of vehicle
Assigned, NormalPublic

Description

When a modded vehicle has more than four seats, then vanilla ActionCarDoors::ActionCondition will always return false because it has the max crewIdx it checks for hardcoded to 3. The fix would be to use CrewSize() - 1 instead.

Details

Severity
None
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
Modding

Event Timeline

lava76 created this task.Sep 28 2024, 2:21 PM
Geez changed the task status from New to Assigned.Sep 30 2024, 2:18 PM
Geez added a subscriber: Geez.Sep 30 2024, 2:44 PM
This comment was removed by Geez.