Big Addon-msh problem [SOLVED]

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
User avatar
Delta-1035
Sith Master
Sith Master
Posts: 2651
Joined: Mon Aug 04, 2008 10:32 am
Projects :: TOR GCWII GCW1035 BF1035
xbox live or psn: Johnny_Sciroppo
Location: Pizza Land

Big Addon-msh problem [SOLVED]

Post by Delta-1035 »

Hi GT, I've a big problem with the addon msh... :oops:
I want add the imperial backpack (from Syth's BFP) and Waz's gogs (Recon Visor Addon)
these are the units .odf

imperial backpack
Hidden/Spoiler:
[code][GameObjectClass]
ClassParent = "rep_inf_default_rifleman"

[Properties]
Label = "Republic Trooper"
UnitType = "trooper"
IconTexture = "rep_trooper_icon"

GeometryName = "rep_inf_trooper"
GeometryLowRes = "rep_inf_trooper_low1"
FirstPerson = "REP\reptroop;rep_1st_trooper"

GeometryAddon = "backpack"
AddonAttachJoint = "bone_ribcage"[/code]
gogs
Hidden/Spoiler:
[code][GameObjectClass]
ClassParent = "rep_inf_default_rifleman"

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

GeometryAddon = "rep_waz_add_visordown"
AddonAttachJoint = "bone_head"[/code]
i add these lines and my game crash... :x

I think those lines are wrong... Whic are the right ones? :?

thx in advance
Last edited by Delta-1035 on Wed Nov 12, 2008 8:10 am, edited 1 time in total.
Deviss
Master of the Force
Master of the Force
Posts: 3772
Joined: Tue Aug 12, 2008 7:59 pm
Projects :: Clone Wars Extended
Games I'm Playing :: BF2

Re: Big Addon-msh problem

Post by Deviss »

you need the animation line :

visor

AnimatedAddon = "headpiece"
GeometryAddon = "NAME"
AddonAttachJoint = "bone_head"

backpack

AnimatedAddon = "BACKPACKTHINGY"
GeometryAddon = "NAME"
AddonAttachJoint = "bone_ribcage"

and i don't know if is possible more than 1 mesh for a unit i did a post about this theme
Caleb1117
2008 Most Original Avatar
Posts: 3096
Joined: Sun Aug 20, 2006 5:55 pm
Projects :: No Mod project currently.
xbox live or psn: No gamertag set
Location: X-Fire: caleb1117 ಠ_ಠ

Re: Big Addon-msh problem

Post by Caleb1117 »

Can't have more then one addon mesh.
User avatar
DarthD.U.C.K.
Master of the Force
Master of the Force
Posts: 6027
Joined: Wed Sep 27, 2006 11:05 am
Location: Duckburg, Germany

Re: Big Addon-msh problem

Post by DarthD.U.C.K. »

Caleb1117 wrote:Can't have more then one addon mesh.
you can
click me!
User avatar
Delta-1035
Sith Master
Sith Master
Posts: 2651
Joined: Mon Aug 04, 2008 10:32 am
Projects :: TOR GCWII GCW1035 BF1035
xbox live or psn: Johnny_Sciroppo
Location: Pizza Land

Re: Big Addon-msh problem

Post by Delta-1035 »

ok I was right, there was something wrong in the lines... thx DEVISS :runaway:
Post Reply