Torchmodders

Mod Projects => Help Wanted => Topic started by: InsanityPilgrim on May 23, 2020, 09:23:33 pm


Title: How to change Chatacter Select weapon animations?
Post by: InsanityPilgrim on May 23, 2020, 09:23:33 pm
As the title. How do we switch between the four weapon holding animations in character select?

Thanks.
Title: Re: How to change Chatacter Select weapon animations?
Post by: Phanjam on May 23, 2020, 10:37:16 pm
Hey @InsanityPilgrim welcome to the forums.
If no char select anim is specified, it should play the idle anim specific to the weapon equipped.
The char select anim can be forced via the "MAINMENUIDLE" (or similar to that) line in the .DAT of your class unit. You can use that line in the "base" unit file, in which case it will be inherited into the male and female unit files. Or you can use it in the separate male / female files so they can have different animations.
You can get the list of all available animation names from the .ANIMATION file in MEDIA/MODELS/PCS/HUM_M and HUM_F.
Title: Re: How to change Chatacter Select weapon animations?
Post by: InsanityPilgrim on May 23, 2020, 11:46:27 pm
Thanks very much, worked like a charm.