1
0
forked from 0ad/0ad

New Greek merchant ship. Model is not final though.

This was SVN commit r8475.
This commit is contained in:
Michael D. Hafer 2010-10-27 02:16:45 +00:00
parent 7d7127a1bb
commit 45a99a393d
7 changed files with 50 additions and 3 deletions

View File

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="100" name="mesh">
<mesh>props/kyrenia_sail.dae</mesh>
</variant>
</group>
<group>
<variant frequency="1" name="sail-pegasus">
<texture>structural/hele_sail_pegasus.dds</texture>
</variant>
<variant frequency="1" name="sail-krater">
<texture>structural/hele_sail_krater.dds</texture>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant>
<mesh>structural/hele_kyrenia.dae</mesh>
<props>
<prop actor="props/structures/hellenes/merchantship_sail.xml" attachpoint="root"/>
</props>
<texture>structural/kyrenia.dds</texture>
</variant>
</group>
</actor>

BIN
binaries/data/mods/public/art/meshes/props/kyrenia_sail.dae (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -7,6 +7,13 @@
<Icon>units/hele_ship_merchant.png</Icon>
</Identity>
<VisualActor>
<Actor>structures/hellenes/merchant.xml</Actor>
<Actor>structures/hellenes/merchant_new.xml</Actor>
</VisualActor>
<Footprint replace="">
<Square width="8.0" depth="24.0"/>
<Height>8.0</Height>
</Footprint>
<Obstruction>
<Unit radius="6.0"/>
</Obstruction>
</Entity>