Unusual Error...

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
Challenger33
Lieutenant General
Lieutenant General
Posts: 726
Joined: Wed Aug 23, 2006 3:44 pm
Projects :: No Mod project currently.
xbox live or psn: No gamertag set
Location: Building a legion of papercraft models.
Contact:

Unusual Error...

Post by Challenger33 »

Ok, my map is fine and everything until I go to spawn as Ventress. Then I get this error:

Code: Select all

Message Severity: 3
.\Source\DisplaySoldier.cpp(240)
DisplaySoldier 'cis_hero_ventress' failed to find animmap aalya_
Any ideas on what to do to fix this?

- :royal:
User avatar
Teancum
Jedi Admin
Jedi Admin
Posts: 11080
Joined: Wed Sep 07, 2005 11:42 pm
Projects :: No Mod project currently.
Games I'm Playing :: Destiny
xbox live or psn: No gamertag set
Location: Indiana

Re: Unusual Error...

Post by Teancum »

Post her odf.
User avatar
Challenger33
Lieutenant General
Lieutenant General
Posts: 726
Joined: Wed Aug 23, 2006 3:44 pm
Projects :: No Mod project currently.
xbox live or psn: No gamertag set
Location: Building a legion of papercraft models.
Contact:

Re: Unusual Error...

Post by Challenger33 »

I used the default one from the Conversion Pack Assets, but here it is anyway:

Code: Select all

[GameObjectClass]
ClassParent         = "com_jedi_default"
GeometryName        = "cis_hero_ventress.msh"

[Properties]
AISizeType          = "HOVER"

GeometryName        = "cis_hero_ventress"
GeometryLowRes      = "cis_hero_ventress"

AnimationName       = "aalya"

//JetJump

JetJump             = "10.0"    //The initial jump-push given when enabling the jet
JetPush             = "0.0"     //The constant push given while the jet is enabled (20 is gravity)
JetAcceleration     = "10.0"    // for characters with jet jump, use this acceleration for in air control
JetEffect           = ""
JetFuelRechargeRate = "0.0" //Additional fuel per second (fuel is 0 to 1)
JetFuelCost         = "0.0" //Cost per second when hovering (only used for jet-hovers)(fuel is 0 to 1)
JetFuelInitialCost  = "0.0" //4initial cost when jet jumping(fuel is 0 to 1)
JetFuelMinBorder    = "0.0" //minimum fuel to perform a jet jump(fuel is 0 to 1)
JetShowHud          = 0
JetEnergyDrain      = 40.0
CollisionScale      = "0.0 0.0 0.0" // don't take damage from collisions

///JetJumpEnd


WEAPONSECTION = 1
WeaponName           = "cis_weap_lightsaber_ventress"
WeaponAmmo           = 0

WEAPONSECTION = 2
WeaponName           = "com_weap_inf_sabre_throw"
WeaponAmmo           = 0
WeaponChannel        = 1 

WEAPONSECTION = 3
WeaponName           = "com_weap_inf_forcewave"
WeaponAmmo           = 0
WeaponChannel        = 1 

//SOUND
SndHeroSelectable           = ""
SndHeroSpawned              = ""
SndHeroDefeated             = ""
SndHeroKiller               = ""
- :royal:
User avatar
trainmaster611
Sith Lord
Sith Lord
Posts: 1779
Joined: Thu Aug 24, 2006 5:22 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Location: Building a railway to Coruscant
Contact:

Re: Unusual Error...

Post by trainmaster611 »

DO you have the animations in your MUNGED folder and the combo things in your ODF folder?
User avatar
Teancum
Jedi Admin
Jedi Admin
Posts: 11080
Joined: Wed Sep 07, 2005 11:42 pm
Projects :: No Mod project currently.
Games I'm Playing :: Destiny
xbox live or psn: No gamertag set
Location: Indiana

Re: Unusual Error...

Post by Teancum »

Just load Aayla via ReadDataFile, but don't add her as playable. That'll fix your problem.
User avatar
Challenger33
Lieutenant General
Lieutenant General
Posts: 726
Joined: Wed Aug 23, 2006 3:44 pm
Projects :: No Mod project currently.
xbox live or psn: No gamertag set
Location: Building a legion of papercraft models.
Contact:

Re: Unusual Error...

Post by Challenger33 »

Ok, Will do. Thanks Tean! (and yes I do Train :wink: )

- :royal:
Post Reply