chrystianfarias / gta-fmod

GTA SA FMOD mod, realistic car engine sounds.
36 stars 8 forks source link

fmod library version #19

Open WestSide56 opened 2 years ago

WestSide56 commented 2 years ago

What version of fmod is this project using? Write it in readme pls

and, in INIConfig.h missing loading these options:

m_bEnableOnCars = ini.ReadBoolean("Vehicles", "EnableOnCars", true); m_bEnableOnMotorbikes = ini.ReadBoolean("Vehicles", "EnableOnMotorbikes", false); m_bEnableOnBigVehicles = ini.ReadBoolean("Vehicles", "EnableOnBigVehicles", false); m_iRPMmode = ini.ReadInteger("Tweaks", "RPMmode", 1);