| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- <?xml version="1.0" encoding="us-ascii"?>
- <AssetDeclaration xmlns="uri:ea.com:eala:asset" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <Tags></Tags>
- <Includes>
- <Include
- type="all"
- source="ART:DecalHotspot_main_circle.xml" />
- <Include
- type="all"
- source="ART:DecalHotspot_dotted_line.xml" />
- <Include
- type="all"
- source="ART:DecalHotspot_pulse_circle.xml" />
- <Include
- type="all"
- source="ART:FX_HotSpot.w3x" />
-
- </Includes>
-
- <GameObject
- id="MissionHotSpotWaypointMarker"
- EditorSorting="SYSTEM"
- KindOf="IMMOBILE NO_COLLIDE NOT_AUTOACQUIRABLE IGNORE_FOR_VICTORY CANNOT_BE_DETECTED SELECTABLE HIDE_IF_FOGGED"
- EditorName="MissionHotSpotWaypointMarker">
- <ArmorSet
- Armor="NoArmor" />
- <Draws>
- <ScriptedModelDraw
- id="ModuleTag_Draw">
- <ModelConditionState
- ParseCondStateType="PARSE_DEFAULT">
- <Model
- Name="FX_HotSpot" />
- </ModelConditionState>
- <AnimationState
- ParseCondStateType="PARSE_DEFAULT">
- <Animation
- AnimationName="FX_HotSpot"
- AnimationMode="LOOP" />
- </AnimationState>
- </ScriptedModelDraw>
- </Draws>
- <Behaviors/>
- <Body>
- <PropBody
- id="ModuleTag_Body" />
- </Body>
- <Geometry
- IsSmall="true">
- <Shape
- Type="CYLINDER"
- MajorRadius="1.0"
- Height="1.0"/>
- </Geometry>
- </GameObject>
- <MissionHotSpotSettings
- id="MissionHotSpotSettings"
- WaypointMarker="MissionHotSpotWaypointMarker">
- <DecalTemplate>
- <Component
- Texture="DecalHotspot_main_circle"
- Style="ALPHA_DECAL"
- OpacityMin="100"
- OpacityMax="100"
- OpacityPulsesPerSecond="0.0">
- <Color R="255" G="255" B="255" A="255" />
- </Component>
- <Component
- Texture="DecalHotspot_dotted_line"
- Style="ALPHA_DECAL"
- OpacityMin="100"
- OpacityMax="100"
- OpacityPulsesPerSecond="0.0">
- <Color R="255" G="255" B="255" A="255" />
- </Component>
-
- <!-- OpacityMax="0" to make it not draw since I cannot remove this -->
- <Component
- Texture="DecalHotspot_pulse_circle"
- Style="ALPHA_DECAL"
- OpacityMin="0"
- OpacityMax="100"
- OpacityPulsesPerSecond="0.5"
- MinRadius="0.01"
- MaxRadius="1.0"
- RadiusPulsesPerSecond="0.5">
- <Color R="255" G="255" B="255" A="255" />
- </Component>
- </DecalTemplate>
- </MissionHotSpotSettings>
- </AssetDeclaration>
|