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 9654 for ps


Ignore:
Timestamp:
06/24/11 07:18:28 (14 years ago)
Author:
michael
Message:

Bunch of helmet fixes and random other stuff.

Location:
ps/trunk/binaries/data/mods/public/art
Files:
1 deleted
6 edited
1 moved

Legend:

Unmodified
Added
Removed
  • ps/trunk/binaries/data/mods/public/art/actors/props/units/heads/hele_cav_e.xml

    r9596 r9654  
    3232    </variant>
    3333    <variant frequency="1" name="Helmet-Chalcidean-Crested">
    34       <mesh>props/helmet/hele_helmet_q.pmd</mesh>
    35       <texture>props/helmet/hele_f1.dds</texture>
     34      <mesh>props/helmet/mace_helmet_o.dae</mesh>
     35      <texture>props/helmet/mace-g.dds</texture>
    3636    </variant>
    3737    <variant frequency="1" name="Helmet-Attic-Crested">
     
    4040    </variant>
    4141    <variant frequency="2" name="Helmet-UnknownStyle-Crested">
    42       <mesh>props/helmet/mace_helmet_h.dae</mesh>
     42      <mesh>props/helmet/mace_helmet_m.dae</mesh>
    4343      <texture>props/helmet/mace-h.dds</texture>
    4444    </variant>
  • ps/trunk/binaries/data/mods/public/art/actors/props/units/heads/hele_hoplite_a2.xml

    r6391 r9654  
    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  <group>
    75    <variant frequency="1" name="Helmet-Illyrian-NoCrest">
     
    1311      <texture>props/helmet/hele_h1.dds</texture>
    1412    </variant>
    15     <variant frequency="1" name="Helmet-Chalcidean-NoCrest">
    16       <mesh>props/helmet/hele_helmet_g.pmd</mesh>
    17       <texture>props/helmet/hele_f1.dds</texture>
     13    <variant frequency="1" name="Helmet-Chalcidean">
     14      <mesh>props/helmet/mace_helmet_n.dae</mesh>
     15      <texture>props/helmet/mace-g.dds</texture>
    1816    </variant>
    1917  </group>
    20 
    2118</actor>
  • ps/trunk/binaries/data/mods/public/art/actors/props/units/heads/hele_hoplite_e2.xml

    r6391 r9654  
    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  <group>
    75    <variant frequency="1" name="Helmet-Illyrian-Crested">
     
    1715      <texture>props/helmet/hele_h1.dds</texture>
    1816    </variant>
     17    <variant frequency="2" name="Helmet-Chalcidean-Crested">
     18      <mesh>props/helmet/mace_helmet_o.dae</mesh>
     19      <texture>props/helmet/mace-g.dds</texture>
     20    </variant>
    1921  </group>
    20 
    2122  <material>player_trans.xml</material>
    22 
    2323</actor>
  • ps/trunk/binaries/data/mods/public/art/actors/units/persians/super_unit_2.xml

    r9653 r9654  
    88        <animation file="quadraped/horse_attack_a.psa" name="Idle" speed="70"/>
    99        <animation file="quadraped/horse_attack_b.psa" name="Idle" speed="48"/>
    10         <animation file="quadraped/horse_gallop.psa" name="Run" speed="8"/>
    11         <animation file="quadraped/horse_walk.psa" name="Walk" speed="17"/>
    12         <animation event=".5" file="quadraped/horse_attack_a.psa" name="Melee" speed="45"/>
    13         <animation event=".5" file="quadraped/horse_attack_b.psa" name="Melee" speed="60"/>
     10        <animation file="quadraped/horse_gallop.psa" name="Run" speed="50"/>
     11        <animation file="quadraped/horse_walk.psa" name="Walk" speed="120"/>
     12        <animation event="0.5" file="quadraped/horse_attack_a.psa" name="Melee" speed="45"/>
     13        <animation event="0.5" file="quadraped/horse_attack_b.psa" name="Melee" speed="60"/>
    1414        <animation file="quadraped/horse_death.psa" name="death" speed="230"/>
    1515      </animations>
Note: See TracChangeset for help on using the changeset viewer.