Page 1 of 1

Underarm rifle still using one arm chaingun anim. [Solved]

Posted: Mon Nov 22, 2010 2:20 pm
by Jendo7
I added Lord Berties ARC westar-rifle to my commander but I don't know how to get rid of the one arm chaingun anim. Here are some screens:
Hidden/Spoiler:
Image

Image

This is how it should look: Taken from Deviss's mod:
Image
I took out the AnimationName line from the rep_inf_default_officer.odf but that didn't work, so I'm not sure what else to do. I haven't done much modding for a while, so any help would be appreciated.

Re: Underarm rifle still using one arm chaingun anim.

Posted: Mon Nov 22, 2010 2:44 pm
by Maveritchell
Soldier animations > soldier .odfs
Weapon animations > weapon .odfs

Re: Underarm rifle still using one arm chaingun anim.

Posted: Mon Nov 22, 2010 4:08 pm
by Jendo7
Thanks Mav. I was able to get it working by putting ClassParent = "com_weap_inf_rifle" in the rep_weap_inf_chaingun.odf, in place of "com_weap_inf_chaingun".

Seems to have broken it's sound, and cycle weapon function but I'm sure I'll figure that out.

Re: Underarm rifle still using one arm chaingun anim.

Posted: Mon Nov 22, 2010 4:22 pm
by Ninja
change this (in the chaingun odf

Code: Select all

AnimationBank           = "bazooka"
to this

Code: Select all

AnimationBank           = "rifle"

Re: Underarm rifle still using one arm chaingun anim.

Posted: Mon Nov 22, 2010 5:05 pm
by Jendo7
Thanks Ninja, that did it. :D

I should have got that from Mav's reply. Silly me! :oops: