Jump to content

===[COMMITTED]=== Update gatherer actors to have idle-carry animations


wraitii
 Share

Recommended Posts

1 hour ago, wraitii said:

As done in https://code.wildfiregames.com/rP20631, we should update all gatherer actors so that they can support having idle carrying animations.

This should/could be done incrementally, but in general I think a class of unit should be done across all civs at once.

Minor ranting :

Spoiler

 

I see you went for comments in XML files. I still think it would have been better to do something like :
 


  <group name="base_overload">
    <variant file="biped/female_base_walk.xml"/>
    <variant file="biped/female_carry_food.xml"/>
    <variant file="biped/female_carry_meat.xml"/>
    <variant file="biped/female_carry_wood.xml"/>
    <variant file="biped/female_carry_stone.xml"/>
    <variant file="biped/female_carry_metal.xml"/>
  </group>

instead of :


  <group>
    <!-- In this group, defined overloads for "Idle", "Walk" and "Run" -->
    <variant file="biped/female_base_walk.xml"/>
    <variant file="biped/female_carry_food.xml"/>
    <variant file="biped/female_carry_meat.xml"/>
    <variant file="biped/female_carry_wood.xml"/>
    <variant file="biped/female_carry_stone.xml"/>
    <variant file="biped/female_carry_metal.xml"/>
  </group>

 because it now means we have a lot of comments maintaining to do, while those could have been in the wiki. @leper

 

I'll add updating those actors to my list of tasks. It's a good occasion to clean up the actor files.

  • Like 1
Link to comment
Share on other sites

On 12/10/2017 at 5:22 AM, wraitii said:

As done in https://code.wildfiregames.com/rP20631, we should update all gatherer actors so that they can support having idle carrying animations.

This should/could be done incrementally, but in general I think a class of unit should be done across all civs at once.

I look forward to this, because now the males look funny when shuttling resources. ;)

Link to comment
Share on other sites

  • 1 month later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...