Page 1 of 1

No Kama On Model

Posted: Tue Aug 22, 2017 2:58 pm
by LitFam
I downloaded DEVISS's SWRH Clone Trooper Pack and I set up rex, however I can't the kama to show. :cry:

Picture of the problem: http://www.moddb.com/members/litfam/ima ... 1#imagebox

rep_inf_rex
Hidden/Spoiler:
[code][GameObjectClass]
ClassParent = "rep_inf_rex_default"

[Properties]
GeometryName = "rep_inf_rex"
GeometryLowRes = "rep_inf_rex"
FirstPerson = "REP\reptroop;rep_1st_trooper"

AnimationName = "jango"

ClothODF = "rep_inf_rex_cloth"

//MapTexture = "cloneicon"[/code]
rep_inf_rex_default
Hidden/Spoiler:
[code][GameObjectClass]
ClassParent = "rep_default"

[Properties]
UnitType = "NONE"
HealthType = "person"
AISizeType = "Soldier"

"
AnimatedAddon = "left_gun"
GeometryAddon = "rep_weap_pistol_B" // the pistols meshname
AddonAttachJoint = "hp_weapons_1"
"

WEAPONSECTION = 1
WeaponName = "rep_weap_pistol_B"
WeaponAmmo = 4

VOUnitType = 121[/code]
rep_inf_rex_cloth
Hidden/Spoiler:
[code][GameObjectClass]
ClassLabel = "cloth"

[Properties]
attachedmesh = "rep_inf_rex"[/code]

Re: No Kama On Model

Posted: Sat Aug 26, 2017 12:43 am
by Lorul1
Make sure you raise the allowed amount of cloths in your levels lua file

add this

SetMemoryPoolSize ("ClothData",50)

under the line that says "function ScriptInit()" in your lua