setGroupId: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (Text replacement - " <h3 style="display:none">Notes</h3>" to "")
(27 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{Command
____________________________________________________________________________________________


| ofp |= Game name
| ofp


|1.00|= Game version
|1.00


|arg= global |= Arguments in MP
|gr1= Groups


|eff= local |= Effects in MP
|arg= global
____________________________________________________________________________________________


| Sets a group's identity, how it will be displayed in chat, for example. The identity setup consists of format keywords (marked with %) and param keywords taken from CfgWorlds config. Basically it is like [[format]] command but with some special group keywords. For Arma 3 possible values are:
|eff= local
<br><br>
%GroupSquad
* "Squad1" -> 1
* "Squad2" -> 2
* "Squad3" -> 3
* "Squad4" -> 4
%GroupPlatoon
* "Platoon1" -> 1
* "Platoon2" -> 2
* "Platoon3" -> 3
* "Platoon4" -> 4
%GroupCompany
* "CompanyAlpha" -> Alpha
* "CompanyBravo" -> Bravo
* "CompanyCharlie" -> Charlie
* "CompanyDelta" -> Delta
* "CompanyEcho" -> Echo
* "CompanyFoxtrot" -> Foxtrot
* "CompanyGolf" -> Golf
* "CompanyHotel" -> Hotel
* "CompanyIndia" -> India
* "CompanyKilo" -> Kilo
* "CompanyLima" -> Lima
* "CompanyMike" -> Mike
* "CompanyNovember" -> November
* "CompanyOscar" -> Oscar
* "CompanyPapa" -> Papa
* "CompanyQuebec" -> Quebec
* "CompanyRomeo" -> Romeo
* "CompanySierra" -> Sierra
* "CompanyTango" -> Tango
* "CompanyUniform" -> Uniform
* "CompanyVictor" -> Victor
* "CompanyWhiskey" -> Whiskey
* "CompanyXray" -> X-Ray
* "CompanyYankee" -> Yankee
* "CompanyZulu" -> Zulu
%GroupNames
* "Alpha" -> Alpha
* "Bravo" -> Bravo
* "Charlie" -> Charlie
* "Delta" -> Delta
* "Echo" -> Echo
* "Foxtrot" -> Foxtrot
* "Golf" -> Golf
* "Hotel" -> Hotel
* "November" -> November
* "Kilo" -> Kilo
* "Yankee" -> Yankee
* "Zulu" -> Zulu
* "Two" -> Two
* "Three" -> Three
* "Buffalo" -> Buffalo
* "Guardian" -> Guardian
* "Convoy" -> Convoy
* "Fox" -> Fox
%GroupColors
* "GroupColor1" -> Black
* "GroupColor2" -> Red
* "GroupColor3" -> Green
* "GroupColor4" -> Blue
* "GroupColor5" -> Yellow
* "GroupColor6" -> Orange
* "GroupColor7" -> Pink
* "GroupColor0" ->
* "Six" -> Six


|= Description
| Sets the group radio callsign, how it will be displayed in radio chat. Two groups on the same side '''cannot''' have the same callsign (different side is possible). When trying to apply the same callsign to two groups of the same side, the callsigns will simply be swapped, e.g:
____________________________________________________________________________________________
<code>group1 [[setGroupId]] ["Active Group"];
group2 [[setGroupId]] ["Inactive Group"];


| group '''setGroupId''' [nameFormat, nameParam1, ..., nameParamN] |= Syntax
group2 [[setGroupId]] ["Active Group"]; {{cc|group1 is "Inactive Group" now}}</code>


|p1= group: [[Object]] or [[Group]] |= Parameter 1
The identity setup can also consist of format keywords (marked with %) and param keywords taken from '''CfgWorlds''' config.
Basically it is like [[format]] command but with some special group keywords (See Example 2).


|p2= [nameFormat, nameParam1, ..., nameParamN]: [[Array]] |= Parameter 2
{{Feature|arma3 | Possible {{arma3}} values: <spoiler>
|p3= nameFormat: [[String]] - format template (%keyword1 - %keyword2...etc) |= Parameter 2
'''%GroupSquad''':
|p4= nameParam1: [[String]] - param keyword |= Parameter 2
* "Squad1" → 1
* "Squad2" → 2
* "Squad3" → 3
* "Squad4" → 4


| [[Nothing]] |= Return value
'''%GroupPlatoon''':
____________________________________________________________________________________________
* "Platoon1" 1
 
* "Platoon2" 2
|x1= '''Arma 3''':<code>[[group]] [[player]] [[setGroupId]] ["%GroupNames :=: %GroupColors","Alpha","GroupColor2"];
* "Platoon3" 3
[[hint]] [[groupId]] [[group]] [[player]]; //"Alpha :=: Red"
* "Platoon4" → 4
[[player]] [[sideChat]] "lalala"; //Alpha :=: Red (KK): "lalala"</code>|= Example 1
|x2= '''OFP''':<code>_group1 [[setGroupId]] ["Delta","GroupColor4"]</code> |= Example 2
|x3= '''ArmA / ArmA 2''':<code>_group1 [[setGroupId]] ["Assault Squad"]</code> |= Example 3
____________________________________________________________________________________________


| [[groupId]], [[group]] |= See also
'''%GroupCompany''':
* "CompanyAlpha" → Alpha
* "CompanyBravo" → Bravo
* "CompanyCharlie" → Charlie
* "CompanyDelta" → Delta
* "CompanyEcho" → Echo
* "CompanyFoxtrot" → Foxtrot
* "CompanyGolf" → Golf
* "CompanyHotel" → Hotel
* "CompanyIndia" → India
* "CompanyKilo" → Kilo
* "CompanyLima" → Lima
* "CompanyMike" → Mike
* "CompanyNovember" → November
* "CompanyOscar" → Oscar
* "CompanyPapa" → Papa
* "CompanyQuebec" → Quebec
* "CompanyRomeo" → Romeo
* "CompanySierra" → Sierra
* "CompanyTango" → Tango
* "CompanyUniform" → Uniform
* "CompanyVictor" → Victor
* "CompanyWhiskey" → Whiskey
* "CompanyXray" → X-Ray
* "CompanyYankee" → Yankee
* "CompanyZulu" → Zulu


}}
'''%GroupNames''':
* "Alpha" → Alpha
* "Bravo" → Bravo
* "Charlie" → Charlie
* "Delta" → Delta
* "Echo" → Echo
* "Foxtrot" → Foxtrot
* "Golf" → Golf
* "Hotel" → Hotel
* "November" → November
* "Kilo" → Kilo
* "Yankee" → Yankee
* "Zulu" → Zulu
* "Two" → Two
* "Three" → Three
* "Buffalo" → Buffalo
* "Guardian" → Guardian
* "Convoy" → Convoy
* "Fox" → Fox


<h3 style="display:none">Notes</h3>
'''%GroupColors''':
<dl class="command_description">
* "GroupColor0" → (nothing)
<!-- Note Section BEGIN -->
* "GroupColor1" → Black
<dd class="notedate">
* "GroupColor2" → Red
<dd class="note">In '''OFP''', group ID format must be [letter, color, picture] or [letter, color].
* "GroupColor3" → Green
* "GroupColor4" → Blue
* "GroupColor5" → Yellow
* "GroupColor6" → Orange
* "GroupColor7" → Pink
* "Six" → Six
</spoiler>}}
{{Informative | From '''{{arma1}}''', you can freely decide the callsign, e.g {{Inline code | [[group]] [[player]] [[setGroupId]] ["First Assault Recon Team"];}}.}}
{{Informative | In '''{{ofp}}''', group ID cannot be freely decided and format must be of [letter, colour, picture] or [letter, colour]. Possible values: <spoiler>
'''Letter:'''
* "Alpha"
* "Bravo"
* "Charlie"
* "Delta"
* "Echo"
* "Foxtrot"
* "Golf"
* "Hotel"
* "Kilo"
* "Yankee"
* "Zulu"
* "Buffalo"
* "Convoy"
* "Guardian"
* "November"
* "Two"
* "Three"
* "Fox"


Letter is one of:  
'''Colour:'''
* '''"Alpha"'''
* "GroupColor0" → (nothing)
* '''"Bravo"'''
* "GroupColor1" → Black
* '''"Charlie"'''
* "GroupColor2" → Red
* '''"Delta"'''
* "GroupColor3" → Green
* '''"Echo"'''
* "GroupColor4" → Blue
* '''"Foxtrot"'''
* "GroupColor5" → Yellow
* '''"Golf"'''
* "GroupColor6" → Orange
* '''"Hotel"'''
* "GroupColor7" → Pink
* '''"Kilo"'''
* "Six" → Six
* '''"Yankee"'''
</spoiler>
The radio callsign strings can be overwritten in a mission by writing [[Stringtable.csv|Stringtable]] entries of the same name. Some entry names: <spoiler>
* STR_CFG_''GRPNAMES''_'''ALPHA'''
* STR_CFG_''GRPNAMES''_'''FOX'''
* STR_CFG_''GRPCOL''_'''BLACK'''
* STR_CFG_''GRPNAMES''_'''SIX''' (unlike its name suggests, this is a "group colour")
* STR_CFG_FIREFLYBASE
* STR_CFG_PAPABEAR
* STR_CFG_HQ_BASE</spoiler>}}


