Log Error Question(s)

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
JA394
Private
Posts: 33
Joined: Tue Sep 27, 2011 4:59 pm
Games I'm Playing :: BF2 JKA
Location: The Uberweapon, destroying your fleet.

Log Error Question(s)

Post by JA394 »

Ok, long story short, most of the maps I run (40% of ConvoPack, 60% of others) randomly crash. I read through the error log thread above, and did not find the answer I was looking for.
Hidden/Spoiler:
Message Severity: 3
.\Source\WeaponDispenser.cpp(573)
Dispenser missing entity class "imp_weap_inf_rocket_launcher_ord"
There's my current problem. I have no idea what it means. If it helps, I am running a custom side with one trooper and a few weapons modded for IMP and CIS. (Imperial Officer and MagnaGuard respectively) One of the modded weapons is the Imperial Rocket Launcher. I'll post my custom code for it below.
Hidden/Spoiler:
[WeaponClass]
ClassParent = "com_weap_inf_rocket_launcher"
GeometryName = "imp_weap_inf_launcher.msh"

[Properties]

GeometryName = "imp_weap_inf_launcher"
HighResGeometry = "imp_weap_inf_launcher"
OrdnanceName = "imp_weap_inf_rocket_launcher_ord"

//************************************************
//******************* SOUND *****************
//************************************************

FireSound = "imp_weap_inf_rocket_launcher_fire"
FireEmptySound = "com_weap_inf_ammo_empty"
FireLoopSound = ""
ReloadSound = "com_weap_inf_reload_lg"
ChargeSound = "imp_weap_inf_rocket_launcher_tracking"
ChangeModeSound = "com_weap_inf_equip_lg"
WeaponChangeSound = "com_weap_inf_equip_lg"
JumpSound = "com_weap_inf_bazooka_mvt_jump"
LandSound = "com_weap_inf_bazooka_mvt_land"
RollSound = "com_weap_inf_bazooka_mvt_roll"
//ProneSound = "com_weap_inf_bazooka_mvt_lie"
SquatSound = "com_weap_inf_bazooka_mvt_squat"
//StandSound = "com_weap_inf_bazooka_mvt_getup"


RoundsPerClip = "0"

ShotDelay = "1.5"
Hidden/Spoiler:
[OrdnanceClass]
ClassParent = "com_weap_inf_rocket_launcher_ord"

[Properties]
GeometryName = "com_weap_missile"

TrailEffect = "com_sfx_weap_rockettrail_green"
LightColor = "64 224 64 150"
LightRadius = "4.0"

ExplosionName = "imp_weap_inf_rocket_launcher_exp"

MaxDamage = "1000.0"
The Explosion file was not modified.

I have copied over the Common files, btw.

I've been getting crashes in CW, too, on the same maps, though I do not have an error log for one of them at the moment. When I get one, I'll post it.

Thank you in advance to anyone who can help me resolve my... peculiar quandry...

(I'm fully prepared to accept the fact that it is probably something simple, so if it is, don't hesitate to lay it on me)
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: Log Error Question(s)

Post by DarthD.U.C.K. »

well, do you have the "imp_weap_inf_rocket_launcher_ord.odf" in your sides odf folder?
User avatar
JA394
Private
Posts: 33
Joined: Tue Sep 27, 2011 4:59 pm
Games I'm Playing :: BF2 JKA
Location: The Uberweapon, destroying your fleet.

Re: Log Error Question(s)

Post by JA394 »

Yes. I do.
Post Reply