hardcode removed / husk proj fix

This commit is contained in:
Shtoyan 2022-01-21 14:25:59 +04:00
commit 31a99d413b
653 changed files with 1294 additions and 1272 deletions

View file

@ -15,7 +15,7 @@ defaultproperties
bIsProjectile=True
HeadShotDamageMult=2.250000
bSniperWeapon=True
WeaponClass=Class'NicePack.NiceM14EBRBattleRifle'
WeaponClass=class'NiceM14EBRBattleRifle'
DeathString="%k killed %o (M14 EBR)."
FemaleSuicide="%o shot herself in the foot."
MaleSuicide="%o shot himself in the foot."

View file

@ -2,11 +2,11 @@ class NiceM14EBRAmmo extends NiceAmmo;
#EXEC OBJ LOAD FILE=KillingFloorHUD.utx
defaultproperties
{
WeaponPickupClass=Class'NicePack.NiceM14EBRPickup'
WeaponPickupClass=class'NiceM14EBRPickup'
AmmoPickupAmount=20
MaxAmmo=160
InitialAmount=40
PickupClass=Class'NicePack.NiceM14EBRAmmoPickup'
PickupClass=class'NiceM14EBRAmmoPickup'
IconMaterial=Texture'KillingFloorHUD.Generic.HUD'
IconCoords=(X1=336,Y1=82,X2=382,Y2=125)
ItemName="M14EBR bullets"

View file

@ -2,7 +2,7 @@ class NiceM14EBRAmmoPickup extends NiceAmmoPickup;
defaultproperties
{
AmmoAmount=20
InventoryType=Class'NicePack.NiceM14EBRAmmo'
InventoryType=class'NiceM14EBRAmmo'
PickupMessage="Rounds 7.62x51mm"
StaticMesh=StaticMesh'KillingFloorStatics.L85Ammo'
}

View file

@ -27,7 +27,7 @@ defaultproperties
SelectedHudImageRef="KillingFloor2HUD.WeaponSelect.M14"
PlayerIronSightFOV=60.000000
ZoomedDisplayFOV=45.000000
FireModeClass(0)=Class'NicePack.NiceM14EBRFire'
FireModeClass(0)=class'NiceM14EBRFire'
FireModeClass(1)=Class'KFMod.NoFire'
PutDownAnim="PutDown"
SelectForce="SwitchToAssaultRifle"
@ -42,10 +42,10 @@ defaultproperties
CustomCrossHairTextureName="Crosshairs.HUD.Crosshair_Cross5"
InventoryGroup=4
GroupOffset=5
PickupClass=Class'NicePack.NiceM14EBRPickup'
PickupClass=class'NiceM14EBRPickup'
PlayerViewOffset=(X=25.000000,Y=17.000000,Z=-8.000000)
BobDamping=6.000000
AttachmentClass=Class'NicePack.NiceM14EBRAttachment'
AttachmentClass=class'NiceM14EBRAttachment'
IconCoords=(X1=245,Y1=39,X2=329,Y2=79)
ItemName="M14 EBR"
TransientSoundVolume=1.250000

View file

@ -12,7 +12,7 @@ defaultproperties
FireSoundRef="KF_M14EBRSnd.M14EBR_Fire"
StereoFireSoundRef="KF_M14EBRSnd.M14EBR_FireST"
NoAmmoSoundRef="KF_M14EBRSnd.M14EBR_DryFire"
DamageType=Class'NicePack.NiceDamTypeM14EBR'
DamageType=class'NiceDamTypeM14EBR'
DamageMin=120
DamageMax=120
Momentum=9500.000000
@ -23,7 +23,7 @@ defaultproperties
TweenTime=0.025000
FireForce="AssaultRifleFire"
FireRate=0.250000
AmmoClass=Class'NicePack.NiceM14EBRAmmo'
AmmoClass=class'NiceM14EBRAmmo'
ShakeRotMag=(X=50.000000,Y=50.000000,Z=300.000000)
ShakeRotRate=(X=7500.000000,Y=7500.000000,Z=7500.000000)
ShakeRotTime=0.650000

View file

@ -15,7 +15,7 @@ defaultproperties
AmmoMesh=StaticMesh'KillingFloorStatics.L85Ammo'
CorrespondingPerkIndex=3
EquipmentCategoryID=3
InventoryType=Class'NicePack.NiceM14EBRBattleRifle'
InventoryType=class'NiceM14EBRBattleRifle'
PickupMessage="You got the M14 EBR"
PickupSound=Sound'KF_M14EBRSnd.M14EBR_Pickup'
PickupForce="AssaultRiflePickup"