shadez95 / InsurgencyRedux

Arma 3 mission based on the original Insurgency
MIT License
1 stars 1 forks source link

ALiVE renames vehicles #1

Open shadez95 opened 8 years ago

shadez95 commented 8 years ago

This causes the MHQ module to not function properly. MHQ module depends on the variable 'vehicles' the command 'vehicleVarName'. I believe ALiVE renames vehicles for persistence features. When the vehicles are renamed the MHQ module can't reference what vehicles were named with 'INS_MHQ_x'. The fix currently is checking which vehicles are named with 'INS_MHQ_x' by doing it in the init.sqf, and storing the names in a variable that is set on the vehicle, which can be referenced later. This is working for now.

shadez95 commented 8 years ago

For now this will remain an issue until an enemy module will replace ALiVE