Jump to content

TeamCreate: Difference between revisions

From ModEnc²
en>DCoder
Created central page
 
en>Nighthawk200
m Template and colours updated
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 assign currently selected units to "Team #{{Co|x||lime}}". See [[keyboard teams]].
Where {{Co|x||green}} is 1 through 10, this flag specifies the keyboard shortcut used to assign currently selected units to "Team #{{Co|x||green}}". See [[keyboard teams]].


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

Revision as of 18:56, 3 April 2007

Tiberian Dawn Red Alert Tiberian Sun Firestorm Red Alert 2 Yuri's Revenge
Flag: TeamCreate_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 assign currently selected units to "Team #x". See keyboard teams.

Default values are (560 + (x mod 10)) , which correspond to Ctrl-x.