Arma 3

Arma 3

Nedostatek hodnocení
Team Collaboration Aides - BFT and more!
   
Ocenit
Přidat do oblíbených
Oblíbeno
Odebrat z oblíbených
Data Type: Mod
Mod Type: Mechanics
Velikost souboru
Přidáno
Aktualizováno
224.308 KB
9. srp. 2021 v 6.03
8. říj. 2021 v 10.52
Poznámky ke změnám (8) – zobrazit

Klikněte na „Odebírat“ pro stažení položky
Team Collaboration Aides - BFT and more!

V 1 kolekci od uživatele Jacco
Generally Dangerous - Mods
48 položek
Popis
Team Collaboration Aides - BFT and more!
A collection of scripts to help your team!
Check us out on Github[github.com]
Warning! this mod is still in early (active) development. Things are subject to change very quickly.

Features
BFT - Group markers
Track your player's teams with group. Configurable using CBA settings. Also allows squad leads to set their marker colour, icon and name. Update your groups data by using self interact (ctrl+windows) on the map.

BFT - Unit markers
Track your units! The markers only show up when zoomed in on the map. Settings allow you to see just your own squad, or other squads as well. The icons & colours follow your DUI settings.

Vehicles - Speed limiter
Added ACE interact options to land vehicles to set the speed limiter to match infantry walking speed (as well as some convoy speeds)

Misc
- "Mark building cleared" markers in self interact. Quickly marks a cleared building.
- "Loadout" section on the briefing. Creates on mission start.

For mission makers
The three main variables used for group markers are:
  • BFT_groupMarker_visible, obvious.
  • BFT_groupMarker_type, can be one of: air, antiair, armor, art, hq, inf, installation, maint, mech_inf, med, mortar, motor_inf, naval, ordinance, plane, recon, service, support, uav, unknown.
  • BFT_groupMarker_color, found here[community.bistudio.com]

An example (in the init field of a group):
this setVariable ["BFT_groupMarker_visible", true]; this setVariable ["BFT_groupMarker_type", "mech_inf"]; this setVariable ["BFT_groupMarker_color", "ColorOrange"];
Populární diskuze Zobrazit vše (1)
0
19. úno. 2023 v 8.30
Is this mod client side?
Herr Vogel
Počet komentářů: 40
Ferdilanz 11. dub. v 14.24 
Hey, I noticed when a group leader is killed that they don't get the BFT in their ACE interactions on respawn. How would I get this to work on respawn? I've tried doing "[] call tca_bft_fnc_settings_add" but that doesn't work. I wonder if there's something missing? How can I fix that?
Bendy 7. říj. 2023 v 3.47 
check this. Maybe lift a bit of code from this regarding GPS:

https://steamcommunity.com/sharedfiles/filedetails/?id=3046750324
Jacco  [autor] 7. říj. 2023 v 2.52 
True, iirc it's been on my to-do since the start 😆
I'll see how much effort it is to get back into it. If it's doable I'll give it a go!
Bendy 7. říj. 2023 v 0.18 
would you be able to add an option that it only works if you have a GPS device? otherwise its a bit unrealistic
Jacco  [autor] 6. říj. 2023 v 23.47 
Oh nice! I don't remember why I made DUI a requirement (icons probably), but ACE is mainly for the interact menu!
Bendy 6. říj. 2023 v 10.58 
fun fact: the blufor tracking will still work without ace and dui mods.

only the single unit (solider) representation won't work. but the bluefor icon for whole squad will (and other squads)
Bendy 6. říj. 2023 v 10.34 
please add an option "only with GPS device" so that it only works if you have one of the GPS devices
Jacco  [autor] 25. zář. 2023 v 5.14 
Not really, sorry! I've considered getting back into it a bit, but I haven't played Arma in ages. It should still work fine though!
GiG Haze 21. zář. 2023 v 16.24 
is this Mod still being maintained?
Jacco  [autor] 20. zář. 2022 v 5.53 
Cool! You should be able to make a PR if you figure it out!