Can someone tell me what this error means? [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
superimperial11
Private First Class
Posts: 82
Joined: Thu Jan 01, 2015 6:15 am
Projects :: Onfar
Games I'm Playing :: Most Star Wars games
xbox live or psn: RomanElite79
Location: The Lonely Island

Can someone tell me what this error means? [Solved]

Post by superimperial11 »

Code: Select all

Message Severity: 3
C:\Battlefront2\main\Battlefront2\Source\SoldierAnimatorClass.cpp(1881)
Can't find soldier animation human_sabre_stand_dashattackend(_upper)


Message Severity: 3
C:\Battlefront2\main\Battlefront2\Source\SoldierAnimatorClass.cpp(1881)
Can't find soldier animation human_sabre_jumpattack_recover(_upper)
I got this and it is making my game crash. I had a unit with a melee weapon but I removed it and now I do not know why this is making it crash.
User avatar
Anakin
Master of the Force
Master of the Force
Posts: 4817
Joined: Sat Sep 19, 2009 11:37 am
Projects :: RC Side Mod - Remastered - SWBF3 Legacy
Location: Mos Espa (germany)

Re: Can someone tell me waht this means??

Post by Anakin »

you are using a weapon that needs the human_sabre_stand_dashattackend(_upper) and human_sabre_jumpattack_recover(_upper) animation, but your unit that uses this weapon has an animation that does not support these animations :D

So we need your unit odf, weapon odf and if you removed anything and the game crashes you should do an manual clean first
superimperial11
Private First Class
Posts: 82
Joined: Thu Jan 01, 2015 6:15 am
Projects :: Onfar
Games I'm Playing :: Most Star Wars games
xbox live or psn: RomanElite79
Location: The Lonely Island

Re: Can someone tell me waht this means??

Post by superimperial11 »

Anakin wrote:you are using a weapon that needs the human_sabre_stand_dashattackend(_upper) and human_sabre_jumpattack_recover(_upper) animation, but your unit that uses this weapon has an animation that does not support these animations :D

So we need your unit odf, weapon odf and if you removed anything and the game crashes you should do an manual clean first
Okay, but the only weird thing is I removed all the melee weapons from the units.
User avatar
Anakin
Master of the Force
Master of the Force
Posts: 4817
Joined: Sat Sep 19, 2009 11:37 am
Projects :: RC Side Mod - Remastered - SWBF3 Legacy
Location: Mos Espa (germany)

Re: Can someone tell me waht this means??

Post by Anakin »

Manual clean??
Odf files??
superimperial11
Private First Class
Posts: 82
Joined: Thu Jan 01, 2015 6:15 am
Projects :: Onfar
Games I'm Playing :: Most Star Wars games
xbox live or psn: RomanElite79
Location: The Lonely Island

Re: Can someone tell me waht this means??

Post by superimperial11 »

Anakin wrote:Manual clean??
Odf files??
nevermind. works now.
Post Reply