Jump to content

TeamAddSelect: Difference between revisions

From ModEnc²
en>DCoder
Created central page
 
en>Nighthawk200
m Template updated, colours modified.
Line 1: Line 1:
{{Flag
{{Flag
|name={{PAGENAME}}_{{Co|x||lime}}
|name={{PAGENAME}}_{{Co|x||green}}
|files={{Categ|Keyboard(md).ini}}
|files={{Categ|Keyboard(md).ini}}
|values=unsigned integers (represent [[key codes]])
|values=unsigned integers (represent [[key codes]])
|special=None
|default=varied
|default=varied
|types={{Categ|Hotkey}}
|types={{Categ|Hotkey}}
|games=[[TS]], [[RA2]], [[YR]]
|ts=yes
|fs=yes
|ets=yes
|ra2=yes
|yr=yes
|rp=yes
}}
}}


Where {{Co|x||lime}} is 1 through 10, this flag specifies the keyboard shortcut used to select units previously assigned to "Team #{{Co|x||lime}}" '''in addition to the currently selected units''' (Team #{{Co|x||lime}} doesn't change its content). See [[keyboard teams]].
Where {{Co|x||green}} is 1 through 10, this flag specifies the keyboard shortcut used to select units previously assigned to "Team #{{Co|x||green}}" '''in addition to the currently selected units''' (Team #{{Co|x||green}} doesn't change its content). See [[keyboard teams]].


Default values are (304 + ({{Co|x||lime}} mod 10)) , which correspond to Shift-{{Co|x||lime}}.
Default values are (304 + ({{Co|x||green}} mod 10)) , which correspond to Shift-{{Co|x||green}}.

Revision as of 18:54, 3 April 2007

Tiberian Dawn Red Alert Tiberian Sun Firestorm Red Alert 2 Yuri's Revenge
Flag: TeamAddSelect_x
File(s): Keyboard(md).ini
Values: unsigned integers (represent key codes)
Default: varied
Applicable to: Hotkey


Where x is 1 through 10, this flag specifies the keyboard shortcut used to select units previously assigned to "Team #x" in addition to the currently selected units (Team #x doesn't change its content). See keyboard teams.

Default values are (304 + (x mod 10)) , which correspond to Shift-x.