* '''"Zulu"'''
For the global variant of this command see [[setGroupIdGlobal]].
* '''"Buffalo"'''
* '''"Convoy"'''
* '''"Guardian"'''
* '''"November"'''
* '''"Two"'''
* '''"Three"'''
* '''"Fox"'''


Colour may be one of the following:
| group [[setGroupId]] [nameFormat, nameParam1, ..., nameParamN]
* '''"GroupColor0"''' - (Nothing)
* '''"GroupColor1"''' - Black
* '''"GroupColor2"''' - Red
* '''"GroupColor3"''' - Green
* '''"GroupColor4"''' - Blue
* '''"GroupColor5"''' - Yellow
* '''"GroupColor6"''' - Orange
* '''"GroupColor7"''' - Pink
* '''"Six"''' - Six
<dd class="notedate">Posted on August 4, 2006 - 11:01
<dt class="note">'''[[User:Hardrock|hardrock]]'''<dd class="note">''Notes from before the conversion:''


Note that this command does not name the group. To call a [[group]] "grp1", for example, write this in the init field of the [[group]] [[leader]]:
|p1= group: [[Object]] or [[Group]]


grp1 <nowiki>=</nowiki> [[group]] this
|p2= [nameFormat, nameParam1, ..., nameParamN]: [[Array]]


