origin
This commit is contained in:
175
data/BaseObjects/BaseLandingPoint/BaseLandingPoint.xml
Normal file
175
data/BaseObjects/BaseLandingPoint/BaseLandingPoint.xml
Normal file
@@ -0,0 +1,175 @@
|
||||
<?xml version="1.0" encoding="us-ascii"?>
|
||||
<AssetDeclaration xmlns="uri:ea.com:eala:asset" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xai="uri:ea.com:eala:asset:instance">
|
||||
<Tags></Tags>
|
||||
<Includes>
|
||||
<Include
|
||||
type="all"
|
||||
source="ART:JUBalloonBomb_SKN.w3x" />
|
||||
<Include
|
||||
type="all"
|
||||
source="ART:JUBalloonBomb_FALL.w3x" />
|
||||
<Include
|
||||
type="all"
|
||||
source="ART:JUBalloonBomb_DIE.w3x" />
|
||||
<!-- this is the bomb part -->
|
||||
<Include
|
||||
type="all"
|
||||
source="ART:JUBalloonBomb_BOMB.w3x" />
|
||||
<Include type="instance" source="DATA:BaseObjects/BaseInfantry.xml" />
|
||||
<Include
|
||||
type="all"
|
||||
source="w3x/GUDropPod.w3x" />
|
||||
<Include
|
||||
type="all"
|
||||
source="w3x/GUDROPPOD_CTR.w3x" />
|
||||
|
||||
<Include
|
||||
type="all"
|
||||
source="FXParticleSystemTemplate.xml" />
|
||||
<Include
|
||||
type="all"
|
||||
source="ObjectCreationLists.xml" />
|
||||
<Include
|
||||
type="all"
|
||||
source="ART:FXBalloonBits.w3x" />
|
||||
</Includes>
|
||||
<GameObject
|
||||
id="BaseLandingPoint"
|
||||
KindOf="PRELOAD CAN_CAST_REFLECTIONS"
|
||||
Side="Japan"
|
||||
EditorSorting="SYSTEM"
|
||||
TransportSlotCount="0"
|
||||
IsTrainable="false"
|
||||
EditorName="BaseLandingPoint"
|
||||
Description="Desc:BaseLandingPoint"
|
||||
TypeDescription="Type:BaseLandingPoint"
|
||||
SelectPortrait="Portrait_JapanBalloonBomb"
|
||||
ButtonImage="Button_JapanBalloonBomb">
|
||||
<DisplayName>NAME:JapanBalloonBombBalloon</DisplayName>
|
||||
<ArmorSet
|
||||
Armor="NoArmor" />
|
||||
<LocomotorSet
|
||||
id="defaultLocomotor"
|
||||
Locomotor="JapanBalloonBombBalloonLocomotor"
|
||||
Condition="NORMAL"
|
||||
Speed="50.0" />
|
||||
<Draws>
|
||||
<ScriptedModelDraw
|
||||
id="ModuleTag_Draw"
|
||||
OkToChangeModelColor="true">
|
||||
<ModelConditionState
|
||||
ParseCondStateType="PARSE_DEFAULT">
|
||||
<Model
|
||||
Name="GUDropPod" />
|
||||
</ModelConditionState>
|
||||
<AnimationState
|
||||
ParseCondStateType="PARSE_DEFAULT">
|
||||
<Animation
|
||||
AnimationName="GUDropPod"
|
||||
AnimationMode="ONCE"
|
||||
AnimationBlendTime="0" />
|
||||
<ParticleSysBone
|
||||
BoneName="NONE"
|
||||
FXParticleSystemTemplate="DropPodDust"
|
||||
FollowBone="true" />
|
||||
</AnimationState>
|
||||
<AnimationState
|
||||
ParseCondStateType="PARSE_NORMAL"
|
||||
ConditionsYes="DYING"
|
||||
Flags="START_FRAME_LAST">
|
||||
<Animation
|
||||
AnimationName="GUDropPod"
|
||||
AnimationMode="MANUAL"
|
||||
AnimationBlendTime="0" />
|
||||
<Script>
|
||||
CurDrawableHideSubObject("UGJump")
|
||||
CurDrawableHideSubObject("Door01")
|
||||
CurDrawableHideSubObject("Door02")
|
||||
CurDrawableHideSubObject("Door03")
|
||||
</Script>
|
||||
<ParticleSysBone
|
||||
BoneName="NONE"
|
||||
FXParticleSystemTemplate="DropPodDust02"
|
||||
FollowBone="true" />
|
||||
</AnimationState>
|
||||
|
||||
</ScriptedModelDraw>
|
||||
</Draws>
|
||||
|
||||
<Behaviors>
|
||||
<AttributeModifierPoolUpdate
|
||||
id="DefaultAttributeModifierPoolUpdate"/>
|
||||
<!-- make ourselves unattackable during our descent. The duration of the attmod
|
||||
should be timed to match the time it would take to land -->
|
||||
<!-- Also, don't refresh more than once -->
|
||||
<!-- <AttributeModifierAuraUpdate
|
||||
id="ModuleTag_AttributeModifierAuraUpdate_InitiallyUnattackable"
|
||||
InitiallyActive="true"
|
||||
RefreshDelay="10000000s"
|
||||
AllowSelf="true"
|
||||
AttributeModifierName="AttributeModifier_GDIDropPod_InitialUnattackability"
|
||||
/>
|
||||
--> <LifetimeUpdate
|
||||
id="ModuleTag_LifeTime"
|
||||
MinLifetime="5s"
|
||||
MaxLifetime="5s"
|
||||
DeathType="SUICIDED" />
|
||||
<SlowDeath
|
||||
id="ModuleTag_Death"
|
||||
SinkDelay="3s"
|
||||
SinkRate="3.0"
|
||||
DestructionDelay="6.0s">
|
||||
</SlowDeath>
|
||||
|
||||
<DestroyDie
|
||||
id="ModuleTag_Die">
|
||||
<DieMuxData
|
||||
DeathTypes="ALL" />
|
||||
</DestroyDie>
|
||||
|
||||
<Physics
|
||||
id="ModuleTag_Physics"
|
||||
BounceCount="0" />
|
||||
|
||||
<FXListBehavior
|
||||
id="ModuleTag_FXList">
|
||||
<DieMuxData
|
||||
DeathTypes="ALL"
|
||||
ExemptStatus="AIRBORNE_TARGET"/>
|
||||
<Event
|
||||
Index="onDeath"
|
||||
FX="FX_JapanBalloon" />
|
||||
</FXListBehavior>
|
||||
<!----> <CreateObjectDie
|
||||
id="ModuleTag_CreatePiece"
|
||||
CreationList="OCL_LandingPointPiece" >
|
||||
<DieMuxData
|
||||
DeathTypes="ALL" />
|
||||
</CreateObjectDie>
|
||||
|
||||
</Behaviors>
|
||||
<AI>
|
||||
<AIUpdate
|
||||
id="ModuleTag_AIUpdate"
|
||||
AutoAcquireEnemiesWhenIdle="NO"
|
||||
StateMachine="UnitAIStateMachine"/>
|
||||
</AI>
|
||||
<Body>
|
||||
<ActiveBody
|
||||
id="ModuleTag_Body"
|
||||
MaxHealth="1000"/>
|
||||
</Body>
|
||||
<AudioArrayVoice>
|
||||
<AudioEntry Sound="JAP_BalloonBomb_VoiceSelect" AudioType="voiceSelect" />
|
||||
<AudioEntry Sound="JAP_BalloonBomb_VoiceAttack" AudioType="voiceAttack" />
|
||||
<AudioEntry Sound="JAP_BalloonBomb_VoiceMove" AudioType="voiceMove" />
|
||||
</AudioArrayVoice>
|
||||
<AudioArraySound>
|
||||
<AudioEntry Sound="JAP_BalloonBomb_Ambient" AudioType="soundAmbient" />
|
||||
</AudioArraySound>
|
||||
<VisionInfo
|
||||
VisionRange="100"
|
||||
ShroudClearingRange="100" />
|
||||
</GameObject>
|
||||
|
||||
</AssetDeclaration>
|
||||
3
data/BaseObjects/BaseLandingPoint/FXList.xml
Normal file
3
data/BaseObjects/BaseLandingPoint/FXList.xml
Normal file
@@ -0,0 +1,3 @@
|
||||
<?xml version="1.0" encoding="us-ascii"?>
|
||||
<AssetDeclaration xmlns="uri:ea.com:eala:asset">
|
||||
</AssetDeclaration>
|
||||
209
data/BaseObjects/BaseLandingPoint/FXParticleSystemTemplate.xml
Normal file
209
data/BaseObjects/BaseLandingPoint/FXParticleSystemTemplate.xml
Normal file
@@ -0,0 +1,209 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<AssetDeclaration xmlns="uri:ea.com:eala:asset" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<FXParticleSystemTemplate ParticleTexture="FXSmoke01" PerParticleAttachedSystem="" Priority="MEDIUM_OR_ABOVE" Shader="ALPHA" SortLevel="1" Type="GPU_PARTICLE" id="DropPodDust">
|
||||
<Lifetime High="30" Low="30"/>
|
||||
<BurstCount High="5" Low="5"/>
|
||||
<InitialDelay High="30" Low="30"/>
|
||||
<Alphas>
|
||||
<Alpha Frame="2" High="0.75" Low="0.75" RelativeAge="9"/>
|
||||
<Alpha Frame="3" High="0" Low="0" RelativeAge="100"/>
|
||||
</Alphas>
|
||||
<Colors>
|
||||
<Color Frame="1" RelativeAge="0">
|
||||
<Color b="0.823529" g="0.886275" r="1"/>
|
||||
</Color>
|
||||
<Color Frame="2" RelativeAge="11">
|
||||
<Color b="0.768627" g="0.85098" r="1"/>
|
||||
</Color>
|
||||
<Color Frame="3" RelativeAge="100">
|
||||
<Color b="0.768627" g="0.85098" r="1"/>
|
||||
</Color>
|
||||
</Colors>
|
||||
<Physics>
|
||||
<Default>
|
||||
<VelocityDamping High="0.85" Low="0.8"/>
|
||||
</Default>
|
||||
</Physics>
|
||||
<Draw>
|
||||
<Gpu DetailTexture="FXSphereNRM" GeometryType="TWO_CONCENTRIC_QUADS" Shader="GPUParticleLit.fx" SortParticles="true" SpeedMultiplier="1"/>
|
||||
</Draw>
|
||||
<Volume>
|
||||
<Cylinder IsHollow="true" Radius="10">
|
||||
<Offset x="0" y="0" z="0"/>
|
||||
</Cylinder>
|
||||
</Volume>
|
||||
<Velocity>
|
||||
<Outward>
|
||||
<Speed High="8" Low="1"/>
|
||||
<OtherSpeed High="2" Low="1"/>
|
||||
</Outward>
|
||||
</Velocity>
|
||||
<Event/>
|
||||
<Update>
|
||||
<Default>
|
||||
<SizeRate High="5" Low="5"/>
|
||||
<SizeRateDamping High="0.95" Low="0.9"/>
|
||||
<AngleZ High="1" Low="-1"/>
|
||||
<AngularDampingXY High="1" Low="1"/>
|
||||
</Default>
|
||||
</Update>
|
||||
</FXParticleSystemTemplate>
|
||||
<FXParticleSystemTemplate ParticleTexture="FXsmokeplume" PerParticleAttachedSystem="" Priority="ALWAYS_RENDER" Shader="ALPHA" SortLevel="3" Type="GPU_PARTICLE" id="DropPodDust02">
|
||||
<Lifetime High="100" Low="75"/>
|
||||
<Size High="30" Low="15"/>
|
||||
<BurstCount High="2" Low="2"/>
|
||||
<InitialDelay High="115" Low="115"/>
|
||||
<Alphas>
|
||||
<Alpha Frame="2" High="0.5" Low="0.5" RelativeAge="9"/>
|
||||
<Alpha Frame="3" High="0" Low="0" RelativeAge="100"/>
|
||||
</Alphas>
|
||||
<Colors>
|
||||
<Color Frame="1" RelativeAge="0">
|
||||
<Color b="0.345098" g="0.345098" r="0.345098"/>
|
||||
</Color>
|
||||
<Color Frame="2" RelativeAge="10">
|
||||
<Color b="0.32549" g="0.32549" r="0.32549"/>
|
||||
</Color>
|
||||
<Color Frame="3" RelativeAge="100">
|
||||
<Color b="0.341176" g="0.341176" r="0.341176"/>
|
||||
</Color>
|
||||
</Colors>
|
||||
<Physics>
|
||||
<Default>
|
||||
<VelocityDamping High="0.9" Low="0.9"/>
|
||||
<DriftVelocity x="0.2" y="0" z="0"/>
|
||||
</Default>
|
||||
</Physics>
|
||||
<Draw>
|
||||
<Gpu SpeedMultiplier="1"/>
|
||||
</Draw>
|
||||
<Volume>
|
||||
<Cylinder Radius="15">
|
||||
<Offset x="0" y="0" z="0"/>
|
||||
</Cylinder>
|
||||
</Volume>
|
||||
<Velocity>
|
||||
<Outward>
|
||||
<Speed High="2" Low="-2"/>
|
||||
<OtherSpeed High="3" Low="1"/>
|
||||
</Outward>
|
||||
</Velocity>
|
||||
<Event/>
|
||||
<Update>
|
||||
<Default>
|
||||
<SizeRate High="0.5" Low="0.25"/>
|
||||
<SizeRateDamping High="0.98" Low="0.98"/>
|
||||
<AngleZ High="7" Low="0"/>
|
||||
<AngularRateZ High="0.01" Low="-0.01"/>
|
||||
<AngularDampingXY High="1" Low="1"/>
|
||||
</Default>
|
||||
</Update>
|
||||
</FXParticleSystemTemplate>
|
||||
<FXParticleSystemTemplate IsParticleUpTowardsEmitter="true" ParticleTexture="FXSteam" PerParticleAttachedSystem="" Priority="MEDIUM_OR_ABOVE" Shader="ALPHA" SortLevel="1" SystemLifetime="1" Type="GPU_PARTICLE" id="DropPodSteam2">
|
||||
<Lifetime High="100" Low="50"/>
|
||||
<Size High="15" Low="5"/>
|
||||
<BurstCount High="6" Low="3"/>
|
||||
<Alphas>
|
||||
<Alpha Frame="2" High="1" Low="1" RelativeAge="9"/>
|
||||
<Alpha Frame="3" High="0" Low="0" RelativeAge="100"/>
|
||||
</Alphas>
|
||||
<Colors>
|
||||
<Color Frame="1" RelativeAge="0">
|
||||
<Color b="1" g="1" r="1"/>
|
||||
</Color>
|
||||
<Color Frame="2" RelativeAge="10">
|
||||
<Color b="1" g="1" r="1"/>
|
||||
</Color>
|
||||
<Color Frame="3" RelativeAge="100">
|
||||
<Color b="1" g="1" r="1"/>
|
||||
</Color>
|
||||
</Colors>
|
||||
<Wind PingPongEndAngleMin="5.49779"/>
|
||||
<Physics>
|
||||
<Default>
|
||||
<VelocityDamping High="0.75" Low="0.5"/>
|
||||
<DriftVelocity x="0.1" y="0" z="0"/>
|
||||
</Default>
|
||||
</Physics>
|
||||
<Draw>
|
||||
<Gpu SpeedMultiplier="1"/>
|
||||
</Draw>
|
||||
<Volume>
|
||||
<Cylinder>
|
||||
<Offset x="0" y="0" z="0"/>
|
||||
</Cylinder>
|
||||
</Volume>
|
||||
<Velocity>
|
||||
<Ortho>
|
||||
<Position>
|
||||
<x High="5" Low="-5"/>
|
||||
<y High="5" Low="-5"/>
|
||||
<z High="10" Low="5"/>
|
||||
</Position>
|
||||
</Ortho>
|
||||
</Velocity>
|
||||
<Event/>
|
||||
<Update>
|
||||
<Default>
|
||||
<SizeRate High="15" Low="10"/>
|
||||
<SizeRateDamping High="0.8" Low="0.7"/>
|
||||
<AngleZ High="7" Low="0"/>
|
||||
<AngularRateZ High="0.25" Low="-0.25"/>
|
||||
<AngularDampingXY High="1" Low="1"/>
|
||||
</Default>
|
||||
</Update>
|
||||
</FXParticleSystemTemplate>
|
||||
<FXParticleSystemTemplate IsParticleUpTowardsEmitter="true" ParticleTexture="FXSteam" PerParticleAttachedSystem="" Priority="MEDIUM_OR_ABOVE" Shader="ALPHA" SortLevel="1" SystemLifetime="20" Type="GPU_PARTICLE" id="DropPodSteam">
|
||||
<Lifetime High="30" Low="10"/>
|
||||
<Size High="5" Low="1"/>
|
||||
<BurstCount High="1" Low="1"/>
|
||||
<Alphas>
|
||||
<Alpha Frame="2" High="1" Low="1" RelativeAge="9"/>
|
||||
<Alpha Frame="3" High="0" Low="0" RelativeAge="100"/>
|
||||
</Alphas>
|
||||
<Colors>
|
||||
<Color Frame="1" RelativeAge="0">
|
||||
<Color b="1" g="1" r="1"/>
|
||||
</Color>
|
||||
<Color Frame="2" RelativeAge="10">
|
||||
<Color b="1" g="1" r="1"/>
|
||||
</Color>
|
||||
<Color Frame="3" RelativeAge="100">
|
||||
<Color b="1" g="1" r="1"/>
|
||||
</Color>
|
||||
</Colors>
|
||||
<Wind PingPongEndAngleMin="5.49779"/>
|
||||
<Physics>
|
||||
<Default>
|
||||
<VelocityDamping High="0.75" Low="0.5"/>
|
||||
<DriftVelocity x="0.1" y="0" z="0"/>
|
||||
</Default>
|
||||
</Physics>
|
||||
<Draw>
|
||||
<Gpu SpeedMultiplier="1"/>
|
||||
</Draw>
|
||||
<Volume>
|
||||
<Cylinder>
|
||||
<Offset x="0" y="0" z="0"/>
|
||||
</Cylinder>
|
||||
</Volume>
|
||||
<Velocity>
|
||||
<Outward>
|
||||
<Speed High="0.01" Low="0.01"/>
|
||||
<OtherSpeed High="0.01" Low="0.01"/>
|
||||
</Outward>
|
||||
</Velocity>
|
||||
<Event/>
|
||||
<Update>
|
||||
<Default>
|
||||
<SizeRate High="5" Low="3"/>
|
||||
<SizeRateDamping High="0.8" Low="0.7"/>
|
||||
<AngleZ High="7" Low="0"/>
|
||||
<AngularRateZ High="0.25" Low="-0.25"/>
|
||||
<AngularDampingXY High="1" Low="1"/>
|
||||
</Default>
|
||||
</Update>
|
||||
</FXParticleSystemTemplate>
|
||||
|
||||
|
||||
</AssetDeclaration>
|
||||
56
data/BaseObjects/BaseLandingPoint/GDIDropPod_DR01.xml
Normal file
56
data/BaseObjects/BaseLandingPoint/GDIDropPod_DR01.xml
Normal file
@@ -0,0 +1,56 @@
|
||||
<?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="w3x/GUDropPod_DR01_CTR.w3x" />
|
||||
<Include
|
||||
type="instance"
|
||||
source="DATA:BaseObjects/BaseDebris.xml" />
|
||||
</Includes>
|
||||
<GameObject
|
||||
id="GDIDropPod_DR01"
|
||||
inheritFrom="BaseDebris"
|
||||
EditorName="GDIDropPod_DR01">
|
||||
<Draws>
|
||||
<ScriptedModelDraw
|
||||
id="ModuleTag_Draw"
|
||||
OkToChangeModelColor="true">
|
||||
<ModelConditionState
|
||||
ParseCondStateType="PARSE_DEFAULT">
|
||||
<Model
|
||||
Name="GUDropPod_DR01" />
|
||||
<ParticleSysBone
|
||||
BoneName="ROOTTRANSFORM"
|
||||
FXParticleSystemTemplate="DropPodSteam"
|
||||
FollowBone="true" />
|
||||
<ParticleSysBone
|
||||
BoneName="ROOTTRANSFORM"
|
||||
FXParticleSystemTemplate="DropPodSteam2"
|
||||
FollowBone="true" />
|
||||
</ModelConditionState>
|
||||
</ScriptedModelDraw>
|
||||
</Draws>
|
||||
<Behaviors>
|
||||
<Physics
|
||||
id="ModuleTag_Physics"
|
||||
TumbleRandomly="true"
|
||||
MaxXRotationVelocity="360"
|
||||
MaxYRotationVelocity="0"
|
||||
MaxZRotationVelocity="360"
|
||||
BounceCount="0"
|
||||
KillWhenRestingOnGround="true"/>
|
||||
<!--
|
||||
<FXListBehavior
|
||||
id="ModuleTag_FXList">
|
||||
<DieMuxData
|
||||
DeathTypes="ALL" />
|
||||
<Event
|
||||
Index="onCreate"
|
||||
FX="FX_GDIAirVehicleExplode" />
|
||||
</FXListBehavior>
|
||||
-->
|
||||
</Behaviors>
|
||||
</GameObject>
|
||||
</AssetDeclaration>
|
||||
56
data/BaseObjects/BaseLandingPoint/GDIDropPod_DR02.xml
Normal file
56
data/BaseObjects/BaseLandingPoint/GDIDropPod_DR02.xml
Normal file
@@ -0,0 +1,56 @@
|
||||
<?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="w3x/GUDropPod_DR02_CTR.w3x" />
|
||||
<Include
|
||||
type="instance"
|
||||
source="DATA:BaseObjects/BaseDebris.xml" />
|
||||
</Includes>
|
||||
<GameObject
|
||||
id="GDIDropPod_DR02"
|
||||
inheritFrom="BaseDebris"
|
||||
EditorName="GDIDropPod_DR02">
|
||||
<Draws>
|
||||
<ScriptedModelDraw
|
||||
id="ModuleTag_Draw"
|
||||
OkToChangeModelColor="true">
|
||||
<ModelConditionState
|
||||
ParseCondStateType="PARSE_DEFAULT">
|
||||
<Model
|
||||
Name="GUDropPod_DR02" />
|
||||
<ParticleSysBone
|
||||
BoneName="ROOTTRANSFORM"
|
||||
FXParticleSystemTemplate="DropPodSteam"
|
||||
FollowBone="true" />
|
||||
<ParticleSysBone
|
||||
BoneName="ROOTTRANSFORM"
|
||||
FXParticleSystemTemplate="DropPodSteam2"
|
||||
FollowBone="true" />
|
||||
</ModelConditionState>
|
||||
</ScriptedModelDraw>
|
||||
</Draws>
|
||||
<Behaviors>
|
||||
<Physics
|
||||
id="ModuleTag_Physics"
|
||||
TumbleRandomly="true"
|
||||
MaxXRotationVelocity="360"
|
||||
MaxYRotationVelocity="0"
|
||||
MaxZRotationVelocity="360"
|
||||
BounceCount="0"
|
||||
KillWhenRestingOnGround="true" />
|
||||
<!--
|
||||
<FXListBehavior
|
||||
id="ModuleTag_FXList">
|
||||
<DieMuxData
|
||||
DeathTypes="ALL" />
|
||||
<Event
|
||||
Index="onCreate"
|
||||
FX="FX_GDIAirVehicleExplode" />
|
||||
</FXListBehavior>
|
||||
-->
|
||||
</Behaviors>
|
||||
</GameObject>
|
||||
</AssetDeclaration>
|
||||
59
data/BaseObjects/BaseLandingPoint/GDIDropPod_DR03.xml
Normal file
59
data/BaseObjects/BaseLandingPoint/GDIDropPod_DR03.xml
Normal file
@@ -0,0 +1,59 @@
|
||||
<?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="w3x/GUDropPod_DR03_CTR.w3x" />
|
||||
<Include
|
||||
type="all"
|
||||
source="w3x/HCToBeRemoved.xml" />
|
||||
<Include
|
||||
type="instance"
|
||||
source="DATA:BaseObjects/BaseDebris.xml" />
|
||||
</Includes>
|
||||
<GameObject
|
||||
id="GDIDropPod_DR03"
|
||||
inheritFrom="BaseDebris"
|
||||
EditorName="GDIDropPod_DR03">
|
||||
<Draws>
|
||||
<ScriptedModelDraw
|
||||
id="ModuleTag_Draw"
|
||||
OkToChangeModelColor="true">
|
||||
<ModelConditionState
|
||||
ParseCondStateType="PARSE_DEFAULT">
|
||||
<Model
|
||||
Name="GUDropPod_DR03" />
|
||||
<ParticleSysBone
|
||||
BoneName="ROOTTRANSFORM"
|
||||
FXParticleSystemTemplate="DropPodSteam"
|
||||
FollowBone="true" />
|
||||
<ParticleSysBone
|
||||
BoneName="ROOTTRANSFORM"
|
||||
FXParticleSystemTemplate="DropPodSteam2"
|
||||
FollowBone="true" />
|
||||
</ModelConditionState>
|
||||
</ScriptedModelDraw>
|
||||
</Draws>
|
||||
<Behaviors>
|
||||
<Physics
|
||||
id="ModuleTag_Physics"
|
||||
TumbleRandomly="true"
|
||||
MaxXRotationVelocity="360"
|
||||
MaxYRotationVelocity="0"
|
||||
MaxZRotationVelocity="360"
|
||||
BounceCount="0"
|
||||
KillWhenRestingOnGround="true" />
|
||||
<!--
|
||||
<FXListBehavior
|
||||
id="ModuleTag_FXList">
|
||||
<DieMuxData
|
||||
DeathTypes="ALL" />
|
||||
<Event
|
||||
Index="onCreate"
|
||||
FX="FX_GDIAirVehicleExplode" />
|
||||
</FXListBehavior>
|
||||
-->
|
||||
</Behaviors>
|
||||
</GameObject>
|
||||
</AssetDeclaration>
|
||||
75
data/BaseObjects/BaseLandingPoint/ObjectCreationLists.xml
Normal file
75
data/BaseObjects/BaseLandingPoint/ObjectCreationLists.xml
Normal file
@@ -0,0 +1,75 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<AssetDeclaration xmlns="uri:ea.com:eala:asset">
|
||||
<Includes>
|
||||
<Include
|
||||
type="all"
|
||||
source="DATA:GlobalData/GlobalDefines.xml" />
|
||||
<Include
|
||||
type="all"
|
||||
source="GDIDropPod_DR01.xml" />
|
||||
<Include
|
||||
type="all"
|
||||
source="GDIDropPod_DR02.xml" />
|
||||
<Include
|
||||
type="all"
|
||||
source="GDIDropPod_DR03.xml" />
|
||||
</Includes>
|
||||
<ObjectCreationList
|
||||
id="OCL_LandingPointPiece">
|
||||
<CreateObject
|
||||
Options="IGNORE_ALL_OBJECTS"
|
||||
Disposition="RANDOM_FORCE"
|
||||
MinForceMagnitude="3.0"
|
||||
MaxForceMagnitude="8.0"
|
||||
DispositionIntensity="5.0"
|
||||
OrientationOffset="0.0d"
|
||||
MinLifetime="1.0s"
|
||||
MaxLifetime="3.s"
|
||||
MinForcePitch="30d"
|
||||
MaxForcePitch="85d"
|
||||
VelocityScale="5.0">
|
||||
<Offset
|
||||
x="-15.41"
|
||||
y="0.0"
|
||||
z="18.09"></Offset>
|
||||
<CreateObject>GDIDropPod_DR01</CreateObject>
|
||||
</CreateObject>
|
||||
<CreateObject
|
||||
Options="IGNORE_ALL_OBJECTS"
|
||||
Disposition="RANDOM_FORCE"
|
||||
MinForceMagnitude="3.0"
|
||||
MaxForceMagnitude="8.0"
|
||||
DispositionIntensity="5.0"
|
||||
OrientationOffset="120.0d"
|
||||
MinLifetime="1.0s"
|
||||
MaxLifetime="3.s"
|
||||
MinForcePitch="30d"
|
||||
MaxForcePitch="85d"
|
||||
VelocityScale="5.0">
|
||||
<Offset
|
||||
x="7.46"
|
||||
y="-13.19"
|
||||
z="17.99"></Offset>
|
||||
<CreateObject>GDIDropPod_DR02</CreateObject>
|
||||
</CreateObject>
|
||||
<CreateObject
|
||||
Options="IGNORE_ALL_OBJECTS"
|
||||
Disposition="RANDOM_FORCE"
|
||||
MinForceMagnitude="3.0"
|
||||
MaxForceMagnitude="8.0"
|
||||
DispositionIntensity="5.0"
|
||||
OrientationOffset="240.0d"
|
||||
MinLifetime="1.0s"
|
||||
MaxLifetime="3.s"
|
||||
MinForcePitch="30d"
|
||||
MaxForcePitch="85d"
|
||||
VelocityScale="5.0">
|
||||
<Offset
|
||||
x="7.46"
|
||||
y="13.19"
|
||||
z="17.99"></Offset>
|
||||
<CreateObject>GDIDropPod_DR03</CreateObject>
|
||||
</CreateObject>
|
||||
</ObjectCreationList>
|
||||
|
||||
</AssetDeclaration>
|
||||
15
data/BaseObjects/BaseLandingPoint/index.xml
Normal file
15
data/BaseObjects/BaseLandingPoint/index.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<AssetDeclaration xmlns="uri:ea.com:eala:asset" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<Includes>
|
||||
|
||||
<Include type="all" source="BaseLandingPoint.xml"/>
|
||||
<Include type="all" source="FXList.xml"/>
|
||||
<Include type="all" source="FXParticleSystemTemplate.xml"/>
|
||||
<Include type="all" source="GDIDropPod_DR01.xml"/>
|
||||
<Include type="all" source="GDIDropPod_DR02.xml"/>
|
||||
<Include type="all" source="GDIDropPod_DR03.xml"/>
|
||||
<Include type="all" source="ObjectCreationLists.xml"/>
|
||||
|
||||
|
||||
</Includes>
|
||||
</AssetDeclaration>
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<AssetDeclaration xmlns="uri:ea.com:eala:asset" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<W3DCollisionBox id="AUANTISTRUCTUREVEHICLE_SKN.OBBOX01" JoypadPickingOnly="false">
|
||||
<Center X="-0.307697" Y="0.000000" Z="10.678500"/>
|
||||
<Extent X="32.256130" Y="11.649273" Z="10.678500"/>
|
||||
</W3DCollisionBox>
|
||||
</AssetDeclaration>
|
||||
@@ -0,0 +1,280 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<AssetDeclaration xmlns="uri:ea.com:eala:asset" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<W3DMesh id="AUANTISTRUCTUREVEHICLE_SKN.PLANE01" GeometryType="Normal" SortLevel="1">
|
||||
<BoundingBox>
|
||||
<Min X="-21.912476" Y="-20.737442" Z="-2.098053"/>
|
||||
<Max X="19.562363" Y="20.737415" Z="578.024780"/>
|
||||
</BoundingBox>
|
||||
<BoundingSphere Radius="290.801790">
|
||||
<Center X="-1.175056" Y="-0.000013" Z="287.963380"/>
|
||||
</BoundingSphere>
|
||||
<Vertices>
|
||||
<V X="-21.912476" Y="-0.000025" Z="578.024780"/>
|
||||
<V X="-21.912476" Y="0.000000" Z="-2.098053"/>
|
||||
<V X="19.562363" Y="-0.000025" Z="578.024780"/>
|
||||
<V X="19.562363" Y="0.000000" Z="-2.098053"/>
|
||||
<V X="-15.838630" Y="14.663547" Z="578.024780"/>
|
||||
<V X="-15.838624" Y="14.663568" Z="-2.098053"/>
|
||||
<V X="13.488511" Y="-14.663593" Z="578.024780"/>
|
||||
<V X="13.488517" Y="-14.663571" Z="-2.098053"/>
|
||||
<V X="13.488511" Y="14.663554" Z="578.024780"/>
|
||||
<V X="13.488517" Y="14.663561" Z="-2.098053"/>
|
||||
<V X="-15.838630" Y="-14.663586" Z="578.024780"/>
|
||||
<V X="-15.838624" Y="-14.663579" Z="-2.098053"/>
|
||||
<V X="-1.175063" Y="20.737398" Z="578.024780"/>
|
||||
<V X="-1.175053" Y="20.737415" Z="-2.098053"/>
|
||||
<V X="-1.175060" Y="-20.737442" Z="578.024780"/>
|
||||
<V X="-1.175050" Y="-20.737425" Z="-2.098053"/>
|
||||
</Vertices>
|
||||
<Normals>
|
||||
<N X="0.000000" Y="-1.000000" Z="0.000000"/>
|
||||
<N X="0.000000" Y="-1.000000" Z="0.000000"/>
|
||||
<N X="0.000000" Y="-1.000000" Z="0.000000"/>
|
||||
<N X="0.000000" Y="-1.000000" Z="0.000000"/>
|
||||
<N X="-0.707107" Y="-0.707107" Z="0.000000"/>
|
||||
<N X="-0.707107" Y="-0.707107" Z="0.000000"/>
|
||||
<N X="-0.707107" Y="-0.707107" Z="0.000000"/>
|
||||
<N X="-0.707107" Y="-0.707107" Z="0.000000"/>
|
||||
<N X="-0.707107" Y="0.707107" Z="0.000000"/>
|
||||
<N X="-0.707107" Y="0.707107" Z="0.000000"/>
|
||||
<N X="-0.707107" Y="0.707107" Z="0.000000"/>
|
||||
<N X="-0.707107" Y="0.707107" Z="0.000000"/>
|
||||
<N X="-1.000000" Y="0.000000" Z="0.000000"/>
|
||||
<N X="-1.000000" Y="0.000000" Z="0.000000"/>
|
||||
<N X="-1.000000" Y="0.000000" Z="0.000000"/>
|
||||
<N X="-1.000000" Y="0.000000" Z="0.000000"/>
|
||||
</Normals>
|
||||
<VertexColors>
|
||||
<C R="1.000000" G="1.000000" B="1.000000" A="1.000000"/>
|
||||
<C R="1.000000" G="1.000000" B="1.000000" A="1.000000"/>
|
||||
<C R="1.000000" G="1.000000" B="1.000000" A="1.000000"/>
|
||||
<C R="1.000000" G="1.000000" B="1.000000" A="1.000000"/>
|
||||
<C R="1.000000" G="1.000000" B="1.000000" A="1.000000"/>
|
||||
<C R="1.000000" G="1.000000" B="1.000000" A="1.000000"/>
|
||||
<C R="1.000000" G="1.000000" B="1.000000" A="1.000000"/>
|
||||
<C R="1.000000" G="1.000000" B="1.000000" A="1.000000"/>
|
||||
<C R="1.000000" G="1.000000" B="1.000000" A="1.000000"/>
|
||||
<C R="1.000000" G="1.000000" B="1.000000" A="1.000000"/>
|
||||
<C R="1.000000" G="1.000000" B="1.000000" A="1.000000"/>
|
||||
<C R="1.000000" G="1.000000" B="1.000000" A="1.000000"/>
|
||||
<C R="1.000000" G="1.000000" B="1.000000" A="1.000000"/>
|
||||
<C R="1.000000" G="1.000000" B="1.000000" A="1.000000"/>
|
||||
<C R="1.000000" G="1.000000" B="1.000000" A="1.000000"/>
|
||||
<C R="1.000000" G="1.000000" B="1.000000" A="1.000000"/>
|
||||
</VertexColors>
|
||||
<TexCoords>
|
||||
<T X="0.000000" Y="1.000000"/>
|
||||
<T X="0.000000" Y="0.000000"/>
|
||||
<T X="1.000000" Y="1.000000"/>
|
||||
<T X="1.000000" Y="0.000000"/>
|
||||
<T X="0.000000" Y="1.000000"/>
|
||||
<T X="0.000000" Y="0.000000"/>
|
||||
<T X="1.000000" Y="1.000000"/>
|
||||
<T X="1.000000" Y="0.000000"/>
|
||||
<T X="0.000000" Y="1.000000"/>
|
||||
<T X="0.000000" Y="0.000000"/>
|
||||
<T X="1.000000" Y="1.000000"/>
|
||||
<T X="1.000000" Y="0.000000"/>
|
||||
<T X="0.000000" Y="1.000000"/>
|
||||
<T X="0.000000" Y="0.000000"/>
|
||||
<T X="1.000000" Y="1.000000"/>
|
||||
<T X="1.000000" Y="0.000000"/>
|
||||
</TexCoords>
|
||||
<TexCoords>
|
||||
<T X="0.000000" Y="1.000000"/>
|
||||
<T X="0.000000" Y="0.000000"/>
|
||||
<T X="1.000000" Y="1.000000"/>
|
||||
<T X="1.000000" Y="0.000000"/>
|
||||
<T X="0.000000" Y="1.000000"/>
|
||||
<T X="0.000000" Y="0.000000"/>
|
||||
<T X="1.000000" Y="1.000000"/>
|
||||
<T X="1.000000" Y="0.000000"/>
|
||||
<T X="0.000000" Y="1.000000"/>
|
||||
<T X="0.000000" Y="0.000000"/>
|
||||
<T X="1.000000" Y="1.000000"/>
|
||||
<T X="1.000000" Y="0.000000"/>
|
||||
<T X="0.000000" Y="1.000000"/>
|
||||
<T X="0.000000" Y="0.000000"/>
|
||||
<T X="1.000000" Y="1.000000"/>
|
||||
<T X="1.000000" Y="0.000000"/>
|
||||
</TexCoords>
|
||||
<Triangles>
|
||||
<T>
|
||||
<V>3</V>
|
||||
<V>2</V>
|
||||
<V>1</V>
|
||||
<Nrm X="0.000000" Y="-1.000000" Z="0.000000"/>
|
||||
<Dist>0.000000</Dist>
|
||||
</T>
|
||||
<T>
|
||||
<V>1</V>
|
||||
<V>2</V>
|
||||
<V>0</V>
|
||||
<Nrm X="0.000000" Y="0.000000" Z="0.000000"/>
|
||||
<Dist>0.000000</Dist>
|
||||
</T>
|
||||
<T>
|
||||
<V>4</V>
|
||||
<V>5</V>
|
||||
<V>6</V>
|
||||
<Nrm X="-0.707107" Y="-0.707107" Z="0.000000"/>
|
||||
<Dist>0.830890</Dist>
|
||||
</T>
|
||||
<T>
|
||||
<V>6</V>
|
||||
<V>5</V>
|
||||
<V>7</V>
|
||||
<Nrm X="-0.707107" Y="0.000000" Z="0.000000"/>
|
||||
<Dist>0.830889</Dist>
|
||||
</T>
|
||||
<T>
|
||||
<V>8</V>
|
||||
<V>9</V>
|
||||
<V>10</V>
|
||||
<Nrm X="-0.707107" Y="0.707107" Z="0.000000"/>
|
||||
<Dist>0.830882</Dist>
|
||||
</T>
|
||||
<T>
|
||||
<V>10</V>
|
||||
<V>9</V>
|
||||
<V>11</V>
|
||||
<Nrm X="-0.707107" Y="0.000000" Z="0.000000"/>
|
||||
<Dist>0.830882</Dist>
|
||||
</T>
|
||||
<T>
|
||||
<V>12</V>
|
||||
<V>13</V>
|
||||
<V>14</V>
|
||||
<Nrm X="-1.000000" Y="0.000000" Z="0.000000"/>
|
||||
<Dist>1.175051</Dist>
|
||||
</T>
|
||||
<T>
|
||||
<V>14</V>
|
||||
<V>13</V>
|
||||
<V>15</V>
|
||||
<Nrm X="-1.000000" Y="0.000000" Z="0.000000"/>
|
||||
<Dist>1.175051</Dist>
|
||||
</T>
|
||||
</Triangles>
|
||||
<FXShader ShaderName="DefaultW3D.fx">
|
||||
<Constants>
|
||||
<Float Name="ColorAmbient">
|
||||
<Value>1.000000</Value>
|
||||
<Value>1.000000</Value>
|
||||
<Value>1.000000</Value>
|
||||
</Float>
|
||||
<Float Name="ColorDiffuse">
|
||||
<Value>1.000000</Value>
|
||||
<Value>1.000000</Value>
|
||||
<Value>1.000000</Value>
|
||||
</Float>
|
||||
<Float Name="ColorSpecular">
|
||||
<Value>0.000000</Value>
|
||||
<Value>0.000000</Value>
|
||||
<Value>0.000000</Value>
|
||||
</Float>
|
||||
<Float Name="Shininess">
|
||||
<Value>1.000000</Value>
|
||||
</Float>
|
||||
<Float Name="ColorEmissive">
|
||||
<Value>0.000000</Value>
|
||||
<Value>0.000000</Value>
|
||||
<Value>0.000000</Value>
|
||||
</Float>
|
||||
<Float Name="EmissiveHDRMultipler">
|
||||
<Value>1.000000</Value>
|
||||
</Float>
|
||||
<Float Name="Opacity">
|
||||
<Value>1.000000</Value>
|
||||
</Float>
|
||||
<Float Name="EdgeFadeOut">
|
||||
<Value>1.000000</Value>
|
||||
</Float>
|
||||
<Int Name="NumTextures">
|
||||
<Value>2</Value>
|
||||
</Int>
|
||||
<Texture Name="Texture_0">
|
||||
<Value>FXRazorGrad</Value>
|
||||
</Texture>
|
||||
<Texture Name="Texture_1">
|
||||
<Value>FXRazorGrad</Value>
|
||||
</Texture>
|
||||
<Bool Name="UseRecolorColors">
|
||||
<Value>false</Value>
|
||||
</Bool>
|
||||
<Bool Name="HouseColorPulse">
|
||||
<Value>false</Value>
|
||||
</Bool>
|
||||
<Bool Name="UseWorldCords">
|
||||
<Value>false</Value>
|
||||
</Bool>
|
||||
<Bool Name="DepthWriteEnable">
|
||||
<Value>false</Value>
|
||||
</Bool>
|
||||
<Bool Name="AlphaTestEnable">
|
||||
<Value>false</Value>
|
||||
</Bool>
|
||||
<Bool Name="CullingEnable">
|
||||
<Value>false</Value>
|
||||
</Bool>
|
||||
<Int Name="BlendMode">
|
||||
<Value>2</Value>
|
||||
</Int>
|
||||
<Int Name="SecondaryTextureBlendMode">
|
||||
<Value>1</Value>
|
||||
</Int>
|
||||
<Int Name="TexCoordMapper_0">
|
||||
<Value>1</Value>
|
||||
</Int>
|
||||
<Float Name="TexCoordTransform_0">
|
||||
<Value>1.000000</Value>
|
||||
<Value>1.000000</Value>
|
||||
<Value>0.000000</Value>
|
||||
<Value>-0.100000</Value>
|
||||
</Float>
|
||||
<Float Name="TextureAnimation_FPS_NumPerRow_LastFrame_FrameOffset_0">
|
||||
<Value>0.000000</Value>
|
||||
<Value>1.000000</Value>
|
||||
<Value>1.000000</Value>
|
||||
<Value>0.000000</Value>
|
||||
</Float>
|
||||
<Int Name="TexCoordMapper_1">
|
||||
<Value>1</Value>
|
||||
</Int>
|
||||
<Float Name="TexCoordTransform_1">
|
||||
<Value>1.000000</Value>
|
||||
<Value>1.500000</Value>
|
||||
<Value>0.000000</Value>
|
||||
<Value>-0.150000</Value>
|
||||
</Float>
|
||||
</Constants>
|
||||
</FXShader>
|
||||
<AABTree>
|
||||
<PolyIndices>
|
||||
<P>0</P>
|
||||
<P>1</P>
|
||||
<P>2</P>
|
||||
<P>3</P>
|
||||
<P>4</P>
|
||||
<P>5</P>
|
||||
<P>6</P>
|
||||
<P>7</P>
|
||||
</PolyIndices>
|
||||
<Node>
|
||||
<Min X="-21.912476" Y="-20.737442" Z="-2.098053"/>
|
||||
<Max X="19.562363" Y="20.737415" Z="578.024780"/>
|
||||
<Children Front="1" Back="2"/>
|
||||
</Node>
|
||||
<Node>
|
||||
<Min X="-21.912476" Y="-0.000025" Z="-2.098053"/>
|
||||
<Max X="19.562363" Y="0.000000" Z="578.024780"/>
|
||||
<Polys Begin="0" Count="2"/>
|
||||
</Node>
|
||||
<Node>
|
||||
<Min X="-15.838630" Y="-20.737442" Z="-2.098053"/>
|
||||
<Max X="13.488517" Y="20.737415" Z="578.024780"/>
|
||||
<Polys Begin="2" Count="6"/>
|
||||
</Node>
|
||||
</AABTree>
|
||||
</W3DMesh>
|
||||
</AssetDeclaration>
|
||||
1216
data/BaseObjects/BaseLandingPoint/w3x/GUDROPPOD.DOOR01.w3x
Normal file
1216
data/BaseObjects/BaseLandingPoint/w3x/GUDROPPOD.DOOR01.w3x
Normal file
File diff suppressed because it is too large
Load Diff
1216
data/BaseObjects/BaseLandingPoint/w3x/GUDROPPOD.DOOR02.w3x
Normal file
1216
data/BaseObjects/BaseLandingPoint/w3x/GUDROPPOD.DOOR02.w3x
Normal file
File diff suppressed because it is too large
Load Diff
1216
data/BaseObjects/BaseLandingPoint/w3x/GUDROPPOD.DOOR03.w3x
Normal file
1216
data/BaseObjects/BaseLandingPoint/w3x/GUDROPPOD.DOOR03.w3x
Normal file
File diff suppressed because it is too large
Load Diff
7976
data/BaseObjects/BaseLandingPoint/w3x/GUDROPPOD.GUDROPPOD.w3x
Normal file
7976
data/BaseObjects/BaseLandingPoint/w3x/GUDROPPOD.GUDROPPOD.w3x
Normal file
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<AssetDeclaration xmlns="uri:ea.com:eala:asset" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<W3DCollisionBox id="GUDROPPOD.OBBOX" JoypadPickingOnly="false">
|
||||
<Center X="0.000000" Y="0.000000" Z="20.000000"/>
|
||||
<Extent X="20.000002" Y="20.000002" Z="20.000000"/>
|
||||
</W3DCollisionBox>
|
||||
</AssetDeclaration>
|
||||
3776
data/BaseObjects/BaseLandingPoint/w3x/GUDROPPOD.UGJUMP.w3x
Normal file
3776
data/BaseObjects/BaseLandingPoint/w3x/GUDROPPOD.UGJUMP.w3x
Normal file
File diff suppressed because it is too large
Load Diff
197
data/BaseObjects/BaseLandingPoint/w3x/GUDROPPOD.w3x
Normal file
197
data/BaseObjects/BaseLandingPoint/w3x/GUDROPPOD.w3x
Normal file
@@ -0,0 +1,197 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<AssetDeclaration xmlns="uri:ea.com:eala:asset" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<Includes>
|
||||
<Include
|
||||
type="all"
|
||||
source="GUDROPPOD_HRC.w3x" />
|
||||
</Includes>
|
||||
<!-- There is no guarantee that the extracted animation is correct! - Bibber -->
|
||||
<W3DAnimation id="GUDROPPOD" Hierarchy="GUDROPPOD" NumFrames="90" FrameRate="30">
|
||||
<Channels>
|
||||
<ChannelScalar Pivot="1" Type="ZTranslation" FirstFrame="0">
|
||||
<Frame>420.000000</Frame>
|
||||
<Frame>413.514130</Frame>
|
||||
<Frame>406.950810</Frame>
|
||||
<Frame>400.314330</Frame>
|
||||
<Frame>393.609010</Frame>
|
||||
<Frame>386.839050</Frame>
|
||||
<Frame>380.008730</Frame>
|
||||
<Frame>373.122190</Frame>
|
||||
<Frame>366.183690</Frame>
|
||||
<Frame>359.197300</Frame>
|
||||
<Frame>352.167180</Frame>
|
||||
<Frame>345.097470</Frame>
|
||||
<Frame>337.992220</Frame>
|
||||
<Frame>330.855560</Frame>
|
||||
<Frame>323.691560</Frame>
|
||||
<Frame>316.504240</Frame>
|
||||
<Frame>309.297670</Frame>
|
||||
<Frame>302.075900</Frame>
|
||||
<Frame>294.842960</Frame>
|
||||
<Frame>287.602840</Frame>
|
||||
<Frame>280.359620</Frame>
|
||||
<Frame>273.117310</Frame>
|
||||
<Frame>265.879940</Frame>
|
||||
<Frame>258.651520</Frame>
|
||||
<Frame>251.436110</Frame>
|
||||
<Frame>244.237700</Frame>
|
||||
<Frame>237.060380</Frame>
|
||||
<Frame>229.908190</Frame>
|
||||
<Frame>222.785170</Frame>
|
||||
<Frame>215.695430</Frame>
|
||||
<Frame>208.643040</Frame>
|
||||
<Frame>201.632110</Frame>
|
||||
<Frame>194.666780</Frame>
|
||||
<Frame>187.751160</Frame>
|
||||
<Frame>180.889420</Frame>
|
||||
<Frame>174.085770</Frame>
|
||||
<Frame>167.344390</Frame>
|
||||
<Frame>160.669540</Frame>
|
||||
<Frame>154.065480</Frame>
|
||||
<Frame>147.536510</Frame>
|
||||
<Frame>141.086960</Frame>
|
||||
<Frame>134.721180</Frame>
|
||||
<Frame>128.443590</Frame>
|
||||
<Frame>122.258590</Frame>
|
||||
<Frame>116.170730</Frame>
|
||||
<Frame>110.184480</Frame>
|
||||
<Frame>104.304420</Frame>
|
||||
<Frame>98.535164</Frame>
|
||||
<Frame>92.881409</Frame>
|
||||
<Frame>87.347824</Frame>
|
||||
<Frame>81.939217</Frame>
|
||||
<Frame>76.660431</Frame>
|
||||
<Frame>71.516335</Frame>
|
||||
<Frame>66.511902</Frame>
|
||||
<Frame>61.652153</Frame>
|
||||
<Frame>56.942177</Frame>
|
||||
<Frame>52.387146</Frame>
|
||||
<Frame>47.992294</Frame>
|
||||
<Frame>43.762947</Frame>
|
||||
<Frame>39.704502</Frame>
|
||||
<Frame>36.131390</Frame>
|
||||
<Frame>33.110069</Frame>
|
||||
<Frame>30.442265</Frame>
|
||||
<Frame>28.029282</Frame>
|
||||
<Frame>25.813610</Frame>
|
||||
<Frame>23.758371</Frame>
|
||||
<Frame>21.838358</Frame>
|
||||
<Frame>20.035536</Frame>
|
||||
<Frame>18.336582</Frame>
|
||||
<Frame>16.731426</Frame>
|
||||
<Frame>15.212339</Frame>
|
||||
<Frame>13.773335</Frame>
|
||||
<Frame>12.409775</Frame>
|
||||
<Frame>11.118094</Frame>
|
||||
<Frame>9.895609</Frame>
|
||||
<Frame>8.740377</Frame>
|
||||
<Frame>7.651114</Frame>
|
||||
<Frame>6.627120</Frame>
|
||||
<Frame>5.668255</Frame>
|
||||
<Frame>4.774913</Frame>
|
||||
<Frame>3.948033</Frame>
|
||||
<Frame>3.189122</Frame>
|
||||
<Frame>2.500301</Frame>
|
||||
<Frame>1.884377</Frame>
|
||||
<Frame>1.344943</Frame>
|
||||
<Frame>0.886527</Frame>
|
||||
<Frame>0.514791</Frame>
|
||||
<Frame>0.236806</Frame>
|
||||
<Frame>0.061455</Frame>
|
||||
<Frame>0.000000</Frame>
|
||||
</ChannelScalar>
|
||||
<ChannelQuaternion Pivot="1" Type="Orientation" FirstFrame="0">
|
||||
<Frame X="0.000000" Y="0.000000" Z="0.000000" W="1.000000"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="0.033706" W="0.999432"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="0.067374" W="0.997728"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="0.100965" W="0.994890"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="0.134441" W="0.990922"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="0.167765" W="0.985827"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="0.200897" W="0.979612"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="0.233802" W="0.972284"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="0.266441" W="0.963851"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="0.295748" W="0.955266"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="0.324778" W="0.945790"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="0.353506" W="0.935432"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="0.381904" W="0.924202"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="0.409947" W="0.912109"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="0.437606" W="0.899167"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="0.464858" W="0.885385"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="0.491676" W="0.870778"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="0.515149" W="0.857100"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="0.538242" W="0.842790"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="0.560938" W="0.827858"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="0.583219" W="0.812315"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="0.605070" W="0.796172"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="0.626475" W="0.779441"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="0.647417" W="0.762136"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="0.667882" W="0.744268"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="0.687853" W="0.725850"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="0.704930" W="0.709277"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="0.721607" W="0.692303"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="0.737876" W="0.674936"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="0.753727" W="0.657188"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="0.769151" W="0.639067"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="0.784140" W="0.620584"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="0.798685" W="0.601750"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="0.812777" W="0.582575"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="0.824731" W="0.565526"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="0.836326" W="0.548232"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="0.847560" W="0.530700"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="0.858426" W="0.512938"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="0.868919" W="0.494954"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="0.879036" W="0.476755"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="0.888772" W="0.458349"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="-0.896723" W="-0.442592"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="-0.904394" W="-0.426697"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="-0.911784" W="-0.410670"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="-0.918890" W="-0.394514"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="-0.925709" W="-0.378236"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="-0.932240" W="-0.361839"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="-0.938481" W="-0.345330"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="-0.944430" W="-0.328714"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="-0.950084" W="-0.311995"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="-0.954382" W="-0.298587"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="-0.958492" W="-0.285121"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="-0.962411" W="-0.271598"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="-0.966139" W="-0.258020"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="-0.969677" W="-0.244392"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="-0.973021" W="-0.230716"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="-0.976173" W="-0.216993"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="-0.979132" W="-0.203228"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="-0.981896" W="-0.189422"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="-0.983833" W="-0.179092"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="-0.985660" W="-0.168742"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="-0.987379" W="-0.158373"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="-0.988989" W="-0.147987"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="-0.990490" W="-0.137584"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="-0.991881" W="-0.127167"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="-0.993163" W="-0.116735"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="-0.994335" W="-0.106290"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="-0.995397" W="-0.095834"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="-0.996056" W="-0.088725"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="-0.996664" W="-0.081612"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="-0.997221" W="-0.074495"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="-0.997728" W="-0.067374"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="-0.998183" W="-0.060249"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="-0.998588" W="-0.053122"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="-0.998942" W="-0.045992"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="-0.999245" W="-0.038859"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="-0.999398" W="-0.034697"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="-0.999534" W="-0.030535"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="-0.999652" W="-0.026372"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="-0.999753" W="-0.022209"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="-0.999837" W="-0.018045"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="-0.999904" W="-0.013881"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="-0.999953" W="-0.009717"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="-0.999965" W="-0.008329"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="-0.999976" W="-0.006941"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="-0.999985" W="-0.005553"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="-0.999991" W="-0.004164"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="-0.999996" W="-0.002776"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="-0.999999" W="-0.001388"/>
|
||||
<Frame X="0.000000" Y="0.000000" Z="-1.000000" W="0.000000"/>
|
||||
</ChannelQuaternion>
|
||||
</Channels>
|
||||
</W3DAnimation>
|
||||
</AssetDeclaration>
|
||||
64
data/BaseObjects/BaseLandingPoint/w3x/GUDROPPOD_CTR.w3x
Normal file
64
data/BaseObjects/BaseLandingPoint/w3x/GUDROPPOD_CTR.w3x
Normal file
@@ -0,0 +1,64 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<AssetDeclaration xmlns="uri:ea.com:eala:asset" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<Includes>
|
||||
<Include
|
||||
type="all"
|
||||
source="GUDROPPOD.UGJUMP.w3x" />
|
||||
<Include
|
||||
type="all"
|
||||
source="GUDropPod_NRM.xml" />
|
||||
<Include
|
||||
type="all"
|
||||
source="GUDropPod_SPM.xml" />
|
||||
<Include
|
||||
type="all"
|
||||
source="GUDropPod.xml" />
|
||||
<Include
|
||||
type="all"
|
||||
source="GUDROPPOD.DOOR03.w3x" />
|
||||
<Include
|
||||
type="all"
|
||||
source="GUDROPPOD.DOOR02.w3x" />
|
||||
<Include
|
||||
type="all"
|
||||
source="GUDROPPOD.DOOR01.w3x" />
|
||||
<Include
|
||||
type="all"
|
||||
source="GUDROPPOD.GUDROPPOD.w3x" />
|
||||
<Include
|
||||
type="all"
|
||||
source="GUDROPPOD.OBBOX.w3x" />
|
||||
</Includes>
|
||||
<W3DContainer id="GUDROPPOD" Hierarchy="GUDropPod">
|
||||
<SubObject SubObjectID="UGJUMP" BoneIndex="6">
|
||||
<RenderObject>
|
||||
<Mesh>GUDROPPOD.UGJUMP</Mesh>
|
||||
</RenderObject>
|
||||
</SubObject>
|
||||
<SubObject SubObjectID="DOOR03" BoneIndex="5">
|
||||
<RenderObject>
|
||||
<Mesh>GUDROPPOD.DOOR03</Mesh>
|
||||
</RenderObject>
|
||||
</SubObject>
|
||||
<SubObject SubObjectID="DOOR02" BoneIndex="4">
|
||||
<RenderObject>
|
||||
<Mesh>GUDROPPOD.DOOR02</Mesh>
|
||||
</RenderObject>
|
||||
</SubObject>
|
||||
<SubObject SubObjectID="DOOR01" BoneIndex="3">
|
||||
<RenderObject>
|
||||
<Mesh>GUDROPPOD.DOOR01</Mesh>
|
||||
</RenderObject>
|
||||
</SubObject>
|
||||
<SubObject SubObjectID="GUDROPPOD" BoneIndex="2">
|
||||
<RenderObject>
|
||||
<Mesh>GUDROPPOD.GUDROPPOD</Mesh>
|
||||
</RenderObject>
|
||||
</SubObject>
|
||||
<SubObject SubObjectID="OBBOX" BoneIndex="1">
|
||||
<RenderObject>
|
||||
<CollisionBox>GUDROPPOD.OBBOX</CollisionBox>
|
||||
</RenderObject>
|
||||
</SubObject>
|
||||
</W3DContainer>
|
||||
</AssetDeclaration>
|
||||
1216
data/BaseObjects/BaseLandingPoint/w3x/GUDROPPOD_DR01.DOOR01.w3x
Normal file
1216
data/BaseObjects/BaseLandingPoint/w3x/GUDROPPOD_DR01.DOOR01.w3x
Normal file
File diff suppressed because it is too large
Load Diff
18
data/BaseObjects/BaseLandingPoint/w3x/GUDROPPOD_DR01_CTR.w3x
Normal file
18
data/BaseObjects/BaseLandingPoint/w3x/GUDROPPOD_DR01_CTR.w3x
Normal file
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<AssetDeclaration xmlns="uri:ea.com:eala:asset" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<Includes>
|
||||
<Include
|
||||
type="all"
|
||||
source="GUDROPPOD_DR01.DOOR01.w3x" />
|
||||
<Include
|
||||
type="all"
|
||||
source="GUDROPPOD_DR01_HRC.w3x" />
|
||||
</Includes>
|
||||
<W3DContainer id="GUDROPPOD_DR01" Hierarchy="GUDROPPOD_DR01">
|
||||
<SubObject SubObjectID="DOOR01" BoneIndex="1">
|
||||
<RenderObject>
|
||||
<Mesh>GUDROPPOD_DR01.DOOR01</Mesh>
|
||||
</RenderObject>
|
||||
</SubObject>
|
||||
</W3DContainer>
|
||||
</AssetDeclaration>
|
||||
17
data/BaseObjects/BaseLandingPoint/w3x/GUDROPPOD_DR01_HRC.w3x
Normal file
17
data/BaseObjects/BaseLandingPoint/w3x/GUDROPPOD_DR01_HRC.w3x
Normal file
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<AssetDeclaration xmlns="uri:ea.com:eala:asset" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<W3DHierarchy id="GUDROPPOD_DR01">
|
||||
<!-- 0 -->
|
||||
<Pivot Name="ROOTTRANSFORM" Parent="-1">
|
||||
<Translation X="0.000000" Y="0.000000" Z="0.000000"/>
|
||||
<Rotation X="0.000000" Y="0.000000" Z="0.000000" W="1.000000"/>
|
||||
<FixupMatrix M00="1.000000" M10="0.000000" M20="0.000000" M30="0.000000" M01="0.000000" M11="1.000000" M21="0.000000" M31="0.000000" M02="0.000000" M12="0.000000" M22="1.000000" M32="0.000000" M03="0.000000" M13="0.000000" M23="0.000000" M33="0.000000"/>
|
||||
</Pivot>
|
||||
<!-- 1 -->
|
||||
<Pivot Name="DOOR01" Parent="0">
|
||||
<Translation X="0.000000" Y="0.000005" Z="0.000000"/>
|
||||
<Rotation X="0.000000" Y="0.000000" Z="0.000000" W="1.000000"/>
|
||||
<FixupMatrix M00="1.000000" M10="0.000000" M20="0.000000" M30="0.000000" M01="0.000000" M11="1.000000" M21="0.000000" M31="0.000000" M02="0.000000" M12="0.000000" M22="1.000000" M32="0.000000" M03="0.000000" M13="0.000000" M23="0.000000" M33="0.000000"/>
|
||||
</Pivot>
|
||||
</W3DHierarchy>
|
||||
</AssetDeclaration>
|
||||
1216
data/BaseObjects/BaseLandingPoint/w3x/GUDROPPOD_DR02.DOOR02.w3x
Normal file
1216
data/BaseObjects/BaseLandingPoint/w3x/GUDROPPOD_DR02.DOOR02.w3x
Normal file
File diff suppressed because it is too large
Load Diff
18
data/BaseObjects/BaseLandingPoint/w3x/GUDROPPOD_DR02_CTR.w3x
Normal file
18
data/BaseObjects/BaseLandingPoint/w3x/GUDROPPOD_DR02_CTR.w3x
Normal file
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<AssetDeclaration xmlns="uri:ea.com:eala:asset" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<Includes>
|
||||
<Include
|
||||
type="all"
|
||||
source="GUDROPPOD_DR02.DOOR02.w3x" />
|
||||
<Include
|
||||
type="all"
|
||||
source="GUDROPPOD_DR02_HRC.w3x" />
|
||||
</Includes>
|
||||
<W3DContainer id="GUDROPPOD_DR02" Hierarchy="GUDROPPOD_DR02">
|
||||
<SubObject SubObjectID="DOOR02" BoneIndex="1">
|
||||
<RenderObject>
|
||||
<Mesh>GUDROPPOD_DR02.DOOR02</Mesh>
|
||||
</RenderObject>
|
||||
</SubObject>
|
||||
</W3DContainer>
|
||||
</AssetDeclaration>
|
||||
17
data/BaseObjects/BaseLandingPoint/w3x/GUDROPPOD_DR02_HRC.w3x
Normal file
17
data/BaseObjects/BaseLandingPoint/w3x/GUDROPPOD_DR02_HRC.w3x
Normal file
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<AssetDeclaration xmlns="uri:ea.com:eala:asset" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<W3DHierarchy id="GUDROPPOD_DR02">
|
||||
<!-- 0 -->
|
||||
<Pivot Name="ROOTTRANSFORM" Parent="-1">
|
||||
<Translation X="0.000000" Y="0.000000" Z="0.000000"/>
|
||||
<Rotation X="0.000000" Y="0.000000" Z="0.000000" W="1.000000"/>
|
||||
<FixupMatrix M00="1.000000" M10="0.000000" M20="0.000000" M30="0.000000" M01="0.000000" M11="1.000000" M21="0.000000" M31="0.000000" M02="0.000000" M12="0.000000" M22="1.000000" M32="0.000000" M03="0.000000" M13="0.000000" M23="0.000000" M33="0.000000"/>
|
||||
</Pivot>
|
||||
<!-- 1 -->
|
||||
<Pivot Name="DOOR02" Parent="0">
|
||||
<Translation X="0.000000" Y="0.000000" Z="0.000000"/>
|
||||
<Rotation X="0.000000" Y="0.000000" Z="0.000000" W="1.000000"/>
|
||||
<FixupMatrix M00="1.000000" M10="0.000000" M20="0.000000" M30="0.000000" M01="0.000000" M11="1.000000" M21="0.000000" M31="0.000000" M02="0.000000" M12="0.000000" M22="1.000000" M32="0.000000" M03="0.000000" M13="0.000000" M23="0.000000" M33="0.000000"/>
|
||||
</Pivot>
|
||||
</W3DHierarchy>
|
||||
</AssetDeclaration>
|
||||
1216
data/BaseObjects/BaseLandingPoint/w3x/GUDROPPOD_DR03.DOOR03.w3x
Normal file
1216
data/BaseObjects/BaseLandingPoint/w3x/GUDROPPOD_DR03.DOOR03.w3x
Normal file
File diff suppressed because it is too large
Load Diff
18
data/BaseObjects/BaseLandingPoint/w3x/GUDROPPOD_DR03_CTR.w3x
Normal file
18
data/BaseObjects/BaseLandingPoint/w3x/GUDROPPOD_DR03_CTR.w3x
Normal file
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<AssetDeclaration xmlns="uri:ea.com:eala:asset" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<Includes>
|
||||
<Include
|
||||
type="all"
|
||||
source="GUDROPPOD_DR03.DOOR03.w3x" />
|
||||
<Include
|
||||
type="all"
|
||||
source="GUDROPPOD_DR03_HRC.w3x" />
|
||||
</Includes>
|
||||
<W3DContainer id="GUDROPPOD_DR03" Hierarchy="GUDROPPOD_DR03">
|
||||
<SubObject SubObjectID="DOOR03" BoneIndex="1">
|
||||
<RenderObject>
|
||||
<Mesh>GUDROPPOD_DR03.DOOR03</Mesh>
|
||||
</RenderObject>
|
||||
</SubObject>
|
||||
</W3DContainer>
|
||||
</AssetDeclaration>
|
||||
17
data/BaseObjects/BaseLandingPoint/w3x/GUDROPPOD_DR03_HRC.w3x
Normal file
17
data/BaseObjects/BaseLandingPoint/w3x/GUDROPPOD_DR03_HRC.w3x
Normal file
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<AssetDeclaration xmlns="uri:ea.com:eala:asset" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<W3DHierarchy id="GUDROPPOD_DR03">
|
||||
<!-- 0 -->
|
||||
<Pivot Name="ROOTTRANSFORM" Parent="-1">
|
||||
<Translation X="0.000000" Y="0.000000" Z="0.000000"/>
|
||||
<Rotation X="0.000000" Y="0.000000" Z="0.000000" W="1.000000"/>
|
||||
<FixupMatrix M00="1.000000" M10="0.000000" M20="0.000000" M30="0.000000" M01="0.000000" M11="1.000000" M21="0.000000" M31="0.000000" M02="0.000000" M12="0.000000" M22="1.000000" M32="0.000000" M03="0.000000" M13="0.000000" M23="0.000000" M33="0.000000"/>
|
||||
</Pivot>
|
||||
<!-- 1 -->
|
||||
<Pivot Name="DOOR03" Parent="0">
|
||||
<Translation X="0.000000" Y="0.000000" Z="0.000000"/>
|
||||
<Rotation X="0.000000" Y="0.000000" Z="0.000000" W="1.000000"/>
|
||||
<FixupMatrix M00="1.000000" M10="0.000000" M20="0.000000" M30="0.000000" M01="0.000000" M11="1.000000" M21="0.000000" M31="0.000000" M02="0.000000" M12="0.000000" M22="1.000000" M32="0.000000" M03="0.000000" M13="0.000000" M23="0.000000" M33="0.000000"/>
|
||||
</Pivot>
|
||||
</W3DHierarchy>
|
||||
</AssetDeclaration>
|
||||
47
data/BaseObjects/BaseLandingPoint/w3x/GUDROPPOD_HRC.w3x
Normal file
47
data/BaseObjects/BaseLandingPoint/w3x/GUDROPPOD_HRC.w3x
Normal file
@@ -0,0 +1,47 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<AssetDeclaration xmlns="uri:ea.com:eala:asset" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<W3DHierarchy id="GUDROPPOD">
|
||||
<!-- 0 -->
|
||||
<Pivot Name="ROOTTRANSFORM" Parent="-1">
|
||||
<Translation X="0.000000" Y="0.000000" Z="0.000000"/>
|
||||
<Rotation X="0.000000" Y="0.000000" Z="0.000000" W="1.000000"/>
|
||||
<FixupMatrix M00="1.000000" M10="0.000000" M20="0.000000" M30="0.000000" M01="0.000000" M11="1.000000" M21="0.000000" M31="0.000000" M02="0.000000" M12="0.000000" M22="1.000000" M32="0.000000" M03="0.000000" M13="0.000000" M23="0.000000" M33="0.000000"/>
|
||||
</Pivot>
|
||||
<!-- 1 -->
|
||||
<Pivot Name="OBBOX" Parent="0">
|
||||
<Translation X="0.000000" Y="0.000000" Z="0.000000"/>
|
||||
<Rotation X="0.000000" Y="0.000000" Z="-1.000000" W="0.000000"/>
|
||||
<FixupMatrix M00="1.000000" M10="0.000000" M20="0.000000" M30="0.000000" M01="0.000000" M11="1.000000" M21="0.000000" M31="0.000000" M02="0.000000" M12="0.000000" M22="1.000000" M32="0.000000" M03="0.000000" M13="0.000000" M23="0.000000" M33="0.000000"/>
|
||||
</Pivot>
|
||||
<!-- 2 -->
|
||||
<Pivot Name="GUDROPPOD" Parent="1">
|
||||
<Translation X="2.584886" Y="0.000002" Z="14.830292"/>
|
||||
<Rotation X="0.000000" Y="0.000000" Z="0.000000" W="1.000000"/>
|
||||
<FixupMatrix M00="1.000000" M10="0.000000" M20="0.000000" M30="0.000000" M01="0.000000" M11="1.000000" M21="0.000000" M31="0.000000" M02="0.000000" M12="0.000000" M22="1.000000" M32="0.000000" M03="0.000000" M13="0.000000" M23="0.000000" M33="0.000000"/>
|
||||
</Pivot>
|
||||
<!-- 3 -->
|
||||
<Pivot Name="DOOR01" Parent="2">
|
||||
<Translation X="-23.301689" Y="0.000005" Z="-10.244812"/>
|
||||
<Rotation X="0.000000" Y="0.000000" Z="-1.000000" W="0.000000"/>
|
||||
<FixupMatrix M00="1.000000" M10="0.000000" M20="0.000000" M30="0.000000" M01="0.000000" M11="1.000000" M21="0.000000" M31="0.000000" M02="0.000000" M12="0.000000" M22="1.000000" M32="0.000000" M03="0.000000" M13="0.000000" M23="0.000000" M33="0.000000"/>
|
||||
</Pivot>
|
||||
<!-- 4 -->
|
||||
<Pivot Name="DOOR02" Parent="2">
|
||||
<Translation X="7.455453" Y="-18.154778" Z="-10.349472"/>
|
||||
<Rotation X="0.000000" Y="0.000000" Z="-0.500000" W="0.866025"/>
|
||||
<FixupMatrix M00="1.000000" M10="0.000000" M20="0.000000" M30="0.000001" M01="0.000000" M11="1.000000" M21="0.000000" M31="0.000000" M02="0.000000" M12="0.000000" M22="1.000000" M32="0.000000" M03="0.000000" M13="0.000000" M23="0.000000" M33="0.000000"/>
|
||||
</Pivot>
|
||||
<!-- 5 -->
|
||||
<Pivot Name="DOOR03" Parent="2">
|
||||
<Translation X="8.036845" Y="17.937168" Z="-10.349472"/>
|
||||
<Rotation X="0.000000" Y="0.000000" Z="0.500000" W="0.866025"/>
|
||||
<FixupMatrix M00="1.000000" M10="0.000000" M20="0.000000" M30="-0.000001" M01="0.000000" M11="1.000000" M21="0.000000" M31="0.000000" M02="0.000000" M12="0.000000" M22="1.000000" M32="0.000000" M03="0.000000" M13="0.000000" M23="0.000000" M33="0.000000"/>
|
||||
</Pivot>
|
||||
<!-- 6 -->
|
||||
<Pivot Name="UGJUMP" Parent="2">
|
||||
<Translation X="20.297222" Y="0.357700" Z="-3.419226"/>
|
||||
<Rotation X="0.000000" Y="-0.300706" Z="0.000000" W="0.953717"/>
|
||||
<FixupMatrix M00="1.000000" M10="0.000000" M20="0.000000" M30="-0.000001" M01="0.000000" M11="1.000000" M21="0.000000" M31="0.000000" M02="0.000000" M12="0.000000" M22="1.000000" M32="0.000000" M03="0.000000" M13="0.000000" M23="0.000000" M33="0.000000"/>
|
||||
</Pivot>
|
||||
</W3DHierarchy>
|
||||
</AssetDeclaration>
|
||||
BIN
data/BaseObjects/BaseLandingPoint/w3x/GUDropPod.dds
Normal file
BIN
data/BaseObjects/BaseLandingPoint/w3x/GUDropPod.dds
Normal file
Binary file not shown.
BIN
data/BaseObjects/BaseLandingPoint/w3x/GUDropPod.psd
Normal file
BIN
data/BaseObjects/BaseLandingPoint/w3x/GUDropPod.psd
Normal file
Binary file not shown.
4
data/BaseObjects/BaseLandingPoint/w3x/GUDropPod.xml
Normal file
4
data/BaseObjects/BaseLandingPoint/w3x/GUDropPod.xml
Normal file
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<AssetDeclaration xmlns="uri:ea.com:eala:asset" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<Texture id="GUDropPod" File="GUDropPod.dds"/>
|
||||
</AssetDeclaration>
|
||||
BIN
data/BaseObjects/BaseLandingPoint/w3x/GUDropPod_NRM.dds
Normal file
BIN
data/BaseObjects/BaseLandingPoint/w3x/GUDropPod_NRM.dds
Normal file
Binary file not shown.
4
data/BaseObjects/BaseLandingPoint/w3x/GUDropPod_NRM.xml
Normal file
4
data/BaseObjects/BaseLandingPoint/w3x/GUDropPod_NRM.xml
Normal file
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<AssetDeclaration xmlns="uri:ea.com:eala:asset" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<Texture id="GUDropPod_NRM" File="GUDropPod_NRM.dds"/>
|
||||
</AssetDeclaration>
|
||||
BIN
data/BaseObjects/BaseLandingPoint/w3x/GUDropPod_SPM.dds
Normal file
BIN
data/BaseObjects/BaseLandingPoint/w3x/GUDropPod_SPM.dds
Normal file
Binary file not shown.
4
data/BaseObjects/BaseLandingPoint/w3x/GUDropPod_SPM.xml
Normal file
4
data/BaseObjects/BaseLandingPoint/w3x/GUDropPod_SPM.xml
Normal file
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<AssetDeclaration xmlns="uri:ea.com:eala:asset" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<Texture id="GUDropPod_SPM" File="GUDropPod_SPM.dds"/>
|
||||
</AssetDeclaration>
|
||||
BIN
data/BaseObjects/BaseLandingPoint/w3x/HCToBeRemoved.dds
Normal file
BIN
data/BaseObjects/BaseLandingPoint/w3x/HCToBeRemoved.dds
Normal file
Binary file not shown.
4
data/BaseObjects/BaseLandingPoint/w3x/HCToBeRemoved.xml
Normal file
4
data/BaseObjects/BaseLandingPoint/w3x/HCToBeRemoved.xml
Normal file
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<AssetDeclaration xmlns="uri:ea.com:eala:asset" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<Texture id="HCToBeRemoved" File="HCToBeRemoved.dds" OutputFormat="DXT3"/>
|
||||
</AssetDeclaration>
|
||||
Reference in New Issue
Block a user