Page 1 of 1

Log Error Question(s)

Posted: Wed Oct 05, 2011 11:00 pm
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)

Re: Log Error Question(s)

Posted: Thu Oct 06, 2011 11:57 am
by DarthD.U.C.K.
well, do you have the "imp_weap_inf_rocket_launcher_ord.odf" in your sides odf folder?

Re: Log Error Question(s)

Posted: Thu Oct 06, 2011 8:54 pm
by JA394
Yes. I do.