|p3= nameFormat: [[String]] - format template (%keyword1 - %keyword2...etc)


<dd class="notedate">Posted on December 9, 2006 - 12:20
|p4= nameParam1: [[String]] - param keyword
<dt class="note">'''[[User:Mondkalb|Mondkalb]]'''<dd class="note">''Selfdefined Callsigns:''


In [[Armed Assault]] you're able to define the callsignletter by yourself. This can be for example "Fireteam", or "Specialforces".
| [[Nothing]]


this setgroupId ["Attackteam"]
|x1= '''{{arma3}}''':<code>[[group]] [[player]] [[setGroupId]] ["Some name for the group"];
[[hint]] [[groupId]] [[group]] [[player]]; {{cc|"Some name for the group"}}
[[player]] [[sideChat]] "lalala"; {{cc|Some name for the group (KK): "lalala"}}</code>


<dd class="notedate">
|x2= '''{{arma3}}''':<code>[[group]] [[player]] [[setGroupId]] ["%GroupNames :{{=}}: %GroupColors", "Alpha", "GroupColor2"];
<dt class="note">'''[[User:Ceeeb|Ceeeb]]'''
[[hint]] [[groupId]] [[group]] [[player]]; {{cc|"Alpha :{{=}}: Red"}}
<dd class="note">
[[player]] [[sideChat]] "lalala"; {{cc|Alpha :{{=}}: Red (KK): "lalala"}}</code>
In '''OFP v1.96''', the radio callsign strings for a mission can be redefined  by creating a [[Stringtable.csv_File_Format|stringtable.csv]] in the mission folder. All string names except FOX can be found within the main stringtable.csv. Note "SIX" has a string suggesting it is a groupname, although the engine uses it as a colour. Some examples of the string names : STR_CFG_GRPNAMES_ALPHA, STR_CFG_GRPNAMES_FOX, STR_CFG_GRPCOL_BLACK, STR_CFG_GRPNAMES_SIX, STR_CFG_FIREFLYBASE, STR_CFG_PAPABEAR, STR_CFG_HQ_BASE, STR_CFG_HQ_BASE.


|x3= '''ArmA / {{arma2}} / {{arma3}}''': <code>_group1 [[setGroupId]] ["Assault Squad"];</code>


