AGM icon indicating copy to clipboard operation
AGM copied to clipboard

No GPS in UAV terminal anymore?

Open rlex opened this issue 10 years ago • 6 comments

Subj

rlex avatar Feb 21 '15 12:02 rlex

In AssignedItemsFix.sqf:

showGPS (AGM_isGPSEnabled && {"ItemGPS" in _items || {cameraOn == getConnectedUAV AGM_player}});

I guess in vanilla a3 all of the 3 different UAV terminals (X_UavTerminal) offer GPS functionality that we take away.

PabstMirror avatar Feb 21 '15 14:02 PabstMirror

If they inherit from ItemGPS we should test for that instead of requiring and specific "ItemGPS" item. Also true for mods that replace the gps by tablets.

Or we could just test if the gps slot is occupied or not (no idea if that's possible)

nicolasbadano avatar Feb 21 '15 15:02 nicolasbadano

Indeed, with AGM removed UAV Terminals can act as GPS receiver, while with AGM GPS is completely disabled in terminal.

rlex avatar Feb 21 '15 18:02 rlex

tbh i like the idea of no gps on the uav terminals.

kripto202 avatar Mar 05 '15 18:03 kripto202

My unit just went in and overrode AGM on that. It also took gps away from cTab Androids and Tablets. On Mar 5, 2015 1:51 PM, "kripto202" [email protected] wrote:

tbh i like the idea of no gps on the uav terminals.

— Reply to this email directly or view it on GitHub https://github.com/KoffeinFlummi/AGM/issues/2124#issuecomment-77425408.

BryanBoru avatar Mar 06 '15 15:03 BryanBoru

Not a bug, but a design decision.

commy2 avatar Mar 06 '15 20:03 commy2