Page 1 of 1

crash

Posted: Sat Apr 12, 2008 2:05 pm
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



Re: crash

Posted: Sat Apr 12, 2008 10:44 pm
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.