<!-- Note Section END -->
|x4= '''OFP''': <code>_group1 [[setGroupId]] ["Delta", "GroupColor4"]</code>
</dl>


<h3 style="display:none">Bottom Section</h3>
| [[setGroupIdGlobal]], [[groupId]], [[group]]
}}


<dl class="command_description">
<!-- Note Section BEGIN -->


[[Category:Scripting Commands|SETGROUPID]]
[[Category:Scripting Commands OFP 1.99|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands OFP 1.96|SETGROUPID]]
[[Category:Scripting Commands OFP 1.46|SETGROUPID]]
[[Category:Scripting Commands ArmA|SETGROUPID]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Groups|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Object_Manipulation|{{uc:{{PAGENAME}}}}]]
<!-- CONTINUE Notes -->
<dl class="command_description">
<dd class="notedate">Posted on April 21, 2015 - 23:21 (UTC)</dd>
<dd class="notedate">Posted on April 21, 2015 - 23:21 (UTC)</dd>
<dt class="note">[[User:Killzone Kid|Killzone Kid]]</dt>
<dt class="note">[[User:Killzone Kid|Killzone Kid]]</dt>
<dd class="note">
<dd class="note">
List of available keywords from config:<code>"if ((configName _x) select [0, 5] <nowiki>==</nowiki> 'group') then {
List of available keywords from config: <code>"[[if]] (([[configName]] _x) select [0, 5] == 'group') [[then]] {
diag_log ('%' + configName _x);
[[diag_log]] ('%' + [[configName]] _x);
for '_i' from 0 to count _x - 1 do {
[[for]] '_i' [[from]] 0 [[to]] [[count]] [[_x]] - 1 [[do]] {
diag_log ('* ""' + configName (_x select _i) + '"" -> ' + getText ((_x select _i) >> 'name'));
[[diag_log]] ('* ""' + [[configName]] (_x [[select]] _i) + '"" ' + [[getText]] (([[_x]] [[select]] _i) >> 'name'));
};
};
}; false" configClasses (configFile >> "CfgWorlds");</code>
}; [[false]]" [[configClasses]] ([[configFile]] >> "CfgWorlds");</code>
</dd>
</dd>
<!-- Note Section END -->
</dl>
</dl>
<!-- DISCONTINUE Notes -->
 
 
 
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands OFP 1.46|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands OFP 1.96|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands OFP 1.99|{{uc:{{PAGENAME}}}}]]
{{GameCategory|arma1|Scripting Commands}}
{{GameCategory|arma2|Scripting Commands}}
{{GameCategory|arma3|Scripting Commands}}
{{GameCategory|tkoh|Scripting Commands}}

Revision as of 14:38, 18 January 2021

Hover & click on the images for description

Description

Description:
Sets the group radio callsign, how it will be displayed in radio chat. Two groups on the same side cannot have the same callsign (different side is possible). When trying to apply the same callsign to two groups of the same side, the callsigns will simply be swapped, e.g: group1 setGroupId ["Active Group"]; group2 setGroupId ["Inactive Group"]; group2 setGroupId ["Active Group"]; // group1 is "Inactive Group" now The identity setup can also consist of format keywords (marked with %) and param keywords taken from CfgWorlds config. Basically it is like format command but with some special group keywords (See Example 2).
Arma 3
Possible Arma 3 values:

%GroupSquad:

  • "Squad1" → 1
  • "Squad2" → 2
  • "Squad3" → 3
  • "Squad4" → 4

%GroupPlatoon:

  • "Platoon1" → 1
  • "Platoon2" → 2
  • "Platoon3" → 3
  • "Platoon4" → 4

%GroupCompany:

  • "CompanyAlpha" → Alpha
  • "CompanyBravo" → Bravo
  • "CompanyCharlie" → Charlie
  • "CompanyDelta" → Delta
  • "CompanyEcho" → Echo
  • "CompanyFoxtrot" → Foxtrot
  • "CompanyGolf" → Golf
  • "CompanyHotel" → Hotel
  • "CompanyIndia" → India
  • "CompanyKilo" → Kilo
  • "CompanyLima" → Lima
  • "CompanyMike" → Mike
  • "CompanyNovember" → November
  • "CompanyOscar" → Oscar
  • "CompanyPapa" → Papa
  • "CompanyQuebec" → Quebec
  • "CompanyRomeo" → Romeo
  • "CompanySierra" → Sierra
  • "CompanyTango" → Tango
  • "CompanyUniform" → Uniform
  • "CompanyVictor" → Victor
  • "CompanyWhiskey" → Whiskey
  • "CompanyXray" → X-Ray
  • "CompanyYankee" → Yankee
  • "CompanyZulu" → Zulu

