Note: LucasForums Archive Project
The content here was reconstructed by scraping the Wayback Machine in an effort to restore some of what was lost when LF went down. The LucasForums Archive Project claims no ownership over the content or assets that were archived on archive.org.

This project is meant for research purposes only.

Custom Jedi Help

Page: 1 of 1
 rcduggan
08-30-2006, 2:03 PM
#1
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?
 rcduggan
08-31-2006, 7:00 AM
#2
I FIXED IT THIS CAN BE LOCKED
 MachineCult
08-31-2006, 7:18 AM
#3
Rofl, well done.
Page: 1 of 1