Closed BlueOrange775 closed 2 years ago
Viewing .Globals.PlayerVehicle.SoundPack does not load the correct information, all information is 0/default
.Globals.PlayerVehicle.SoundPack
Same goes for .RoadVehicle.PassengerCabin.Seats, information is not correctly loaded.
.RoadVehicle.PassengerCabin.Seats
Checked that playerVehicle is an actual vehicle by getting .model and .model_int and those are loading correctly.
.model
.model_int
Will report back here if I find any other datasets that aren't loaded properly.
Viewing
.Globals.PlayerVehicle.SoundPack
does not load the correct information, all information is 0/defaultSame goes for
.RoadVehicle.PassengerCabin.Seats
, information is not correctly loaded.Checked that playerVehicle is an actual vehicle by getting
.model
and.model_int
and those are loading correctly.Will report back here if I find any other datasets that aren't loaded properly.