SettingsCommon.xml 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <AssetDeclaration xmlns="uri:ea.com:eala:asset">
  3. <Tags />
  4. <Includes />
  5. <UICommandButton
  6. id="UICommandButton">
  7. <FactionSettings
  8. Faction="Allies"
  9. LockedImage="Button_AlliedTechnologyLock">
  10. <ImageTintColor R="255" G="255" B="255"/>
  11. </FactionSettings>
  12. <FactionSettings
  13. Faction="Soviet"
  14. LockedImage="Button_SovietTechnologyLock">
  15. <ImageTintColor R="255" G="255" B="255"/>
  16. </FactionSettings>
  17. <FactionSettings
  18. Faction="Japan"
  19. LockedImage="Button_JapanTechnologyLock">
  20. <ImageTintColor R="255" G="255" B="255"/>
  21. </FactionSettings>
  22. <FactionSettings
  23. Faction="Yuriko"
  24. LockedImage="Button_JapanTechnologyLock">
  25. <ImageTintColor R="255" G="255" B="255"/>
  26. </FactionSettings>
  27. </UICommandButton>
  28. <UICoopTinting
  29. id="UICoopTinting"
  30. FadeInFrames="3"
  31. FadeOutFrames="3"
  32. SustainFrames="10"
  33. TintFrequency="0.3"
  34. TintAmplitude="0.5">
  35. <TintColor R="220" G="220" B="220"/>
  36. </UICoopTinting>
  37. <UIDecalCloud
  38. id="UIDecalCloud"
  39. BuildTexture="DecalCloudSegment"
  40. DefenseTexture="DecalDefenseCloudSegment"
  41. SpecialPowerRestrictionTexture="DecalRestrictionSegment"/>
  42. <UIDecalDestinationMarker
  43. id="UIDecalDestinationMarker">
  44. <DefaultRenderInfo
  45. Model="SCMoveHint">
  46. <Color R="1.0" G="1.0" B="1.0"/>
  47. </DefaultRenderInfo>
  48. <DestinationTypeSettings
  49. DestinationType="Aggressive">
  50. <RenderInfo
  51. Model="SCMoveHint_Attack">
  52. <Color R="1.0" G="0.0" B="0.0"/>
  53. </RenderInfo>
  54. </DestinationTypeSettings>
  55. </UIDecalDestinationMarker>
  56. <UIDecalGrid
  57. id="UIDecalGrid"
  58. WallTexture="DecalBuildableSegment"
  59. WallOpacity="0.75">
  60. <WallDecalColor R="50" G="150" B="50"/>
  61. <PrimarySettings
  62. Opacity="0.5"
  63. ValidTexture="DecalBuildableSegment"
  64. InvalidTexture="DecalBuildableSegment">
  65. <LegalColor R="0" G="255" B="0"/>
  66. <InvalidColor R="255" G="0" B="0"/>
  67. </PrimarySettings>
  68. <SecondarySettings
  69. Opacity="0.5"
  70. ValidTexture="DecalBuildableSegment"
  71. InvalidTexture="DecalBuildableSegment">
  72. <LegalColor R="155" G="155" B="155"/>
  73. <InvalidColor R="155" G="0" B="0"/>
  74. </SecondarySettings>
  75. </UIDecalGrid>
  76. <UIFloatingTextDisplay
  77. id="UIFloatingTextDisplay"
  78. TimeOut="1000ms"
  79. MoveUpSpeed="30"
  80. MoveVanishRate="3">
  81. <Font Name="Lucida Sans" Size="18" Bold="true"/>
  82. </UIFloatingTextDisplay>
  83. <UIMessageDisplay
  84. id="UIMessageDisplay"
  85. Delay="75000ms">
  86. <Color1 R="255" G="255" B="255"/>
  87. <Color2 R="98" G="191" B="255"/>
  88. <Font Name="Lucida Sans" Size="12" Bold="true"/>
  89. </UIMessageDisplay>
  90. <UIRadarObjectsLayer
  91. id="UIRadarObjectsLayer"
  92. MinUnitDotSize="3"
  93. MinStructureDotSize="5">
  94. <NeutralColor R="255" G="255" B="255" A="255"/>
  95. <SpecialIcon
  96. Image="Radar_icon_resourcenode">
  97. <ImageOffset x="-6.5" y="-6.5"/>
  98. <ObjectFilter Rule="ANY" Include="ORE_NODE"/>
  99. </SpecialIcon>
  100. <SpecialIcon
  101. Image="Radar_icon_techstructure">
  102. <ImageOffset x="-6.5" y="-5"/>
  103. <ObjectFilter Rule="ANY" Include="NEUTRAL_TECH"/>
  104. </SpecialIcon>
  105. <SpecialIcon
  106. Image="Radar_icon_commando">
  107. <ImageOffset x="-5.5" y="-6"/>
  108. <ObjectFilter Rule="ANY" Include="COMMANDO"/>
  109. </SpecialIcon>
  110. </UIRadarObjectsLayer>
  111. <UIScenarioMapPreview
  112. id="UIScenarioMapPreview">
  113. <FactionSettings Faction="Allies" PlayerImage="Scenario_Allied"/>
  114. <FactionSettings Faction="Soviet" PlayerImage="Scenario_Soviet"/>
  115. <FactionSettings Faction="Japan" PlayerImage="Scenario_Japan"/>
  116. </UIScenarioMapPreview>
  117. <UISubtitleDisplay
  118. id="UISubtitleDisplay"
  119. HoldTime="7s"
  120. LineCount="7">
  121. <Font Name="Lucida Sans Unicode" Size="20"/>
  122. <PanelColor R="0" G="0" B="0" A="0"/>
  123. <TextColor R="255" G="255" B="255"/>
  124. </UISubtitleDisplay>
  125. </AssetDeclaration>