Battledroid Model problem

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
ArkAngel
Rebel Sergeant
Rebel Sergeant
Posts: 215
Joined: Fri Nov 13, 2009 10:00 am

Battledroid Model problem

Post by ArkAngel »

aight so I'm making a custom CIS side, and I'm using the cis_inf_bdroid.msh and cis_inf_bdroid_low1.msh files with the cis_inf_battledroid_red.tga skin that I renamed cis_inf_battledroid.tga. In the swbfviewer, everything looks alright but ingame it looks like a crazy mutant battledroid :( the head/neck is messed up, the joints are all messed up, etc. I think it may be the model/skin, but I got it all from the assets. help? :(
AQT
Gametoast Staff
Gametoast Staff
Posts: 4910
Joined: Sat Nov 03, 2007 4:55 pm
Location: SoCal, USA

Re: Battledroid Model problem

Post by AQT »

Make sure you have these two lines in your unit's ODF:
Hidden/Spoiler:
SkeletonName = "bdroid"
SkeletonLowRes = "bdroidlz"
And the following files in your side's munged folder: bdroid.anims, bdroid.zaabin, bdroid.zafbin, and bdroidlz.zafbin.
User avatar
ArkAngel
Rebel Sergeant
Rebel Sergeant
Posts: 215
Joined: Fri Nov 13, 2009 10:00 am

Re: Battledroid Model problem

Post by ArkAngel »

I have all of that and it still looks all askew :(

here's the ODF for the unit
Hidden/Spoiler:
[GameObjectClass]
ClassParent = "cis_inf_default_rifleman"


[Properties]
UnitType = "trooper"

GeometryName = "cis_inf_bdroid"
GeometryLowRes = "cis_inf_bdroid_low1"
SkeletonName = "bdroid"
SkeletonLowRes = "bdroidlz"

FirstPerson = "CIS\cisbdrd;cis_1st_bdroid"

CollisionHeadOffset = "0.0 -0.2 0.0"
Post Reply