diff --git a/README.md b/README.md index 3c8d8bb..84703e6 100644 --- a/README.md +++ b/README.md @@ -157,8 +157,14 @@ If you wish to override the list of vehicles that have FBCB2 or TAD available, p // Only have BWmod helmets with a camera simulate a helmet camera cTab_helmetClass_has_HCam = ["BWA3_OpsCore_Schwarz_Camera","BWA3_OpsCore_Tropen_Camera"]; +### Change display name of a group ### +Groups are displayed on cTab devices with their groupIDs. To define custom groupIDs, add the following code to the group leader's initialization: + + // Change the unit's groupID to "Red Devils" + this setGroupId ["Red Devils"]; + ### Change display name of a vehicle ### -By default all vehicles will be shown with their group names next to them. This can make it difficult to distinguish multiple vehicles of the same type when they are in the same group. To change that, use the following code in the unit's initialization: +By default all vehicles will be shown with their group names next to them. This can make it difficult to distinguish multiple vehicles of the same type when they are in the same group. To change that, use the following code in the vehicle's initialization: // Change this vehicle's identification displayed on all cTab Blue Force Trackers to "Fox" this setVariable ["cTab_groupId","Fox",true];