gruppe-adler / TvT_Catch_The_Flight.Stratis

low tech TvT scenario with focus on player interactions
0 stars 0 forks source link

BFT for army units and army units only #34

Closed Fusselwurm closed 7 years ago

Fusselwurm commented 7 years ago

blue force tracking should exist – but only for army units (both tracking markers and visibility)

Fusselwurm commented 7 years ago

could at least partially solved by #37 – if bft is off for civilians in ace …

Fusselwurm commented 7 years ago

there is a GVAR(BFT_Enabled) that could be manipulated after joining

much better, probably, to patch ACE to include a setting where you can disable BFT for certain units and/or sides. Should be easy, see here how it's done for AI groups

Fusselwurm commented 7 years ago

wait… no. usable object var has been available since https://github.com/acemod/ACE3/pull/4196

_obj setVariable ["ACE_map_hideBlueForceMarker", true];

Fusselwurm commented 7 years ago

actually only fixed with 59245f2df74b112d94fcdf05939d9a97c4b3e534