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.
Description
Description
Details
Details
- Severity
- None
- Resolution
- Open
- Reproducibility
- Always
- Operating System
- Windows 10 x64
- Category
- Modding