Page 1 of 1

Adding backpack

Posted: Fri Jul 31, 2009 8:30 am
by Executer94
I search a little bit but did't found a topic where someone explained how to add a backpack.
I downloaded a few packpack (only the msh) and I don't now how to add it to the unit.
I've never done something like that. Is it like a cape?

Re: adding backpack

Posted: Fri Jul 31, 2009 8:35 am
by CodaRez

Re: adding backpack

Posted: Fri Jul 31, 2009 8:46 am
by Executer94
so i just have to add this lines the the unit odf:

GeometryAddon = "anybackpack"
AddonAttachJoint = "whereithastostay"

Re: adding backpack

Posted: Fri Jul 31, 2009 8:58 am
by Xavious
You should have this:

Code: Select all

AnimatedAddon = "pack" //anything can go here
GeometryAddon = "backpack" //name of the msh
AddonAttachJoint = "bone_ribcage" //where you want it attached

Re: adding backpack

Posted: Fri Jul 31, 2009 9:00 am
by Executer94
ok
but where is the attachpoint at a arc trooper?

Re: adding backpack

Posted: Fri Jul 31, 2009 9:02 am
by Xavious
For a backpack? In general, any human model would be bone_ribcage.

Re: adding backpack

Posted: Fri Jul 31, 2009 9:02 am
by CodaRez
ribcage?

as stated above

(unless you ahve a weird taste of wearing backpacks)

Re: adding backpack

Posted: Fri Jul 31, 2009 9:06 am
by Executer94
:D thank you

and no my backpack cames on the back ;)

EDIT: It works fine

thank you