update build tools
This commit is contained in:
parent
4cdbf18761
commit
5fd2af5f59
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
*.psd
|
||||
/ignore
|
@ -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'
|
||||
|
@ -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'
|
||||
|
@ -5,6 +5,6 @@ protected function SpecialCringeEffectsfor (Actor Victim, float VictimDist)
|
||||
return;
|
||||
}
|
||||
|
||||
DefaultProperties
|
||||
defaultproperties
|
||||
{
|
||||
}
|
@ -29,6 +29,6 @@ function UpdateGrenades()
|
||||
}
|
||||
}
|
||||
|
||||
DefaultProperties
|
||||
defaultproperties
|
||||
{
|
||||
}
|
@ -86,6 +86,6 @@ simulated function SetWeaponGroupList(out array<KFWeapon> WeaponList, byte Group
|
||||
SetWeaponList(DataProvider, GroupIndex);
|
||||
}
|
||||
|
||||
DefaultProperties
|
||||
defaultproperties
|
||||
{
|
||||
}
|
@ -45,6 +45,6 @@ function PlayAnimation()
|
||||
}
|
||||
}
|
||||
|
||||
DefaultProperties
|
||||
defaultproperties
|
||||
{
|
||||
}
|
@ -5,7 +5,7 @@ function SpawnProjectileShield()
|
||||
return;
|
||||
}
|
||||
|
||||
DefaultProperties
|
||||
defaultproperties
|
||||
{
|
||||
ExplosionActorClass=class'ExtExplosion_SirenScream'
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
class ExtWeapDef_9mm extends KFWeapDef_9mm
|
||||
abstract;
|
||||
|
||||
DefaultProperties
|
||||
defaultproperties
|
||||
{
|
||||
// Set free ammo
|
||||
AmmoPricePerMag=0
|
||||
|
@ -1,7 +1,7 @@
|
||||
class ExtWeapDef_MedicPistol extends KFWeapDef_MedicPistol
|
||||
abstract;
|
||||
|
||||
DefaultProperties
|
||||
defaultproperties
|
||||
{
|
||||
// Unsellable weapon
|
||||
BuyPrice=0
|
||||
|
@ -77,6 +77,6 @@ function GFxObject RefreshSlot(int SlotIndex, KFPlayerReplicationInfo KFPRI)
|
||||
return PlayerInfoObject;
|
||||
}
|
||||
|
||||
DefaultProperties
|
||||
defaultproperties
|
||||
{
|
||||
}
|
||||
|
@ -156,6 +156,6 @@ RecheckOwner:
|
||||
Goto('Begin');
|
||||
}
|
||||
|
||||
DefaultProperties
|
||||
defaultproperties
|
||||
{
|
||||
}
|
@ -9,7 +9,7 @@ function SpecialMoveEnded(Name PrevMove, Name NextMove)
|
||||
{
|
||||
}
|
||||
|
||||
DefaultProperties
|
||||
defaultproperties
|
||||
{
|
||||
Handle=KFSM_Taunt
|
||||
bDisableMovement=true
|
||||
|
@ -194,7 +194,7 @@ simulated function Destroyed()
|
||||
}
|
||||
}
|
||||
|
||||
DefaultProperties
|
||||
defaultproperties
|
||||
{
|
||||
InteractionIndex=IMT_ReceiveAmmo
|
||||
RemoteRole=ROLE_SimulatedProxy
|
||||
|
@ -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
2
tools
@ -1 +1 @@
|
||||
Subproject commit 2f173aad7a6f4578574764801136a0d86e830653
|
||||
Subproject commit cd658d9af958a46be3d46679dde4e3af6109c59e
|
Loading…
x
Reference in New Issue
Block a user