SettingsCommon.xml 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  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. </UICommandButton>
  23. <UIDecalCloud
  24. id="UIDecalCloud"
  25. BuildTexture="DecalCloudSegment"
  26. DefenseTexture="DecalDefenseCloudSegment"
  27. SpecialPowerRestrictionTexture="DecalRestrictionSegment"/>
  28. <UIDecalDestinationMarker
  29. id="UIDecalDestinationMarker">
  30. <DefaultRenderInfo
  31. Model="SCMoveHint">
  32. <Color R="1.0" G="1.0" B="1.0"/>
  33. </DefaultRenderInfo>
  34. <DestinationTypeSettings
  35. DestinationType="Aggressive">
  36. <RenderInfo
  37. Model="SCMoveHint_Attack">
  38. <Color R="1.0" G="0.0" B="0.0"/>
  39. </RenderInfo>
  40. </DestinationTypeSettings>
  41. </UIDecalDestinationMarker>
  42. <UIDecalGrid
  43. id="UIDecalGrid"
  44. WallTexture="DecalBuildableSegment"
  45. WallOpacity="0.75">
  46. <WallDecalColor R="50" G="150" B="50"/>
  47. <PrimarySettings
  48. Opacity="0.5"
  49. ValidTexture="DecalBuildableSegment"
  50. InvalidTexture="DecalBuildableSegment">
  51. <LegalColor R="0" G="255" B="0"/>
  52. <InvalidColor R="255" G="0" B="0"/>
  53. </PrimarySettings>
  54. <SecondarySettings
  55. Opacity="0.5"
  56. ValidTexture="DecalBuildableSegment"
  57. InvalidTexture="DecalBuildableSegment">
  58. <LegalColor R="155" G="155" B="155"/>
  59. <InvalidColor R="155" G="0" B="0"/>
  60. </SecondarySettings>
  61. </UIDecalGrid>
  62. <UIFloatingTextDisplay
  63. id="UIFloatingTextDisplay"
  64. TimeOut="1000ms"
  65. MoveUpSpeed="30"
  66. MoveVanishRate="3">
  67. <Font Name="Lucida Sans" Size="18" Bold="true"/>
  68. </UIFloatingTextDisplay>
  69. <UIMessageDisplay
  70. id="UIMessageDisplay"
  71. Delay="75000ms">
  72. <Color1 R="255" G="255" B="255"/>
  73. <Color2 R="98" G="191" B="255"/>
  74. <Font Name="Lucida Sans" Size="12" Bold="true"/>
  75. </UIMessageDisplay>
  76. <UIRadarObjectsLayer
  77. id="UIRadarObjectsLayer"
  78. MinUnitDotSize="3"
  79. MinStructureDotSize="5">
  80. <NeutralColor R="255" G="255" B="255" A="255"/>
  81. <SpecialIcon
  82. Image="Radar_icon_resourcenode">
  83. <ImageOffset x="-6.5" y="-6.5"/>
  84. <ObjectFilter Rule="ANY" Include="ORE_NODE"/>
  85. </SpecialIcon>
  86. <SpecialIcon
  87. Image="Radar_icon_techstructure">
  88. <ImageOffset x="-6.5" y="-5"/>
  89. <ObjectFilter Rule="ANY" Include="NEUTRAL_TECH"/>
  90. </SpecialIcon>
  91. <SpecialIcon
  92. Image="Radar_icon_commando">
  93. <ImageOffset x="-5.5" y="-6"/>
  94. <ObjectFilter Rule="ANY" Include="COMMANDO"/>
  95. </SpecialIcon>
  96. </UIRadarObjectsLayer>
  97. <UISubtitleDisplay
  98. id="UISubtitleDisplay"
  99. HoldTime="20s"
  100. LineCount="8">
  101. <Font Name="Lucida Sans" Size="14"/>
  102. <PanelColor R="0" G="0" B="0" A="128"/>
  103. <TextColor R="255" G="204" B="0"/>
  104. </UISubtitleDisplay>
  105. <UICoopTinting
  106. id="UICoopTinting"
  107. FadeInFrames="3"
  108. FadeOutFrames="3"
  109. SustainFrames="10"
  110. TintFrequency="0.3"
  111. TintAmplitude="0.5">
  112. <TintColor R="220" G="220" B="220"/>
  113. </UICoopTinting>
  114. </AssetDeclaration>