MAFINS / MenyooSP

[or Menyoo PC] - Trainer/mod menu for Grand Theft Auto V (single-player).
https://www.gta5-mods.com/scripts/menyoo-pc-sp
GNU General Public License v3.0
775 stars 492 forks source link

[Suggestion] Allow sirens on addon vehicles to be toggled in Menyoo Customs #436

Closed WithLithum closed 1 year ago

WithLithum commented 1 year ago

Description Currently Menyoo checks whether a vehicle has siren by checking whether or not it is a police vehicle, firetruck or ambulance (which checks against hardcoded model list) and checking whether is police vehicle also uses a hardcoded model list. This prevents addon vehicles and also other vanilla vehicles that has siren or siren-like feature (such as Airtug) have siren togglable in Menyoo Customs.

Suggestion Menyoo should detect whether or not the vehicle has a siren by detecting on the vehicle or the model on the fly (SHVDN does so by checking whether or not the vehicle has a bone named siren1). Another way is to allow users to specify in VehicleList.xml or AddedVehicleModels.xml about whether or not the vehicle have siren, or as least provide a VehicleModelsHasSiren.txt or similar file to allow user to specify what vehicles would have siren.