space928 / Omsi-Extensions

Omsi hooking and modding sdk
GNU Lesser General Public License v3.0
16 stars 3 forks source link

Various vehicle information not being read from memory correctly #64

Closed BlueOrange775 closed 2 years ago

BlueOrange775 commented 2 years ago

Viewing .Globals.PlayerVehicle.SoundPack does not load the correct information, all information is 0/default image

Same goes for .RoadVehicle.PassengerCabin.Seats, information is not correctly loaded. image

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.