Page 1 of 1

crash [solved]

Posted: Wed Jun 11, 2008 5:24 pm
by elfie
My map is crashing on CW only because of my sides. I am able to actually spawn in to battle and then it crashes. My error log has no Message Severity 3 errors, and I even tried removing some of the units from my map to see if that helps but it doesn't. The last thing I remember editing was the rep swordsmen, but I removed him and it stilll crashed. Here is the other unit odf that I recently edited.
Hidden/Spoiler:
[GameObjectClass]
ClassParent = "all_inf_default"
GeometryName = "all_inf_stormtrooperhansolo.msh"

[Properties]
UnitType = "pilot"

GeometryName = "all_inf_stormtrooperhansolo"
GeometryLowRes = "all_inf_stormtrooperhansolo_low1"
FirstPerson = "all\allhstrm;all_1st_stormtrooper"

AnimationName = "hansolo"
HealthType = "person"
MaxHealth = 1200.0

MaxShield = 1000
AddShield = 90 //rate of the shield regeneration time

WEAPONSECTION = 1
WeaponName1 = "all_weap_inf_vibroblade"
WeaponAmmo1 = 0

WEAPONSECTION = 3
WeaponName3 = "all_weap_inf_poisongrenade"
WeaponAmmo3 = 3
WeaponChannel3 = 1

//SOUND
FoleyFXClass = "imp_inf_trooper"

VOSound = "all_off_response_hero_command SC_Follow"
VOSound = "all_off_response_hero_command SC_StopFollow"
VOSound = "all_off_response_hero_command SC_VehicleWaitUp"
VOSound = "all_off_response_hero_command SC_GetIn"
VOSound = "all_off_response_hero_command SC_GetOut"

SndHeroSelectable = ""
SndHeroSpawned = ""
SndHeroDefeated = ""
SndHeroKiller = ""

//VOSound = "hero_han_AcquiredTarget AcquiredTarget"
//VOSound = "hero_han_KillingSpree4 KillingSpree4"

VOUnitType = 185
SoldierMusic = "all_hero_Han_lp"

Re: crash

Posted: Wed Jun 11, 2008 5:28 pm
by Caleb1117
elfie wrote: [GameObjectClass]
ClassParent = "all_inf_default"
GeometryName = "all_inf_stormtrooperhansolo.msh"

[Properties]
UnitType = "pilot"

GeometryName = "all_inf_stormtrooperhansolo"
GeometryLowRes = "all_inf_stormtrooperhansolo_low1"
FirstPerson = "all\allhstrm;all_1st_stormtrooper"

AnimationName = "hansolo"
HealthType = "person"
MaxHealth = 1200.0

MaxShield = 1000
AddShield = 90 //rate of the shield regeneration time

WEAPONSECTION = 1
WeaponName1 = "all_weap_inf_vibroblade"
WeaponAmmo1 = 0

WEAPONSECTION = 3
WeaponName3 = "all_weap_inf_poisongrenade"
WeaponAmmo3 = 3
WeaponChannel3 = 1

//SOUND
FoleyFXClass = "imp_inf_trooper"

VOSound = "all_off_response_hero_command SC_Follow"
VOSound = "all_off_response_hero_command SC_StopFollow"
VOSound = "all_off_response_hero_command SC_VehicleWaitUp"
VOSound = "all_off_response_hero_command SC_GetIn"
VOSound = "all_off_response_hero_command SC_GetOut"

SndHeroSelectable = ""
SndHeroSpawned = ""
SndHeroDefeated = ""
SndHeroKiller = ""

//VOSound = "hero_han_AcquiredTarget AcquiredTarget"
//VOSound = "hero_han_KillingSpree4 KillingSpree4"

VOUnitType = 185
SoldierMusic = "all_hero_Han_lp"

Not sure, but the number listing in the weapons section may need to go in order.

Re: crash

Posted: Wed Jun 11, 2008 5:48 pm
by elfie
You are totally right. So that was what I needed to change! Ohhhhh! Thank you so much Caleb. I fixed it and it worked! This can be locked now.