Settings.xml 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <AssetDeclaration xmlns="uri:ea.com:eala:asset" xmlns:xi="http://www.w3.org/2001/XInclude">
  3. <Tags />
  4. <Includes>
  5. <!-- The Quick Chat Settings can be quite large so it was defined in a helper file -->
  6. <Include type="all" source="QuickChatSettings.xml" />
  7. </Includes>
  8. <UIMouseDragSelectionFeedback
  9. id="UIMouseDragSelectionFeedback"
  10. BoxEdgeWidth="2"
  11. LassoWidth="2">
  12. <BoxColor R="255" G="182" B="14" A="187"/>
  13. <LassoColor R="255" G="182" B="14" A="187"/>
  14. </UIMouseDragSelectionFeedback>
  15. <UIMouseHUDElementHotKeyGate
  16. id="UIMouseHUDElementHotKeyGate">
  17. <ElementHotKeyMapping ElementId="SellButton" HotKeySlot="SellMode"/>
  18. <ElementHotKeyMapping ElementId="RepairButton" HotKeySlot="ToggleRepairMode"/>
  19. <ElementHotKeyMapping ElementId="SelectionRefinementTab" HotKeySlot="SideBarSelectionRefinementPage"/>
  20. <ElementHotKeyMapping ElementId="MainStructuresTab" HotKeySlot="SideBarMainStructurePage"/>
  21. <ElementHotKeyMapping ElementId="OtherStructuresTab" HotKeySlot="SideBarOtherStructurePage"/>
  22. <ElementHotKeyMapping ElementId="InfantryTab" HotKeySlot="SideBarInfantryPage"/>
  23. <ElementHotKeyMapping ElementId="VehicleTab" HotKeySlot="SideBarVehiclePage"/>
  24. <ElementHotKeyMapping ElementId="AircraftTab" HotKeySlot="SideBarAircraftPage"/>
  25. <ElementHotKeyMapping ElementId="WatercraftTab" HotKeySlot="SideBarWatercraftPage"/>
  26. <ElementHotKeyMapping ElementId="AttackMoveButton" HotKeySlot="AttackMove"/>
  27. <ElementHotKeyMapping ElementId="ForceAttackButton" HotKeySlot="ForceAttack"/>
  28. <ElementHotKeyMapping ElementId="ForceMoveButton" HotKeySlot="ForceMove"/>
  29. <ElementHotKeyMapping ElementId="ReverseMoveButton" HotKeySlot="ReverseMove"/>
  30. <ElementHotKeyMapping ElementId="StopButton" HotKeySlot="Stop"/>
  31. <ElementHotKeyMapping ElementId="PlanningModeButton" HotKeySlot="PlanningMode"/>
  32. <ElementHotKeyMapping ElementId="WaypointModeButton" HotKeySlot="WaypointMode"/>
  33. <ElementHotKeyMapping ElementId="AggressiveStanceButton" HotKeySlot="StanceAggressive"/>
  34. <ElementHotKeyMapping ElementId="GuardStanceButton" HotKeySlot="StanceGuard"/>
  35. <ElementHotKeyMapping ElementId="HoldFireStanceButton" HotKeySlot="StanceHoldFire"/>
  36. <ElementHotKeyMapping ElementId="HoldGroundStanceButton" HotKeySlot="StanceHoldPosition"/>
  37. <ElementHotKeyMapping ElementId="OpenPlayerTechStoreButton" HotKeySlot="OpenPlayerTechStore"/>
  38. <ElementHotKeyMapping ElementId="OpenAdvancedCommandsButton" HotKeySlot="OpenAdvancedCommands"/>
  39. </UIMouseHUDElementHotKeyGate>
  40. <UIMouseTacticalAttackMoveButton
  41. id="UIMouseTacticalAttackMoveButton">
  42. <MouseOverHelp
  43. Title="NAME:AttackMove"
  44. Description="DESC:AttackMove"/>
  45. </UIMouseTacticalAttackMoveButton>
  46. <UIMouseTacticalBuildQueueTab
  47. id="UIMouseTacticalBuildQueueTab">
  48. <QueueTypeSettings
  49. QueueType="MAIN_STRUCTURE">
  50. <MouseOverHelp
  51. Title="NAME:ProductionStructureSubTab"
  52. Description="DESC:ProductionStructureSubTab"/>
  53. </QueueTypeSettings>
  54. <QueueTypeSettings
  55. QueueType="OTHER_STRUCTURE">
  56. <MouseOverHelp
  57. Title="NAME:SupportStructureSubTab"
  58. Description="DESC:SupportStructureSubTab"/>
  59. </QueueTypeSettings>
  60. <QueueTypeSettings
  61. QueueType="INFANTRY">
  62. <MouseOverHelp
  63. Title="NAME:InfantrySubTab"
  64. Description="DESC:InfantrySubTab"/>
  65. </QueueTypeSettings>
  66. <QueueTypeSettings
  67. QueueType="VEHICLE">
  68. <MouseOverHelp
  69. Title="NAME:VehicleSubTab"
  70. Description="DESC:VehicleSubTab"/>
  71. </QueueTypeSettings>
  72. <QueueTypeSettings
  73. QueueType="AIRCRAFT">
  74. <MouseOverHelp
  75. Title="NAME:AircraftSubTab"
  76. Description="DESC:AircraftSubTab"/>
  77. </QueueTypeSettings>
  78. <QueueTypeSettings
  79. QueueType="WATERCRAFT">
  80. <MouseOverHelp
  81. Title="NAME:NavySubTab"
  82. Description="DESC:NavySubTab"/>
  83. </QueueTypeSettings>
  84. </UIMouseTacticalBuildQueueTab>
  85. <UIMouseTacticalBuildQueueTypeTab
  86. id="UIMouseTacticalBuildQueueTypeTab">
  87. <QueueTypeSettings
  88. QueueType="MAIN_STRUCTURE">
  89. <MouseOverHelp
  90. Title="NAME:ProductionStructureTab"
  91. Description="DESC:ProductionStructureTab"/>
  92. </QueueTypeSettings>
  93. <QueueTypeSettings
  94. QueueType="OTHER_STRUCTURE">
  95. <MouseOverHelp
  96. Title="NAME:SupportStructureTab"
  97. Description="DESC:SupportStructureTab"/>
  98. </QueueTypeSettings>
  99. <QueueTypeSettings
  100. QueueType="INFANTRY">
  101. <MouseOverHelp
  102. Title="NAME:InfantryTab"
  103. Description="DESC:InfantryTab"/>
  104. </QueueTypeSettings>
  105. <QueueTypeSettings
  106. QueueType="VEHICLE">
  107. <MouseOverHelp
  108. Title="NAME:VehicleTab"
  109. Description="DESC:VehicleTab"/>
  110. </QueueTypeSettings>
  111. <QueueTypeSettings
  112. QueueType="AIRCRAFT">
  113. <MouseOverHelp
  114. Title="NAME:AircraftTab"
  115. Description="DESC:AircraftTab"/>
  116. </QueueTypeSettings>
  117. <QueueTypeSettings
  118. QueueType="WATERCRAFT">
  119. <MouseOverHelp
  120. Title="NAME:NavyTab"
  121. Description="DESC:NavyTab"/>
  122. </QueueTypeSettings>
  123. </UIMouseTacticalBuildQueueTypeTab>
  124. <UIMouseTacticalCommandAttack
  125. id="UIMouseTacticalCommandAttack"
  126. AttackObjectCursor="AttackObject"
  127. ForceAttackObjectCursor="ForceAttackObject"
  128. ForceAttackGroundCursor="ForceAttackGround"
  129. ExplosiveChargeCursor="ExplosiveCharge"
  130. ClearGarrisonCursor="ClearGarrison"
  131. DisguiseCursor="Disguise"
  132. CallAirstrikeCursor="CallAirstrike"/>
  133. <UIMouseTacticalCommandAttackMove
  134. id="UIMouseTacticalCommandAttackMove"
  135. NormalCursor="AttackMoveTo"
  136. ForcedCursor="ForceAttackMoveTo"/>
  137. <UIMouseTacticalCommandCommunicateWithAllies
  138. id="UIMouseTacticalCommandCommunicateWithAllies"
  139. PlaceAttachedBeaconCursor="PlaceMpBeaconAttached"
  140. PlaceUnattachedBeaconCursor="PlaceMpBeacon"
  141. PingRadarCursor="PingRadar">
  142. <BeaconAttachableObjectFilter Rule="ANY" Include="STRUCTURE INFANTRY VEHICLE"/>
  143. </UIMouseTacticalCommandCommunicateWithAllies>
  144. <UIMouseTacticalCommandDock
  145. id="UIMouseTacticalCommandDock"
  146. Cursor="Dock"/>
  147. <UIMouseTacticalCommandEnter
  148. id="UIMouseTacticalCommandEnter"
  149. DefaultCursor="Enter"
  150. ContestCursor="ClearGarrison">
  151. <InfiltratorEffectTypeSettings Effect="VISION" Cursor="Infiltrate_VisionStructure"/>
  152. <InfiltratorEffectTypeSettings Effect="ENERGY" Cursor="Infiltrate_Energy"/>
  153. <InfiltratorEffectTypeSettings Effect="STEAL_MONEY" Cursor="Infiltrate_StealMoney"/>
  154. <InfiltratorEffectTypeSettings Effect="VISION_UNITS" Cursor="Infiltrate_VisionUnits"/>
  155. <InfiltratorEffectTypeSettings Effect="RESET" Cursor="Infiltrate_ResetTimer"/>
  156. </UIMouseTacticalCommandEnter>
  157. <UIMouseTacticalCommandForceAttack
  158. id="UIMouseTacticalCommandForceAttack"
  159. ObjectCursor="ForceAttackObject"
  160. GroundCursor="ForceAttackGround"/>
  161. <UIMouseTacticalCommandForceMove
  162. id="UIMouseTacticalCommandForceMove"
  163. Cursor="ForceMoveTo"/>
  164. <UIMouseTacticalCommandGetCrate
  165. id="UIMouseTacticalCommandGetCrate"
  166. Cursor="GetCrate"/>
  167. <!--UIMouseTacticalCommandHarvest
  168. id="UIMouseTacticalCommandHarvest"
  169. Cursor="Harvest"/-->
  170. <UIMouseTacticalCommandMineOre
  171. id="UIMouseTacticalCommandMineOre"
  172. Cursor="MineOre"/>
  173. <!--UIMouseTacticalCommandMisc
  174. id="UIMouseTacticalCommandMisc"
  175. CombineCursor="Combine"
  176. ChargeDefensesCursor="ChargeDefenses"
  177. ConversionBeamCursor="ConversionBeam"/-->
  178. <UIMouseTacticalCommandMove
  179. id="UIMouseTacticalCommandMove"
  180. ForwardCursor="MoveTo"
  181. ReverseCursor="ReverseMoveTo"/>
  182. <UIMouseTacticalCommandPlaceAIBeacon
  183. id="UIMouseTacticalCommandPlaceAIBeacon">
  184. <BeaconTypeSettings
  185. Type="Assault"
  186. PlaceUnattachedCursor="PlaceAssaultBeacon"
  187. PlaceAttachedCursor="PlaceAssaultBeaconAttached"
  188. CanTargetObjects="true"
  189. CanTargetPosition="true">
  190. <AttachableObjectFilter Rule="ANY" Include="STRUCTURE INFANTRY VEHICLE" Exclude="ORE_NODE" Relationship="ENEMIES NEUTRAL"/>
  191. </BeaconTypeSettings>
  192. <BeaconTypeSettings
  193. Type="HoldPosition"
  194. PlaceUnattachedCursor="PlaceHoldBeacon"
  195. CanTargetObjects="false"
  196. CanTargetPosition="true"/>
  197. <BeaconTypeSettings
  198. Type="HoldObject"
  199. PlaceAttachedCursor="PlaceHoldBeaconAttached"
  200. CanTargetObjects="true"
  201. CanTargetPosition="false">
  202. <AttachableObjectFilter Rule="ANY" Include="STRUCTURE INFANTRY VEHICLE" Exclude="ORE_NODE" Relationship="ENEMIES"/>
  203. </BeaconTypeSettings>
  204. </UIMouseTacticalCommandPlaceAIBeacon>
  205. <UIMouseTacticalCommandPlaceRallyPoint
  206. id="UIMouseTacticalCommandPlaceRallyPoint"
  207. Cursor="SetRallyPoint"/>
  208. <!--UIMouseTacticalCommandPlaceWall
  209. id="UIMouseTacticalCommandPlaceWall"
  210. ValidPlacementCursor="PlaceWall"/-->
  211. <UIMouseTacticalCommandReverseMove
  212. id="UIMouseTacticalCommandReverseMove"
  213. Cursor="ReverseMoveTo"/>
  214. <UIMouseTacticalCommandSelect
  215. id="UIMouseTacticalCommandSelect"
  216. Cursor="Selecting"
  217. TakeUnitsFromAllyHotKeySlot="TakeUnitsFromAlly"
  218. GiveUnitsToAllyHotKeySlot="GiveUnitsToAlly"/>
  219. <UIMouseTacticalCommandSell
  220. id="UIMouseTacticalCommandSell">
  221. <DefaultCursors ValidTarget="SellAllies" InvalidTarget="CantSellAllies"/>
  222. <FactionCursors
  223. Faction="Soviet">
  224. <Cursors ValidTarget="SellSoviet" InvalidTarget="CantSellSoviet"/>
  225. </FactionCursors>
  226. <FactionCursors
  227. Faction="Japan">
  228. <Cursors ValidTarget="SellJapan" InvalidTarget="CantSellJapan"/>
  229. </FactionCursors>
  230. </UIMouseTacticalCommandSell>
  231. <UIMouseTacticalCommandSetRallyPoint
  232. id="UIMouseTacticalCommandSetRallyPoint"
  233. Cursor="SetRallyPoint"/>
  234. <UIMouseTacticalCommandToggleSelfRepair
  235. id="UIMouseTacticalCommandToggleSelfRepair"
  236. ValidTargetCursor="ToggleRepair"
  237. InvalidTargetCursor="CantToggleRepair"/>
  238. <UIMouseTacticalCoOpAIButtonsAssaultButton
  239. id="UIMouseTacticalCoOpAIButtonsAssaultButton">
  240. <MouseOverHelp
  241. Title="NAME:CoOpAIAssaultButton"
  242. Description="DESC:CoOpAIAssaultButton"/>
  243. </UIMouseTacticalCoOpAIButtonsAssaultButton>
  244. <UIMouseTacticalCoOpAIButtonsHelpButton
  245. id="UIMouseTacticalCoOpAIButtonsHelpButton">
  246. <MouseOverHelp
  247. Title="NAME:CoOpAIHelpButton"
  248. Description="DESC:CoOpAIHelpButton"/>
  249. </UIMouseTacticalCoOpAIButtonsHelpButton>
  250. <UIMouseTacticalCoOpAIButtonsHoldObjectButton
  251. id="UIMouseTacticalCoOpAIButtonsHoldObjectButton">
  252. <MouseOverHelp
  253. Title="NAME:CoOpAIHoldObjectButton"
  254. Description="DESC:CoOpAIHoldObjectButton"/>
  255. </UIMouseTacticalCoOpAIButtonsHoldObjectButton>
  256. <UIMouseTacticalCoOpAIButtonsHoldPositionButton
  257. id="UIMouseTacticalCoOpAIButtonsHoldPositionButton">
  258. <MouseOverHelp
  259. Title="NAME:CoOpAIHoldPositionButton"
  260. Description="DESC:CoOpAIHoldPositionButton"/>
  261. </UIMouseTacticalCoOpAIButtonsHoldPositionButton>
  262. <UIMouseTacticalCoOpAIButtonsNormalButton
  263. id="UIMouseTacticalCoOpAIButtonsNormalButton">
  264. <MouseOverHelp
  265. Title="NAME:CoOpAINormalButton"
  266. Description="DESC:CoOpAINormalButton"/>
  267. </UIMouseTacticalCoOpAIButtonsNormalButton>
  268. <UIMouseTacticalDeactivateMissionHotSpotsButton
  269. id="UIMouseTacticalDeactivateMissionHotSpotsButton">
  270. <MouseOverHelp
  271. Title="NAME:DeactivateMissionHotSpotsButton"
  272. Description="DESC:DeactivateMissionHotSpotsButton"/>
  273. </UIMouseTacticalDeactivateMissionHotSpotsButton>
  274. <UIMouseTacticalExitContainerButton
  275. id="UIMouseTacticalExitContainerButton"
  276. HelpTitleFormat="NAME:ExitContainer"
  277. HelpDescription="DESC:ExitContainer"/>
  278. <UIMouseTacticalFastForwardButton
  279. id="UIMouseTacticalFastForwardButton">
  280. <MouseOverHelp
  281. Title="NAME:FastForward"
  282. Description="DESC:FastForward"/>
  283. </UIMouseTacticalFastForwardButton>
  284. <UIMouseTacticalForceAttackButton
  285. id="UIMouseTacticalForceAttackButton">
  286. <MouseOverHelp
  287. Title="NAME:ForceAttack"
  288. Description="DESC:ForceAttack"/>
  289. </UIMouseTacticalForceAttackButton>
  290. <UIMouseTacticalForceAttackMoveButton
  291. id="UIMouseTacticalForceAttackMoveButton">
  292. <MouseOverHelp
  293. Title="NAME:AssaultMove"
  294. Description="DESC:AssaultMove"/>
  295. </UIMouseTacticalForceAttackMoveButton>
  296. <UIMouseTacticalForceMoveButton
  297. id="UIMouseTacticalForceMoveButton">
  298. <MouseOverHelp
  299. Title="NAME:ForceMove"
  300. Description="DESC:ForceMove"/>
  301. </UIMouseTacticalForceMoveButton>
  302. <UIMouseTacticalGroupSelection
  303. id="UIMouseTacticalGroupSelection">
  304. <Group
  305. CreateHotKeySlot="CreateGroup0"
  306. AddToHotKeySlot="AddToGroup0"
  307. SelectHotKeySlot="SelectGroup0"
  308. ViewHotKeySlot="ViewGroup0"/>
  309. <Group
  310. CreateHotKeySlot="CreateGroup1"
  311. AddToHotKeySlot="AddToGroup1"
  312. SelectHotKeySlot="SelectGroup1"
  313. ViewHotKeySlot="ViewGroup1"/>
  314. <Group
  315. CreateHotKeySlot="CreateGroup2"
  316. AddToHotKeySlot="AddToGroup2"
  317. SelectHotKeySlot="SelectGroup2"
  318. ViewHotKeySlot="ViewGroup2"/>
  319. <Group
  320. CreateHotKeySlot="CreateGroup3"
  321. AddToHotKeySlot="AddToGroup3"
  322. SelectHotKeySlot="SelectGroup3"
  323. ViewHotKeySlot="ViewGroup3"/>
  324. <Group
  325. CreateHotKeySlot="CreateGroup4"
  326. AddToHotKeySlot="AddToGroup4"
  327. SelectHotKeySlot="SelectGroup4"
  328. ViewHotKeySlot="ViewGroup4"/>
  329. <Group
  330. CreateHotKeySlot="CreateGroup5"
  331. AddToHotKeySlot="AddToGroup5"
  332. SelectHotKeySlot="SelectGroup5"
  333. ViewHotKeySlot="ViewGroup5"/>
  334. <Group
  335. CreateHotKeySlot="CreateGroup6"
  336. AddToHotKeySlot="AddToGroup6"
  337. SelectHotKeySlot="SelectGroup6"
  338. ViewHotKeySlot="ViewGroup6"/>
  339. <Group
  340. CreateHotKeySlot="CreateGroup7"
  341. AddToHotKeySlot="AddToGroup7"
  342. SelectHotKeySlot="SelectGroup7"
  343. ViewHotKeySlot="ViewGroup7"/>
  344. <Group
  345. CreateHotKeySlot="CreateGroup8"
  346. AddToHotKeySlot="AddToGroup8"
  347. SelectHotKeySlot="SelectGroup8"
  348. ViewHotKeySlot="ViewGroup8"/>
  349. <Group
  350. CreateHotKeySlot="CreateGroup9"
  351. AddToHotKeySlot="AddToGroup9"
  352. SelectHotKeySlot="SelectGroup9"
  353. ViewHotKeySlot="ViewGroup9"/>
  354. </UIMouseTacticalGroupSelection>
  355. <UIMouseTacticalLookAt
  356. id="UIMouseTacticalLookAt"
  357. ScrollCursor="Scroll"
  358. ScrollLeftHotKeySlot="CameraScrollLeft"
  359. ScrollRightHotKeySlot="CameraScrollRight"
  360. ScrollUpHotKeySlot="CameraScrollUp"
  361. ScrollDownHotKeySlot="CameraScrollDown"
  362. RotateLeftHotKeySlot="CameraRotateLeft"
  363. RotateRightHotKeySlot="CameraRotateRight"
  364. ZoomInHotKeySlot="CameraZoomIn"
  365. ZoomOutHotKeySlot="CameraZoomOut"
  366. KeyScrollFactor="25%"
  367. MouseDragScrollFactor="25%"
  368. MouseEdgeScrollFactor="25%">
  369. <ViewBookmark GoToHotKeySlot="GoToViewBookmark1" SaveHotKeySlot="SaveViewBookmark1"/>
  370. <ViewBookmark GoToHotKeySlot="GoToViewBookmark2" SaveHotKeySlot="SaveViewBookmark2"/>
  371. <ViewBookmark GoToHotKeySlot="GoToViewBookmark3" SaveHotKeySlot="SaveViewBookmark3"/>
  372. <ViewBookmark GoToHotKeySlot="GoToViewBookmark4" SaveHotKeySlot="SaveViewBookmark4"/>
  373. <ViewBookmark GoToHotKeySlot="GoToViewBookmark5" SaveHotKeySlot="SaveViewBookmark5"/>
  374. <ViewBookmark GoToHotKeySlot="GoToViewBookmark6" SaveHotKeySlot="SaveViewBookmark6"/>
  375. <ViewBookmark GoToHotKeySlot="GoToViewBookmark7" SaveHotKeySlot="SaveViewBookmark7"/>
  376. <ViewBookmark GoToHotKeySlot="GoToViewBookmark8" SaveHotKeySlot="SaveViewBookmark8"/>
  377. </UIMouseTacticalLookAt>
  378. <UIMouseTacticalMainCommandBarHotKeys
  379. id="UIMouseTacticalMainCommandBarHotKeys"
  380. SelectionRefinementPageSlot="SideBarSelectionRefinementPage">
  381. <BuildQueuePage QueueType="MAIN_STRUCTURE" Slot="SideBarMainStructurePage"/>
  382. <BuildQueuePage QueueType="OTHER_STRUCTURE" Slot="SideBarOtherStructurePage"/>
  383. <BuildQueuePage QueueType="INFANTRY" Slot="SideBarInfantryPage"/>
  384. <BuildQueuePage QueueType="VEHICLE" Slot="SideBarVehiclePage"/>
  385. <BuildQueuePage QueueType="AIRCRAFT" Slot="SideBarAircraftPage"/>
  386. <BuildQueuePage QueueType="WATERCRAFT" Slot="SideBarWatercraftPage"/>
  387. <ButtonSlot>SideBarButtonSlot1</ButtonSlot>
  388. <ButtonSlot>SideBarButtonSlot2</ButtonSlot>
  389. <ButtonSlot>SideBarButtonSlot3</ButtonSlot>
  390. <ButtonSlot>SideBarButtonSlot4</ButtonSlot>
  391. <ButtonSlot>SideBarButtonSlot5</ButtonSlot>
  392. <ButtonSlot>SideBarButtonSlot6</ButtonSlot>
  393. <ButtonSlot>SideBarButtonSlot7</ButtonSlot>
  394. <ButtonSlot>SideBarButtonSlot8</ButtonSlot>
  395. <ButtonSlot>SideBarButtonSlot9</ButtonSlot>
  396. <ButtonSlot>SideBarButtonSlot10</ButtonSlot>
  397. <ButtonSlot>SideBarButtonSlot11</ButtonSlot>
  398. <ButtonSlot>SideBarButtonSlot12</ButtonSlot>
  399. </UIMouseTacticalMainCommandBarHotKeys>
  400. <!-- For now "DeleteBeacon" is set to the "TelestratorErase" hot key slot
  401. because they both share the same key mapping. We should come up with a
  402. a better way to share key mappings-->
  403. <UIMouseTacticalMiscHotKeys
  404. id="UIMouseTacticalMiscHotKeys"
  405. AttackMove="AttackMove"
  406. CameraReset="CameraReset"
  407. ChatWithAllies="ChatWithAllies"
  408. ChatWithEveryone="ChatWithEveryone"
  409. CommunicateWithAlliesMode="CommunicateWithAlliesMode"
  410. CycleHarvesters="CycleHarvesters"
  411. DeleteBeacon="TelestratorErase"
  412. ForceAttack="ForceAttack"
  413. ForceMove="ForceMove"
  414. GoToNextBuildQueue="GoToNextBuildQueue"
  415. GoToPriorBuildQueue="GoToPriorBuildQueue"
  416. GoToNextSubGroup="GoToNextSubGroup"
  417. GoToPriorSubGroup="GoToPriorSubGroup"
  418. OpenAdvancedCommands="OpenAdvancedCommands"
  419. OpenLoadGameScreen="OpenLoadGameScreen"
  420. OpenPauseScreen="OpenPauseScreen"
  421. OpenPlayerTechStore="OpenPlayerTechStore"
  422. OpenSaveGameScreen="OpenSaveGameScreen"
  423. PlaceRallyPoint="PlaceRallyPoint"
  424. PlanningMode="PlanningMode"
  425. PreferSelection="PreferSelection"
  426. QuickChatMenu="QuickChatMenu"
  427. ReverseMove="ReverseMove"
  428. Scatter="Scatter"
  429. SelectAll="SelectAll"
  430. SelectMatchingUnits="SelectMatchingUnits"
  431. SellMode="SellMode"
  432. ShowAllHealthBars="ShowAllHealthBars"
  433. Stop="Stop"
  434. TelestratorErase="TelestratorErase"
  435. TelestratorNextColor="TelestratorNextColor"
  436. TelestratorNextLineWidth="TelestratorNextLineWidth"
  437. TelestratorPriorColor="TelestratorPriorColor"
  438. TelestratorToggle="TelestratorToggle"
  439. ToggleFastForwardMode="ToggleFastForwardMode"
  440. ToggleHUD="ToggleHUD"
  441. ToggleRepairMode="ToggleRepairMode"
  442. ViewHomeBase="ViewHomeBase"
  443. ViewLastEvaEvent="ViewLastEvaEvent"
  444. WaypointMode="WaypointMode">
  445. <StanceSettings Stance="AGGRESSIVE" Slot="StanceAggressive"/>
  446. <StanceSettings Stance="GUARD" Slot="StanceGuard"/>
  447. <StanceSettings Stance="HOLD_FIRE" Slot="StanceHoldFire"/>
  448. <StanceSettings Stance="HOLD_POSITION" Slot="StanceHoldPosition"/>
  449. </UIMouseTacticalMiscHotKeys>
  450. <UIMouseTacticalOpenAdvancedCommandsButton
  451. id="UIMouseTacticalOpenAdvancedCommandsButton">
  452. <MouseOverHelp
  453. Title="NAME:OpenAdvancedCommands"
  454. Description="DESC:OpenAdvancedCommands"/>
  455. </UIMouseTacticalOpenAdvancedCommandsButton>
  456. <UIMouseTacticalPauseButton
  457. id="UIMouseTacticalPauseButton">
  458. <MouseOverHelp
  459. Title="NAME:PauseButton"
  460. Description="DESC:PauseButton"/>
  461. </UIMouseTacticalPauseButton>
  462. <UIMouseTacticalPlanningModeButton
  463. id="UIMouseTacticalPlanningModeButton">
  464. <MouseOverHelp
  465. Title="NAME:PlanningMode"
  466. Description="DESC:PlanningMode"/>
  467. </UIMouseTacticalPlanningModeButton>
  468. <UIMouseTacticalPlayerPowerHotKeys
  469. id="UIMouseTacticalPlayerPowerHotKeys">
  470. <Slot>PlayerPowerButtonSlot1</Slot>
  471. <Slot>PlayerPowerButtonSlot2</Slot>
  472. <Slot>PlayerPowerButtonSlot3</Slot>
  473. <Slot>PlayerPowerButtonSlot4</Slot>
  474. <Slot>PlayerPowerButtonSlot5</Slot>
  475. <Slot>PlayerPowerButtonSlot6</Slot>
  476. <Slot>PlayerPowerButtonSlot7</Slot>
  477. <Slot>PlayerPowerButtonSlot8</Slot>
  478. <Slot>PlayerPowerButtonSlot9</Slot>
  479. <Slot>PlayerPowerButtonSlot10</Slot>
  480. <Slot>PlayerPowerButtonSlot11</Slot>
  481. <Slot>PlayerPowerButtonSlot12</Slot>
  482. <Slot>PlayerPowerButtonSlot13</Slot>
  483. <Slot>PlayerPowerButtonSlot14</Slot>
  484. <Slot>PlayerPowerButtonSlot15</Slot>
  485. </UIMouseTacticalPlayerPowerHotKeys>
  486. <UIMouseTacticalPlayerTechStoreButton
  487. id="UIMouseTacticalPlayerTechStoreButton"
  488. TechPointAwardedSound="U_PowerPointReceived">
  489. <MouseOverHelp
  490. Title="NAME:OpenPlayerTechStore"
  491. Description="DESC:OpenPlayerTechStore"/>
  492. <YurikoMouseOverHelp
  493. Title="NAME:OpenPlayerYurikoTechStore"
  494. Description="DESC:OpenPlayerYurikoTechStore"/>
  495. </UIMouseTacticalPlayerTechStoreButton>
  496. <UIMouseTacticalRadarTelestrator
  497. id="UIMouseTacticalRadarTelestrator"
  498. StrokeSustainDuration="10s"
  499. StrokeFadeDuration="2s"/>
  500. <UIMouseTacticalRedAlertButton
  501. id="UIMouseTacticalRedAlertButton">
  502. <MouseOverHelp
  503. Title="NAME:RedAlertButton"
  504. Description="DESC:RedAlertButton"/>
  505. </UIMouseTacticalRedAlertButton>
  506. <UIMouseTacticalReverseMoveButton
  507. id="UIMouseTacticalReverseMoveButton">
  508. <MouseOverHelp
  509. Title="NAME:ReverseMove"
  510. Description="DESC:ReverseMove"/>
  511. </UIMouseTacticalReverseMoveButton>
  512. <UIMouseTacticalSelectionDetailsButtonHotKeys
  513. id="UIMouseTacticalSelectionDetailsButtonHotKeys">
  514. <UnitAbilitySlot>UnitAbilityButtonSlot1</UnitAbilitySlot>
  515. <UnitAbilitySlot>UnitAbilityButtonSlot2</UnitAbilitySlot>
  516. <UnitAbilitySlot>UnitAbilityButtonSlot3</UnitAbilitySlot>
  517. <UnitAbilitySlot>UnitAbilityButtonSlot4</UnitAbilitySlot>
  518. <UnitAbilitySlot>UnitAbilityButtonSlot5</UnitAbilitySlot>
  519. <UnitAbilitySlot>UnitAbilityButtonSlot6</UnitAbilitySlot>
  520. </UIMouseTacticalSelectionDetailsButtonHotKeys>
  521. <UIMouseTacticalSelectionRefinementTab
  522. id="UIMouseTacticalSelectionRefinementTab">
  523. <MouseOverHelp
  524. Title="NAME:ContextualTab"
  525. Description="DESC:ContextualTab"/>
  526. </UIMouseTacticalSelectionRefinementTab>
  527. <UIMouseTacticalSellModeButton
  528. id="UIMouseTacticalSellModeButton">
  529. <MouseOverHelp
  530. Title="NAME:SellMode"
  531. Description="DESC:SellMode"/>
  532. </UIMouseTacticalSellModeButton>
  533. <UIMouseTacticalSetStanceButton
  534. id="UIMouseTacticalSetStanceButton">
  535. <StanceSettings
  536. Stance="AGGRESSIVE">
  537. <MouseOverHelp
  538. Title="NAME:AggresiveStance"
  539. Description="DESC:AggresiveStance"/>
  540. </StanceSettings>
  541. <StanceSettings
  542. Stance="GUARD">
  543. <MouseOverHelp
  544. Title="NAME:GuardStance"
  545. Description="DESC:GuardStance"/>
  546. </StanceSettings>
  547. <StanceSettings
  548. Stance="HOLD_POSITION">
  549. <MouseOverHelp
  550. Title="NAME:HoldGroundStance"
  551. Description="DESC:HoldGroundStance"/>
  552. </StanceSettings>
  553. <StanceSettings
  554. Stance="HOLD_FIRE">
  555. <MouseOverHelp
  556. Title="NAME:HoldFireStance"
  557. Description="DESC:HoldFireStance"/>
  558. </StanceSettings>
  559. </UIMouseTacticalSetStanceButton>
  560. <UIMouseTacticalStopButton
  561. id="UIMouseTacticalStopButton">
  562. <MouseOverHelp
  563. Title="NAME:Stop"
  564. Description="DESC:Stop"/>
  565. </UIMouseTacticalStopButton>
  566. <UIMouseTacticalTelestrator
  567. id="UIMouseTacticalTelestrator"
  568. DrawCursor="TelestratorDraw"/>
  569. <UIMouseTacticalThreatMeter
  570. id="UIMouseTacticalThreatMeter">
  571. <MouseOverHelp
  572. Title="NAME:ThreatMeter"
  573. Description="DESC:ThreatMeter"/>
  574. </UIMouseTacticalThreatMeter>
  575. <UIMouseTacticalToggleRepairModeButton
  576. id="UIMouseTacticalToggleRepairModeButton">
  577. <MouseOverHelp
  578. Title="NAME:RepairMode"
  579. Description="DESC:RepairMode"/>
  580. </UIMouseTacticalToggleRepairModeButton>
  581. <UIMouseTacticalUnitIntroButton
  582. id="UIMouseTacticalUnitIntroButton">
  583. <MouseOverHelp
  584. Title="NAME:UnitIntro"
  585. Description="DESC:UnitIntro"/>
  586. </UIMouseTacticalUnitIntroButton>
  587. <UIMouseTacticalWaypointModeButton
  588. id="UIMouseTacticalWaypointModeButton">
  589. <MouseOverHelp
  590. Title="NAME:WaypointMode"
  591. Description="DESC:WaypointMode"/>
  592. </UIMouseTacticalWaypointModeButton>
  593. <UIMouseVoiceChat
  594. id="UIMouseVoiceChat"
  595. ToggleModeHotKeySlot="ToggleVoiceChatMode"
  596. TalkHotKeySlot="VoiceChat">
  597. <ModeButtonHelp
  598. Title="NAME:VoiceChatMode"
  599. Description="DESC:VoiceChatMode"/>
  600. <TalkButtonHelp
  601. Title="NAME:VoiceChatTalk"
  602. Description="DESC:VoiceChatModeSpecific"/>
  603. </UIMouseVoiceChat>
  604. </AssetDeclaration>