Changes between Initial Version and Version 1 of Ticket #5680, comment 6


Ignore:
Timestamp:
Jun 28, 2021, 5:31:21 PM (3 years ago)
Author:
Ceres

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5680, comment 6

    initial v1  
    1313The first file contains:
    1414
    15 {{{
    16 <group>
     15<group>    <variant file="quadraped/base_camel_fauna.xml"/>    <variant file="quadraped/base_camel_run.xml" />    <variant file="quadraped/base_camel_death.xml" />  </group>
    1716
    18   <variant file="quadraped/base_camel_fauna.xml"/>
     17Are these 3 "base" files the relevant ones? Where do I find them? I searched for "quadraped" and found the aforementioned files there:
    1918
    20   <variant file="quadraped/base_camel_run.xml" />
     19`\binaries\data\mods\public\public\art\variants\quadraped`
    2120
    22   <variant file="quadraped/base_camel_death.xml" />
     21E.g.:
    2322
    24 </group>
    25 }}}
    26 Are these 3 "base" files the relevant ones? Where do I find them? I searched for "quadraped" but could not find anything in `public.zip` about it.
     23<?xml version="1.0" encoding="UTF-8"?>[[BR]]<variant name="Base" frequency="1">[[BR]]  <animations>[[BR]]    <animation file="quadraped/camel_idle_01.dae" name="Idle" id="idle1" speed="80"/>[[BR]]    <animation file="quadraped/camel_idle_02.dae" name="Idle" id="idle2" speed="80"/>[[BR]]    <animation file="quadraped/camel_idle_03.dae" name="Idle" id="idle3" speed="80"/>[[BR]]    <animation file="quadraped/camel_idle_04.dae" name="Idle" id="idle4" speed="80"/>[[BR]]    <animation file="quadraped/camel_attack_melee_01.dae" name="Attack_Melee" id="attack1" speed="100"/>[[BR]]    <animation file="quadraped/camel_attack_melee_02.dae" name="Attack_Melee" id="attack2" speed="100"/>[[BR]]    <animation file="quadraped/camel_death.dae" name="Death" speed="120"/>[[BR]]    <animation file="quadraped/camel_walk.dae" name="Walk" speed="35"/>[[BR]]    <animation file="quadraped/camel_trot.dae" name="Run" speed="5"/>[[BR]]  </animations>[[BR]]</variant>[[BR]]
     24
     25Is this the right place to tweak the camel's speed?
    2726
    2827Sorry about these many noob questions of mine. I really appreciate you developers' and contributors' patience with me. While I am willing to learn, I might be a bit slow.