Lightsaber problem

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
fai222
Command Sergeant Major
Command Sergeant Major
Posts: 254
Joined: Wed Jul 30, 2008 2:38 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: Norway, Xfire: Fai222

Lightsaber problem

Post 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?
Master_Ben
Lieutenant General
Lieutenant General
Posts: 675
Joined: Wed Nov 12, 2008 9:50 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: Watching your PC over your shoulder. No, the other sholder....

Re: Lightsaber problem

Post by Master_Ben »

I have a sneaking suspicion that we need more info... *cough*errorlog*cough*
User avatar
fai222
Command Sergeant Major
Command Sergeant Major
Posts: 254
Joined: Wed Jul 30, 2008 2:38 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: Norway, Xfire: Fai222

Re: Lightsaber problem

Post 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"
User avatar
DarthD.U.C.K.
Master of the Force
Master of the Force
Posts: 6027
Joined: Wed Sep 27, 2006 11:05 am
Location: Duckburg, Germany

Re: Lightsaber problem

Post by DarthD.U.C.K. »

arent the errors selfexplaining? :roll:
User avatar
fai222
Command Sergeant Major
Command Sergeant Major
Posts: 254
Joined: Wed Jul 30, 2008 2:38 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: Norway, Xfire: Fai222

Re: Lightsaber problem

Post 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?
User avatar
DarthD.U.C.K.
Master of the Force
Master of the Force
Posts: 6027
Joined: Wed Sep 27, 2006 11:05 am
Location: Duckburg, Germany

Re: Lightsaber problem

Post 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)
User avatar
fai222
Command Sergeant Major
Command Sergeant Major
Posts: 254
Joined: Wed Jul 30, 2008 2:38 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: Norway, Xfire: Fai222

Re: Lightsaber problem

Post by fai222 »

Ok, thank you it works now. Its wierd, the msh was there but when i replaced it, it worked.
Post Reply