RHS Feedback - USAF
View Issue Details
0005952USAF[All Projects] Generalpublic2020-10-20 10:052020-10-20 17:18
Makarov 
da12thMonkey 
nonefeatureN/A
closedno change required 
 
 
Yes
Stable
1.98
No
0005952: Add option to hide the model & functions of blueforce trackers for the M11xx vehicles
As summery says. Searched and couldn't find the request being made before, so gave it a go.
Would be nice for other nations than USA that use it.
inb4 ">faq"(
No tags attached.
Issue History
2020-10-20 10:05MakarovNew Issue
2020-10-20 11:28da12thMonkeyNote Added: 0011129
2020-10-20 11:28da12thMonkeyStatusnew => closed
2020-10-20 11:28da12thMonkeyAssigned To => da12thMonkey
2020-10-20 11:28da12thMonkeyResolutionopen => no change required
2020-10-20 11:30da12thMonkeyNote Edited: 0011129bug_revision_view_page.php?bugnote_id=11129#r7059
2020-10-20 17:18MakarovNote Added: 0011130

Notes
(0011129)
da12thMonkey   
2020-10-20 11:28   
(edited on: 2020-10-20 11:30)
There's already a customisation option for that in the Virtual Garage and Eden Vehicle Customisation: "hide BFT system".
It removes both the BFT antenna on the front of the vehicle, and the system inside, and disables the user action for the codriver to adjust the map scale

Otherwise it can be scripted to hide with `_vehicle animateSource ["BFT_Hide",1]`

They can also be hidden in the config for addons using the M11XX series as a base, either by inheriting `>>class animationSources>>class BFT_Hide` and changing it to use `initPhase=1;`, or including `animationList[] ={"BFT_Hide", 1};` in the main body of the vehicle class to do it via `bis_fnc_initVehicle` init eventhandler
We use this method ourselves in RHS:SAF for the Serbian M11XX vehicles which of course do not have the US BFT system

(0011130)
Makarov   
2020-10-20 17:18   
I seem to be completely blind as I missed that))
Thank you for adding it regardless!