Jump to content

Home

Custom Jedi Help


rcduggan

Recommended Posts

I am trying to make a custom jedi. I have done everything up to the combo file. I did that, and ran Battlefront II in the debug mode. But in the error log there is:

 

Message Severity: 2

.\Source\Combo.cpp(1784)

Combo[70b76afd]::State[DEFLECT]::Deflect::DeflectAnimation: failed to add 'stand_block_right2_full' [34cdff8a]

 

Message Severity: 2

.\Source\Combo.cpp(3324)

Combo[70b76afd]::Animation: failed to add 'stand_attack1b_end_full' [6fd973ab]

 

Message Severity: 2

.\Source\Combo.cpp(3324)

Combo[70b76afd]::Animation: failed to add 'stand_attack1c_full' [12280b24]

 

Message Severity: 2

.\Source\Combo.cpp(2290)

Combo[70b76afd]::State[ATTACK1]::Animation: failed to add 'stand_attack1a_full' [5bdc5cc6]

 

Message Severity: 2

.\Source\Combo.cpp(2290)

Combo[70b76afd]::State[RECOVER1]::Animation: failed to add 'stand_attack1a_end_full' [e13037ac]

 

Message Severity: 2

.\Source\Combo.cpp(2290)

Combo[70b76afd]::State[ATTACK2]::Animation: failed to add 'stand_attack1b_full' [c17d4589]

 

Message Severity: 2

.\Source\Combo.cpp(2290)

Combo[70b76afd]::State[RECOVER2]::Animation: failed to add 'stand_attack1b_end_full' [6fd973ab]

 

Message Severity: 2

.\Source\Combo.cpp(2290)

Combo[70b76afd]::State[ATTACK3]::Animation: failed to add 'stand_attack1c_full' [12280b24]

 

Message Severity: 2

.\Source\Combo.cpp(2290)

Combo[70b76afd]::State[RECOVER3]::Animation: failed to add 'stand_attack1c_full' [12280b24]

 

Message Severity: 2

.\Source\Combo.cpp(2290)

Combo[70b76afd]::State[RECOVER3_WALK]::Animation: failed to add 'stand_attack1c_full' [12280b24]

 

Message Severity: 2

.\Source\Combo.cpp(2290)

Combo[70b76afd]::State[MACE_STAB]::Animation: failed to add 'sabre_mace_stab_full' [8b705230]

 

Message Severity: 2

.\Source\Combo.cpp(2290)

Combo[70b76afd]::State[MACE_STAB2]::Animation: failed to add 'sabre_mace_stab_full' [8b705230]

 

Message Severity: 2

.\Source\Combo.cpp(3324)

Combo[70b76afd]::Animation: failed to add 'sabre_maul_1a_full' [efc05f0f]

 

Message Severity: 2

.\Source\Combo.cpp(3324)

Combo[70b76afd]::Animation: failed to add 'sabre_maul_1a_end_full' [7f579af9]

 

Message Severity: 2

.\Source\Combo.cpp(3324)

Combo[70b76afd]::Animation: failed to add 'sabre_maul_1b_full' [f9ed2d08]

 

Message Severity: 2

.\Source\Combo.cpp(3324)

Combo[70b76afd]::Animation: failed to add 'sabre_maul_1b_end_full' [267ba8c6]

 

Message Severity: 2

.\Source\Combo.cpp(2290)

Combo[70b76afd]::State[MAUL_ATTACK1]::Animation: failed to add 'sabre_maul_1a_full' [efc05f0f]

 

Message Severity: 2

.\Source\Combo.cpp(2290)

Combo[70b76afd]::State[MAUL_RECOVER1]::Animation: failed to add 'sabre_maul_1a_end_full' [7f579af9]

 

Message Severity: 2

.\Source\Combo.cpp(2290)

Combo[70b76afd]::State[MAUL_ATTACK2]::Animation: failed to add 'sabre_maul_1b_full' [f9ed2d08]

 

Message Severity: 2

.\Source\Combo.cpp(2290)

Combo[70b76afd]::State[MAUL_RECOVER2]::Animation: failed to add 'sabre_maul_1b_end_full' [267ba8c6]

 

Message Severity: 2

.\Source\Combo.cpp(2290)

Combo[70b76afd]::State[AAYLA_ATTACK3]::Animation: failed to add 'sabre_aayla_1c_full' [0bdf3d3a]

 

Message Severity: 2

.\Source\Combo.cpp(2290)

Combo[70b76afd]::State[AAYLA_ATTACK3_LAND]::Animation: failed to add 'sabre_aayla_1c_full' [0bdf3d3a]

 

Message Severity: 2

.\Source\Combo.cpp(2290)

Combo[70b76afd]::State[AAYLA_RECOVER3]::Animation: failed to add 'sabre_aayla_1c_full' [0bdf3d3a]

 

Message Severity: 2

.\Source\Combo.cpp(2290)

Combo[70b76afd]::State[DASHATTACK]::Animation: failed to add 'stand_dashattack_full' [f93e7898]

 

Message Severity: 2

.\Source\Combo.cpp(2290)

Combo[70b76afd]::State[DASHATTACK2]::Animation: failed to add 'stand_dashattack_full' [f93e7898]

 

Message Severity: 2

.\Source\Combo.cpp(2290)

Combo[70b76afd]::State[DASHATTACK3]::Animation: failed to add 'stand_dashattack_full' [f93e7898]

 

Message Severity: 2

.\Source\Combo.cpp(3324)

Combo[70b76afd]::Animation: failed to add 'sabre_jumpattack_land_full' [364a5459]

 

Message Severity: 2

.\Source\Combo.cpp(2290)

Combo[70b76afd]::State[JUMPATTACK_FALL]::Animation: failed to add 'sabre_jumpattack_fall_full' [ae111395]

 

Message Severity: 2

.\Source\Combo.cpp(2290)

Combo[70b76afd]::State[JUMPATTACK_END]::Animation: failed to add 'sabre_jumpattack_end_full' [e2a3424d]

 

Message Severity: 2

.\Source\Combo.cpp(2290)

Combo[70b76afd]::State[JUMPATTACK_LAND]::Animation: failed to add 'sabre_jumpattack_land_full' [364a5459]

 

How can I fix that?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...