Page MenuHomeFeedback Tracker

vehicleCargoEnabled returns true on "B_MBT_01_TUSK_F"
Waiting for feedback from reporter, NormalPublic

Description

vehicleCargoEnabled returns true on vehicles that don't have the Carrier class defined. Examples are tanks and quad bikes.

Details

Severity
Minor
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
General

Event Timeline

johnb43 created this task.Jul 18 2024, 8:23 PM
dedmen changed the task status from New to Feedback.Mon, Aug 12, 12:13 PM
dedmen added a subscriber: dedmen.

All that command does, is read
"vehicleTransportingDisabled" config entry or previously set via https://community.bistudio.com/wiki/enableVehicleCargo

It does not check if the vehicle is capable of ViV transport.
So it works as designed and intended.

Thanks for clarifying.
Is there any chance that it could be updated to return false when it's not capable, despite not being part of the original intent/design?