This Trac instance is not used for development anymore!

We migrated our development workflow to git and Gitea.
To test the future redirection, replace trac by ariadne in the page URL.

Changeset 10105 for ps


Ignore:
Timestamp:
08/27/11 15:18:35 (13 years ago)
Author:
Amish Coelho
Message:
 
Location:
ps/trunk/binaries/data/mods/public
Files:
11 added
1 edited

Legend:

Unmodified
Added
Removed
  • ps/trunk/binaries/data/mods/public/art/actors/structures/carthaginians/trireme.xml

    r9799 r10105  
    1 <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
     1<?xml version="1.0" encoding="utf-8"?>
    22<actor version="1">
    3 
    43  <castshadow/>
    5 
    64  <float/>
    7 
    85  <group>
    96    <variant frequency="100" name="Base">
    10       <mesh>structural/kart_tri.dae</mesh>
    11       <props>
    12         <prop actor="props/structures/carthaginians/trireme_oars.xml" attachpoint="root"/>
    13         <!--<prop actor="props/structures/persians/trireme_mast.xml" attachpoint="root"/>-->
    14       </props>
    15       <texture>structural/plac_kart.dds</texture>
     7      <mesh>structural/kart_ship_trireme.dae</mesh>
     8      <texture>structural/kart_trireme.png</texture>
    169    </variant>
    1710  </group>
    18 
     11  <group>
     12    <variant frequency="2" name="tent">
     13      <props>
     14        <prop actor="props/structures/carthaginians/trireme_frontsail.xml" attachpoint="root"/>
     15        <prop actor="props/structures/carthaginians/trireme_mainsail.xml" attachpoint="root"/>
     16        <prop actor="props/structures/carthaginians/trireme_tent.xml" attachpoint="root"/>
     17      </props>
     18    </variant>
     19    <variant frequency="1" name="no tent">
     20      <props>
     21        <prop actor="props/structures/carthaginians/trireme_frontsail.xml" attachpoint="root"/>
     22        <prop actor="props/structures/carthaginians/trireme_mainsail.xml" attachpoint="root"/>
     23      </props>
     24    </variant>
     25  </group>
    1926  <material>player_trans.xml</material>
    20 
    2127</actor>
Note: See TracChangeset for help on using the changeset viewer.