Arma 3
Yeterli oy yok
Team Collaboration Aides - BFT and more!
   
Ödül
Favorilere Ekle
Favorilere Eklendi
Favorilerden Çıkar
Data Type: Mod
Mod Type: Mechanics
Dosya Boyutu
Gönderilme
Güncellenme
224.308 KB
9 Ağu 2021 @ 6:03
8 Eki 2021 @ 10:52
8 Değişiklik Notu ( görüntüle )

İndirmek için abone ol
Team Collaboration Aides - BFT and more!

Jacco tarafından 1 koleksiyonda
Generally Dangerous - Mods
48 öğe
Açıklama
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"];
Popüler Tartışmalar Tümünü Görüntüle (1)
0
19 Şub 2023 @ 8:30
Is this mod client side?
Herr Vogel
40 Yorum
Ferdilanz 11 Nis @ 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 Eki 2023 @ 3:47 
check this. Maybe lift a bit of code from this regarding GPS:

https://steamcommunity.com/sharedfiles/filedetails/?id=3046750324
Jacco  [yaratıcı] 7 Eki 2023 @ 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 Eki 2023 @ 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  [yaratıcı] 6 Eki 2023 @ 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 Eki 2023 @ 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 Eki 2023 @ 10:34 
please add an option "only with GPS device" so that it only works if you have one of the GPS devices
Jacco  [yaratıcı] 25 Eyl 2023 @ 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 Eyl 2023 @ 16:24 
is this Mod still being maintained?
Jacco  [yaratıcı] 20 Eyl 2022 @ 5:53 
Cool! You should be able to make a PR if you figure it out!