Open WestSide56 opened 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);
What version of fmod is this project using? Write it in readme pls
and, in INIConfig.h missing loading these options: