diff --git a/HGame/Classes/Enemies/Imp.uc b/HGame/Classes/Enemies/Imp.uc index ab482c6a..a0051133 100644 --- a/HGame/Classes/Enemies/Imp.uc +++ b/HGame/Classes/Enemies/Imp.uc @@ -693,7 +693,7 @@ defaultproperties timeIdleFidgit=10.00 - soundFalling=Sound'HPSounds.Critters_sfx.imp_scream' + soundFalling(0)=Sound'HPSounds.Critters_sfx.imp_scream' bDespawnable=True diff --git a/HGame/Classes/HiddenHPawn/Fireball.uc b/HGame/Classes/HiddenHPawn/Fireball.uc index 0648bed3..6a371f74 100644 --- a/HGame/Classes/HiddenHPawn/Fireball.uc +++ b/HGame/Classes/HiddenHPawn/Fireball.uc @@ -62,7 +62,7 @@ defaultproperties attachedParticleClass(1)=Class'HPParticle.CrabSmoke' - attachedParticleOffset=(X=0.00,Y=0.00,Z=-32.00) + attachedParticleOffset(0)=(X=0.00,Y=0.00,Z=-32.00) DrawType=DT_None diff --git a/HGame/Classes/Menu/FEInputPage.uc b/HGame/Classes/Menu/FEInputPage.uc index 8162e938..a220fe1c 100644 --- a/HGame/Classes/Menu/FEInputPage.uc +++ b/HGame/Classes/Menu/FEInputPage.uc @@ -1905,15 +1905,15 @@ defaultproperties InGame_VertSpacing(10)=32 - InQuidditch_LabelList="Quidditch Action" + InQuidditch_LabelList(0)="Quidditch Action" InQuidditch_VertSpacing(0)=32 InQuidditch_VertSpacing(1)=32 - InWizardDuel_LabelList="Cycle Spell" + InWizardDuel_LabelList(0)="Cycle Spell" - InWizardDuel_VertSpacing=32 + InWizardDuel_VertSpacing(0)=32 AutoJumpText="Auto Jump" diff --git a/HGame/Classes/Misc/BarkSpawn.uc b/HGame/Classes/Misc/BarkSpawn.uc index 99519c6b..ead305a7 100644 --- a/HGame/Classes/Misc/BarkSpawn.uc +++ b/HGame/Classes/Misc/BarkSpawn.uc @@ -6,7 +6,7 @@ class BarkSpawn extends GenericSpawner; defaultproperties { - GoodieToSpawn=Class'WiggentreeBark' + GoodieToSpawn(0)=Class'WiggentreeBark' Snds=(Opening=None,Closing=None,Spawning=Sound'HPSounds.hub1_sfx.vase_breaking') diff --git a/HGame/Classes/Misc/CigarBoxSpawn.uc b/HGame/Classes/Misc/CigarBoxSpawn.uc index bc46a992..d69e150b 100644 --- a/HGame/Classes/Misc/CigarBoxSpawn.uc +++ b/HGame/Classes/Misc/CigarBoxSpawn.uc @@ -6,7 +6,7 @@ class CigarBoxSpawn extends GenericSpawner; defaultproperties { - GoodieToSpawn=Class'Jellybean' + GoodieToSpawn(0)=Class'Jellybean' Snds=(Opening=Sound'HPSounds.General.spawner_cigar_box',Closing=None,Spawning=None) diff --git a/HGame/Classes/Misc/DecanterSpawn.uc b/HGame/Classes/Misc/DecanterSpawn.uc index da3764b4..29cbcb2f 100644 --- a/HGame/Classes/Misc/DecanterSpawn.uc +++ b/HGame/Classes/Misc/DecanterSpawn.uc @@ -6,7 +6,7 @@ class DecanterSpawn extends GenericSpawner; defaultproperties { - GoodieToSpawn=Class'Jellybean' + GoodieToSpawn(0)=Class'Jellybean' Snds=(Opening=Sound'HPSounds.General.spawner_decanter',Closing=None,Spawning=None) diff --git a/HGame/Classes/Misc/InvisibleSpawn.uc b/HGame/Classes/Misc/InvisibleSpawn.uc index 5179aa80..6915d9e5 100644 --- a/HGame/Classes/Misc/InvisibleSpawn.uc +++ b/HGame/Classes/Misc/InvisibleSpawn.uc @@ -6,7 +6,7 @@ class InvisibleSpawn extends GenericSpawner; defaultproperties { - GoodieToSpawn=Class'Jellybean' + GoodieToSpawn(0)=Class'Jellybean' Snds=(Opening=Sound'HPSounds.General.knight_hit',Closing=None,Spawning=None) diff --git a/HGame/Classes/Misc/JewelBoxSpawn.uc b/HGame/Classes/Misc/JewelBoxSpawn.uc index 0a019ad8..e4f34dd7 100644 --- a/HGame/Classes/Misc/JewelBoxSpawn.uc +++ b/HGame/Classes/Misc/JewelBoxSpawn.uc @@ -6,7 +6,7 @@ class JewelBoxSpawn extends GenericSpawner; defaultproperties { - GoodieToSpawn=Class'Jellybean' + GoodieToSpawn(0)=Class'Jellybean' Snds=(Opening=Sound'HPSounds.General.spawner_jewel_box',Closing=None,Spawning=None) diff --git a/HGame/Classes/Misc/Knightspawn.uc b/HGame/Classes/Misc/Knightspawn.uc index 615fc975..82ba4895 100644 --- a/HGame/Classes/Misc/Knightspawn.uc +++ b/HGame/Classes/Misc/Knightspawn.uc @@ -6,7 +6,7 @@ class Knightspawn extends GenericSpawner; defaultproperties { - GoodieToSpawn=Class'Jellybean' + GoodieToSpawn(0)=Class'Jellybean' Snds=(Opening=Sound'HPSounds.General.knight_hit',Closing=None,Spawning=None) diff --git a/HGame/Classes/Misc/MucusSpawn.uc b/HGame/Classes/Misc/MucusSpawn.uc index 07e19afc..6c88129b 100644 --- a/HGame/Classes/Misc/MucusSpawn.uc +++ b/HGame/Classes/Misc/MucusSpawn.uc @@ -6,7 +6,7 @@ class MucusSpawn extends GenericSpawner; defaultproperties { - GoodieToSpawn=Class'FlobberwormMucus' + GoodieToSpawn(0)=Class'FlobberwormMucus' Snds=(Opening=None,Closing=None,Spawning=Sound'HPSounds.hub1_sfx.vase_breaking') diff --git a/HGame/Classes/Misc/MusicBoxSpawn.uc b/HGame/Classes/Misc/MusicBoxSpawn.uc index fcac0367..fc1cdc45 100644 --- a/HGame/Classes/Misc/MusicBoxSpawn.uc +++ b/HGame/Classes/Misc/MusicBoxSpawn.uc @@ -6,7 +6,7 @@ class MusicBoxSpawn extends GenericSpawner; defaultproperties { - GoodieToSpawn=Class'Jellybean' + GoodieToSpawn(0)=Class'Jellybean' Snds=(Opening=Sound'HPSounds.General.spawner_music_box',Closing=None,Spawning=None) diff --git a/HGame/Classes/Misc/OilCanSpawn.uc b/HGame/Classes/Misc/OilCanSpawn.uc index 23a33505..ce24ef3d 100644 --- a/HGame/Classes/Misc/OilCanSpawn.uc +++ b/HGame/Classes/Misc/OilCanSpawn.uc @@ -6,7 +6,7 @@ class OilCanSpawn extends GenericSpawner; defaultproperties { - GoodieToSpawn=Class'Jellybean' + GoodieToSpawn(0)=Class'Jellybean' Snds=(Opening=Sound'HPSounds.General.spawner_oil_can',Closing=None,Spawning=None) diff --git a/HGame/Classes/Misc/PlantPotSpawn.uc b/HGame/Classes/Misc/PlantPotSpawn.uc index 96c3496a..887586bd 100644 --- a/HGame/Classes/Misc/PlantPotSpawn.uc +++ b/HGame/Classes/Misc/PlantPotSpawn.uc @@ -6,7 +6,7 @@ class PlantPotSpawn extends GenericSpawner; defaultproperties { - GoodieToSpawn=Class'Jellybean' + GoodieToSpawn(0)=Class'Jellybean' Snds=(Opening=Sound'HPSounds.General.spawner_plant_pot',Closing=None,Spawning=None) diff --git a/HGame/Classes/Props/ArmTorchWithFire.uc b/HGame/Classes/Props/ArmTorchWithFire.uc index 5c11aa99..5ee3dfa2 100644 --- a/HGame/Classes/Props/ArmTorchWithFire.uc +++ b/HGame/Classes/Props/ArmTorchWithFire.uc @@ -8,7 +8,7 @@ defaultproperties { attachedParticleClass(0)=Class'HPParticle.FireHP2' - attachedParticleOffset=(X=-18.00,Y=-4.00,Z=14.00) + attachedParticleOffset(0)=(X=-18.00,Y=-4.00,Z=14.00) AmbientSound=Sound'HPSounds.General.torch01' diff --git a/HGame/Classes/Props/ArmTorch_Sepia.uc b/HGame/Classes/Props/ArmTorch_Sepia.uc index 2b34ee1d..43a31985 100644 --- a/HGame/Classes/Props/ArmTorch_Sepia.uc +++ b/HGame/Classes/Props/ArmTorch_Sepia.uc @@ -8,7 +8,7 @@ defaultproperties { attachedParticleClass(0)=Class'HPParticle.FireHP2Sepia' - attachedParticleOffset=(X=-18.00,Y=-4.00,Z=14.00) + attachedParticleOffset(0)=(X=-18.00,Y=-4.00,Z=14.00) Mesh=SkeletalMesh'HProps.skArmTorchSepiaMesh' diff --git a/HGame/Classes/Props/Boomslang.uc b/HGame/Classes/Props/Boomslang.uc index 7237207b..e571f16c 100644 --- a/HGame/Classes/Props/Boomslang.uc +++ b/HGame/Classes/Props/Boomslang.uc @@ -31,7 +31,7 @@ defaultproperties attachedParticleClass(0)=Class'HPParticle.BoomslangFX' - attachedParticleOffset=(X=0.00,Y=0.00,Z=20.00) + attachedParticleOffset(0)=(X=0.00,Y=0.00,Z=20.00) // Physics=1 Physics=PHYS_Walking diff --git a/HGame/Classes/Props/HogFrontTorch_WithFlame.uc b/HGame/Classes/Props/HogFrontTorch_WithFlame.uc index eb9a0d73..28a3a292 100644 --- a/HGame/Classes/Props/HogFrontTorch_WithFlame.uc +++ b/HGame/Classes/Props/HogFrontTorch_WithFlame.uc @@ -8,7 +8,7 @@ defaultproperties { attachedParticleClass(0)=Class'HPParticle.FireHP2_bigtorch1' - attachedParticleOffset=(X=0.00,Y=15.00,Z=7.00) + attachedParticleOffset(0)=(X=0.00,Y=15.00,Z=7.00) AmbientSound=Sound'HPSounds.General.torch01' diff --git a/HGame/Classes/Quidditch/QuidditchCrowd.uc b/HGame/Classes/Quidditch/QuidditchCrowd.uc index 088fccac..6f05e4f1 100644 --- a/HGame/Classes/Quidditch/QuidditchCrowd.uc +++ b/HGame/Classes/Quidditch/QuidditchCrowd.uc @@ -144,11 +144,11 @@ defaultproperties BooSounds(2)=Sound'HPSounds.Quidditch_sfx.SS_QUID_boo_short_01' - BooLongSounds=Sound'HPSounds.Quidditch_sfx.SS_QUID_boo_long_01' + BooLongSounds(0)=Sound'HPSounds.Quidditch_sfx.SS_QUID_boo_long_01' - CoaxSounds=Sound'HPSounds.Quidditch_sfx.SS_QUID_Crowd_yeah_lp_01' + CoaxSounds(0)=Sound'HPSounds.Quidditch_sfx.SS_QUID_Crowd_yeah_lp_01' - AwSounds=Sound'HPSounds.Quidditch_sfx.SS_QUID_Crowd_Aah_02' + AwSounds(0)=Sound'HPSounds.Quidditch_sfx.SS_QUID_Crowd_Aah_02' AmbientSound=Sound'HPSounds.Quidditch_sfx.AMB_crowd_loop1' diff --git a/HGame/Classes/Quidditch/Snitch.uc b/HGame/Classes/Quidditch/Snitch.uc index 077190ce..96817162 100644 --- a/HGame/Classes/Quidditch/Snitch.uc +++ b/HGame/Classes/Quidditch/Snitch.uc @@ -355,7 +355,7 @@ defaultproperties TrailAltColorEndBase=(R=255,G=0,B=0,A=0) - Path=IPSnitch + Path(0)=IPSnitch fSpeedChangeFirstTime=240.00 diff --git a/HGame/Classes/baseDialog.uc b/HGame/Classes/baseDialog.uc index ef38a68d..d026eba9 100644 --- a/HGame/Classes/baseDialog.uc +++ b/HGame/Classes/baseDialog.uc @@ -79,9 +79,9 @@ defaultproperties { NumLines=1 - lineIDs="TUT1_DUMINTRO_1" + lineIDs(0)="TUT1_DUMINTRO_1" - lineText="Welcome to Hogwarts, the school for Witches and Wizards. I am Albus Dumbledore, your Headmaster." + lineText(0)="Welcome to Hogwarts, the school for Witches and Wizards. I am Albus Dumbledore, your Headmaster." LanguageName="base"