update build tools

This commit is contained in:
GenZmeY 2022-09-02 16:08:18 +03:00
parent 4cdbf18761
commit 5fd2af5f59
16 changed files with 25 additions and 14 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
*.psd
/ignore

View File

@ -2,7 +2,7 @@ class ExtDT_Ballistic_9mm extends KFDT_Ballistic_9mm
abstract
hidedropdown;
DefaultProperties
defaultproperties
{
ModifierPerkList(0) = class'KFPerk_Sharpshooter'
ModifierPerkList(1) = class'KFPerk_Gunslinger'

View File

@ -2,7 +2,7 @@ class ExtDT_Ballistic_Pistol_Medic extends KFDT_Ballistic_Pistol_Medic
abstract
hidedropdown;
DefaultProperties
defaultproperties
{
ModifierPerkList(0) = class'KFPerk_Sharpshooter'
ModifierPerkList(1) = class'KFPerk_Gunslinger'

View File

@ -5,6 +5,6 @@ protected function SpecialCringeEffectsfor (Actor Victim, float VictimDist)
return;
}
DefaultProperties
defaultproperties
{
}

View File

@ -29,6 +29,6 @@ function UpdateGrenades()
}
}
DefaultProperties
defaultproperties
{
}

View File

@ -86,6 +86,6 @@ simulated function SetWeaponGroupList(out array<KFWeapon> WeaponList, byte Group
SetWeaponList(DataProvider, GroupIndex);
}
DefaultProperties
defaultproperties
{
}

View File

@ -45,6 +45,6 @@ function PlayAnimation()
}
}
DefaultProperties
defaultproperties
{
}

View File

@ -5,7 +5,7 @@ function SpawnProjectileShield()
return;
}
DefaultProperties
defaultproperties
{
ExplosionActorClass=class'ExtExplosion_SirenScream'

View File

@ -1,7 +1,7 @@
class ExtWeapDef_9mm extends KFWeapDef_9mm
abstract;
DefaultProperties
defaultproperties
{
// Set free ammo
AmmoPricePerMag=0

View File

@ -1,7 +1,7 @@
class ExtWeapDef_MedicPistol extends KFWeapDef_MedicPistol
abstract;
DefaultProperties
defaultproperties
{
// Unsellable weapon
BuyPrice=0

View File

@ -77,6 +77,6 @@ function GFxObject RefreshSlot(int SlotIndex, KFPlayerReplicationInfo KFPRI)
return PlayerInfoObject;
}
DefaultProperties
defaultproperties
{
}

View File

@ -156,6 +156,6 @@ RecheckOwner:
Goto('Begin');
}
DefaultProperties
defaultproperties
{
}

View File

@ -9,7 +9,7 @@ function SpecialMoveEnded(Name PrevMove, Name NextMove)
{
}
DefaultProperties
defaultproperties
{
Handle=KFSM_Taunt
bDisableMovement=true

View File

@ -194,7 +194,7 @@ simulated function Destroyed()
}
}
DefaultProperties
defaultproperties
{
InteractionIndex=IMT_ReceiveAmmo
RemoteRole=ROLE_SimulatedProxy

View File

@ -11,6 +11,15 @@ StripSource="True"
PackageBuildOrder="ServerExt ServerExtMut"
### Brew parameters ###
# Packages you want to brew using @peelz's patched KFEditor.
# Useful for cases where regular brew doesn't put *.upk inside the package.
# Specify them with a space as a separator,
# The order doesn't matter
PackagePeelzBrew=""
### Steam Workshop upload parameters ###
# Mutators that will be uploaded to the workshop

2
tools

@ -1 +1 @@
Subproject commit 2f173aad7a6f4578574764801136a0d86e830653
Subproject commit cd658d9af958a46be3d46679dde4e3af6109c59e