Special-Operations-Brigade / SOB-Issue-Tracker

Public Issue Tracker for the MokTech Industries mods.
1 stars 0 forks source link

GPS less drones #285

Open Amateur-God opened 6 months ago

Amateur-God commented 6 months ago

Is your feature request related to a problem? Please describe. No, but tonight's op gave me an idea

Describe the solution you'd like Create both a drone and drone tablet that lacks GPS

m0kka commented 6 months ago

interesting, worth a try. could turn into a nightmare though, gps might be hard-coded into drones

Amateur-God commented 6 months ago

Interesting, worth a try. could turn into a nightmare though, GPS might be hard-coded into drones

I just had a look through the code for a base Arma drone and it seems to be a toggleable option using enableGPS=0; should disable it as enableGPS=1; is for GPS enabled

looks to be the same config setting in UAV Terminals too

image

(Edit) Checked the CfgVehicles Code reference on BIS and yes enableGPS allows you to enable/disable GPS in vehicles

image