Page 1 of 1
Lightsaber problem
Posted: Mon Jan 26, 2009 2:59 pm
by fai222
I modeled a lightsaber and now i have put it in game and the hero uses the lightsaber. Everything seems perfect untill i push the spawn button. Then the game crash. Anyone know what the problem is?
Re: Lightsaber problem
Posted: Mon Jan 26, 2009 4:25 pm
by Master_Ben
I have a sneaking suspicion that we need more info... *cough*errorlog*cough*
Re: Lightsaber problem
Posted: Tue Jan 27, 2009 9:29 am
by fai222
Errorlog? Oh, ill post it as soon as i make the errorlog thing work.
EDIT: Ok, here is my Message Severity: 3 errors in the BFront2
Code: Select all
Message Severity: 3
C:\Battlefront2\main\Battlefront2\Source\SoldierAnimatorClass.cpp(1881)
Can't find soldier animation obiwan_sabre_stand_dashflip2(_upper)
Message Severity: 3
C:\Battlefront2\main\Battlefront2\Source\SoldierAnimatorClass.cpp(1881)
Can't find soldier animation obiwan_sabre_stand_dashflip(_upper)
Message Severity: 3
C:\Battlefront2\main\Battlefront2\Source\SoldierAnimatorClass.cpp(1881)
Can't find soldier animation obiwan_sabre_stand_dashattack_end(_upper)
Message Severity: 3
C:\Battlefront2\main\Battlefront2\Source\CommandPost.cpp(498)
Command Post missing control region "cp5_control"
Message Severity: 3
C:\Battlefront2\main\Battlefront2\Source\CommandPost.cpp(493)
Command Post missing capture region "cp3_capture"
Message Severity: 3
C:\Battlefront2\main\Battlefront2\Source\Weapon.cpp(2044)
Weapon "rep_weap_lightsaber" missing geometry "fai_lighsabre1"
Message Severity: 3
C:\Battlefront2\main\Battlefront2\Source\SoldierAnimatorClass.cpp(1881)
Can't find soldier animation obiwan_sabre_stand_dashattack_end(_upper)
Message Severity: 3
C:\Battlefront2\main\Battlefront2\Source\SoldierAnimatorClass.cpp(1881)
Can't find soldier animation obiwan_sabre_stand_dashflip(_upper)
Message Severity: 3
C:\Battlefront2\main\Battlefront2\Source\SoldierAnimatorClass.cpp(1881)
Can't find soldier animation obiwan_sabre_stand_dashflip2(_upper)
Message Severity: 3
C:\Battlefront2\main\Battlefront2\Source\CommandPost.cpp(498)
Command Post missing control region "cp5_control"
Message Severity: 3
C:\Battlefront2\main\Battlefront2\Source\CommandPost.cpp(493)
Command Post missing capture region "cp3_capture"
Message Severity: 3
C:\Battlefront2\main\Battlefront2\Source\Weapon.cpp(2044)
Weapon "rep_weap_lightsaber" missing geometry "fai_lighsabre1"
Re: Lightsaber problem
Posted: Tue Jan 27, 2009 10:06 am
by DarthD.U.C.K.
arent the errors selfexplaining?

Re: Lightsaber problem
Posted: Tue Jan 27, 2009 10:36 am
by fai222
If you must know I dont know too much about this. I havent been modding very long, and I have consentraited on modeling, so please can you tell me how to fix this?
Re: Lightsaber problem
Posted: Tue Jan 27, 2009 11:03 am
by DarthD.U.C.K.
Message Severity: 3
C:\Battlefront2\main\Battlefront2\Source\Weapon.cpp(2044)
Weapon "rep_weap_lightsaber" missing geometry "fai_lighsabre1"
those are selfexplaining, even for beginners, they obviously mean that you dont have the model fai_lightsabre1.msh in your sides meshfolder
Code: Select all
Message Severity: 3
C:\Battlefront2\main\Battlefront2\Source\SoldierAnimatorClass.cpp(1881)
Can't find soldier animation obiwan_sabre_stand_dashattack_end(_upper)
those could be common errors, but make shure that you have the "obiwan" animfiles in your munged folder of your side
(ok, this is a bit harder to understand)
Re: Lightsaber problem
Posted: Tue Jan 27, 2009 4:35 pm
by fai222
Ok, thank you it works now. Its wierd, the msh was there but when i replaced it, it worked.