Ticket #4440: fndn_dock_super.xml.patch

File fndn_dock_super.xml.patch, 1.2 KB (added by Stan, 7 years ago)

Fix the broken foundation actor committed in r19095 for the super dock.

  • binaries/data/mods/public/art/actors/structures/fndn_dock_super.xml

     
    33  <castshadow/>
    44  <float/>
    55  <group>
     6    <variant frequency="100" name="Super Dock Foundation">
     7      <mesh>structural/found_dock_super.dae</mesh>
     8      <textures>
     9        <texture file="structural/foundation.dds" name="baseTex"/>
     10      </textures>
     11    </variant>
     12  </group>
     13  <group>
    614    <variant frequency="1" name="Idle">
    7       <mesh>structural/found_dock_super.dae</mesh>
    815      <props>
    916        <prop actor="props/structures/construction/found_dock_super_chains.xml" attachpoint="root"/>
    1017        <prop actor="particle/construction_dust.xml" attachpoint="root"/>
     
    1825      </props>
    1926    </variant>
    2027  </group>
    21   <group>
    22     <variant frequency="1">
    23       <textures><texture file="structural/foundation.dds" name="baseTex"/></textures>
    24     </variant>
    25   </group>
     28  <material>basic_trans.xml</material>
    2629</actor>