MissionHotSpotSettings.xml 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. <?xml version="1.0" encoding="us-ascii"?>
  2. <AssetDeclaration xmlns="uri:ea.com:eala:asset" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  3. <Tags></Tags>
  4. <Includes>
  5. <Include
  6. type="all"
  7. source="ART:DecalHotspot_main_circle.xml" />
  8. <Include
  9. type="all"
  10. source="ART:DecalHotspot_dotted_line.xml" />
  11. <Include
  12. type="all"
  13. source="ART:DecalHotspot_pulse_circle.xml" />
  14. <Include
  15. type="all"
  16. source="ART:FX_HotSpot.w3x" />
  17. </Includes>
  18. <GameObject
  19. id="MissionHotSpotWaypointMarker"
  20. EditorSorting="SYSTEM"
  21. KindOf="IMMOBILE NO_COLLIDE NOT_AUTOACQUIRABLE IGNORE_FOR_VICTORY CANNOT_BE_DETECTED SELECTABLE HIDE_IF_FOGGED"
  22. EditorName="MissionHotSpotWaypointMarker">
  23. <ArmorSet
  24. Armor="NoArmor" />
  25. <Draws>
  26. <ScriptedModelDraw
  27. id="ModuleTag_Draw">
  28. <ModelConditionState
  29. ParseCondStateType="PARSE_DEFAULT">
  30. <Model
  31. Name="FX_HotSpot" />
  32. </ModelConditionState>
  33. <AnimationState
  34. ParseCondStateType="PARSE_DEFAULT">
  35. <Animation
  36. AnimationName="FX_HotSpot"
  37. AnimationMode="LOOP" />
  38. </AnimationState>
  39. </ScriptedModelDraw>
  40. </Draws>
  41. <Behaviors/>
  42. <Body>
  43. <PropBody
  44. id="ModuleTag_Body" />
  45. </Body>
  46. <Geometry
  47. IsSmall="true">
  48. <Shape
  49. Type="CYLINDER"
  50. MajorRadius="1.0"
  51. Height="1.0"/>
  52. </Geometry>
  53. </GameObject>
  54. <MissionHotSpotSettings
  55. id="MissionHotSpotSettings"
  56. WaypointMarker="MissionHotSpotWaypointMarker">
  57. <DecalTemplate>
  58. <Component
  59. Texture="DecalHotspot_main_circle"
  60. Style="ALPHA_DECAL"
  61. OpacityMin="100"
  62. OpacityMax="100"
  63. OpacityPulsesPerSecond="0.0">
  64. <Color R="255" G="255" B="255" A="255" />
  65. </Component>
  66. <Component
  67. Texture="DecalHotspot_dotted_line"
  68. Style="ALPHA_DECAL"
  69. OpacityMin="100"
  70. OpacityMax="100"
  71. OpacityPulsesPerSecond="0.0">
  72. <Color R="255" G="255" B="255" A="255" />
  73. </Component>
  74. <!-- OpacityMax="0" to make it not draw since I cannot remove this -->
  75. <Component
  76. Texture="DecalHotspot_pulse_circle"
  77. Style="ALPHA_DECAL"
  78. OpacityMin="0"
  79. OpacityMax="100"
  80. OpacityPulsesPerSecond="0.5"
  81. MinRadius="0.01"
  82. MaxRadius="1.0"
  83. RadiusPulsesPerSecond="0.5">
  84. <Color R="255" G="255" B="255" A="255" />
  85. </Component>
  86. </DecalTemplate>
  87. </MissionHotSpotSettings>
  88. </AssetDeclaration>