No Kama On Model

In this forum you will find and post information regarding the modding of Star Wars Battlefront 2. DO NOT POST MOD IDEAS/REQUESTS.

Moderator: Moderators

Post Reply
LitFam
Sergeant Major
Sergeant Major
Posts: 234
Joined: Sat Feb 04, 2017 5:52 pm
Games I'm Playing :: SWBF II 2005
xbox live or psn: No gamertag set
Location: Milky Way, Solar System, Earth, Antarctica

No Kama On Model

Post 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]
User avatar
Lorul1
Rebel Colonel
Rebel Colonel
Posts: 562
Joined: Wed Apr 24, 2013 10:34 pm
Projects :: Assault on Theed
Games I'm Playing :: Battlegrounds
xbox live or psn: No gamertag set
Location: Your House

Re: No Kama On Model

Post 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
Post Reply