Page 1 of 1

Addon Msh Problem [Solved]

Posted: Sun May 31, 2015 3:09 am
by yuke5
Hey, I haven't had a problem with any addon msh's yet, but i can't get mine to show up on a unit. It's Syth's addon sandtrooper backpack.
Hidden/Spoiler:
[code][GameObjectClass]
ClassParent = "rep_inf_default_rocketeer"



[Properties]
//ClothOdf ="rep_inf_ep3heavytrooper_cape"

GeometryName = "rep_inf_ep3trooper"


//FirstPerson = "REP\reparc;rep_1st_arctrooper"
FirstPerson = "REP\reptroop;rep_1st_trooper"

GeometryLowRes = "rep_inf_ep3trooper_low1"

AnimatedAddon = "pack"
GeometryAddon = "gunnerbackpack"
AddonAttachJoin = "bone_ribcage"
[/code]
I've run a few searches, but I can't find anything useful. Any help would be appreciated, thank you.

I've also tried using different addon msh's.

Re: Addon Msh Problem

Posted: Sun May 31, 2015 3:39 am
by AceMastermind
yuke5 wrote:AddonAttachJoin = "bone_ribcage"
You're missing the "t" on joint.

Re: Addon Msh Problem

Posted: Sun May 31, 2015 3:53 am
by yuke5
D'oh!

Thanks!