%GroupNames:

  • "Alpha" → Alpha
  • "Bravo" → Bravo
  • "Charlie" → Charlie
  • "Delta" → Delta
  • "Echo" → Echo
  • "Foxtrot" → Foxtrot
  • "Golf" → Golf
  • "Hotel" → Hotel
  • "November" → November
  • "Kilo" → Kilo
  • "Yankee" → Yankee
  • "Zulu" → Zulu
  • "Two" → Two
  • "Three" → Three
  • "Buffalo" → Buffalo
  • "Guardian" → Guardian
  • "Convoy" → Convoy
  • "Fox" → Fox

%GroupColors:

  • "GroupColor0" → (nothing)
  • "GroupColor1" → Black
  • "GroupColor2" → Red
  • "GroupColor3" → Green
  • "GroupColor4" → Blue
  • "GroupColor5" → Yellow
  • "GroupColor6" → Orange
  • "GroupColor7" → Pink
  • "Six" → Six
↑ Back to spoiler's top
From Armed Assault, you can freely decide the callsign, e.g group player setGroupId ["First Assault Recon Team"];.
In Operation Flashpoint, group ID cannot be freely decided and format must be of [letter, colour, picture] or [letter, colour]. Possible values:

Letter:

  • "Alpha"
  • "Bravo"
  • "Charlie"
  • "Delta"
  • "Echo"
  • "Foxtrot"
  • "Golf"
  • "Hotel"
  • "Kilo"
  • "Yankee"
  • "Zulu"
  • "Buffalo"
  • "Convoy"
  • "Guardian"
  • "November"
  • "Two"
  • "Three"
  • "Fox"

Colour:

  • "GroupColor0" → (nothing)
  • "GroupColor1" → Black
  • "GroupColor2" → Red
  • "GroupColor3" → Green
  • "GroupColor4" → Blue
  • "GroupColor5" → Yellow
  • "GroupColor6" → Orange
  • "GroupColor7" → Pink
  • "Six" → Six
↑ Back to spoiler's top
The radio callsign strings can be overwritten in a mission by writing Stringtable entries of the same name. Some entry names:
  • STR_CFG_GRPNAMES_ALPHA
  • STR_CFG_GRPNAMES_FOX
  • STR_CFG_GRPCOL_BLACK
  • STR_CFG_GRPNAMES_SIX (unlike its name suggests, this is a "group colour")
  • STR_CFG_FIREFLYBASE
  • STR_CFG_PAPABEAR
  • STR_CFG_HQ_BASE
For the global variant of this command see setGroupIdGlobal.
Groups:
Groups

Syntax

Syntax:
group setGroupId [nameFormat, nameParam1, ..., nameParamN]
Parameters:
group: Object or Group
[nameFormat, nameParam1, ..., nameParamN]: Array
nameFormat: String - format template (%keyword1 - %keyword2...etc)
nameParam1: String - param keyword
Return Value:
Nothing

Examples

Example 1:
Arma 3:group player setGroupId ["Some name for the group"]; hint groupId group player; // "Some name for the group" player sideChat "lalala"; // Some name for the group (KK): "lalala"
Example 2:
Arma 3:group player setGroupId ["%GroupNames :=: %GroupColors", "Alpha", "GroupColor2"]; hint groupId group player; // "Alpha :=: Red" player sideChat "lalala"; // Alpha :=: Red (KK): "lalala"
Example 3:
ArmA / Arma 2 / Arma 3: _group1 setGroupId ["Assault Squad"];
Example 4:
OFP: _group1 setGroupId ["Delta", "GroupColor4"]

Additional Information

See also:
setGroupIdGlobalgroupIdgroup

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note
Posted on April 21, 2015 - 23:21 (UTC)
Killzone Kid
List of available keywords from config: "if ((configName _x) select [0, 5] == 'group') then { diag_log ('%' + configName _x); for '_i' from 0 to count _x - 1 do { diag_log ('* ""' + configName (_x select _i) + '"" → ' + getText ((_x select _i) >> 'name')); }; }; false" configClasses (configFile >> "CfgWorlds");