crash

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
elfie
Field Commander
Field Commander
Posts: 931
Joined: Fri Jan 25, 2008 8:26 pm
Games I'm Playing :: no games
xbox live or psn: no live
Location: Coruscant, Jedi Temple
Contact:

crash

Post by elfie »

my map crashed from side issues. I got a couple of message severity 3 errors that I am not familiar with. Here they are:

Code: Select all

Message Severity: 3
.\Source\DisplaySoldier.cpp(349)
DisplaySoldier 'rep_inf_ep3_jettrooper' failed to find animmap human_

Message Severity: 3
.\Source\WeaponMelee.cpp(3191)
WeaponMelee "all_weap_inf_vibroblade" invalid combo definition file "*"

Message Severity: 3
.\Source\WeaponMelee.cpp(3196)
WeaponMelee[all_weap_inf_vibroblade]::ComboAnimationBank invalid params "human_sabre melee * *"

Message Severity: 3
.\Source\LoadUtil.cpp(829)
Unable to find level chunk rep_hero_anakin in C:\Program Files\LucasArts\Star Wars Battlefront II\GameData\AddOn\SIT\Data\_lvl_pc\SIDE\rep.lvl


Message Severity: 3
.\Source\LoadUtil.cpp(1019)
Unable to find level chunk  in dc:SIDE\rep.lvl


RepSharpshooter
Gametoast Staff
Gametoast Staff
Posts: 1351
Joined: Tue Jul 10, 2007 4:10 pm

Re: crash

Post by RepSharpshooter »

Code: Select all

DisplaySoldier 'rep_inf_ep3_jettrooper' failed to find animmap human_
did you change which anims the jettrooper uses?

Code: Select all

WeaponMelee "all_weap_inf_vibroblade" invalid combo definition file "*"
This is supposed to reference a .combo file. Which one are you pointing at?

Code: Select all

Unable to find level chunk rep_hero_anakin in C:\Program Files\LucasArts\Star Wars Battlefront II\GameData\AddOn\SIT\Data\_lvl_pc\SIDE\rep.lvl

You forgot his req file, I'm pretty sure, I just had that error myself.
Post Reply