Skip to content

Commit

Permalink
[release] v2.0b Public Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Vel-San committed Aug 2, 2020
1 parent 3e3acc0 commit ed82608
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions KFWeaponStatConfig/Classes/KFWeaponStatConfig.uc
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,8 @@ simulated function GetServerVars(){
static function FillPlayInfo(PlayInfo PlayInfo)
{
Super.FillPlayInfo(PlayInfo);

// Options
PlayInfo.AddSetting("KFWeaponStatConfig", "bEnableSharp", "Enable Changes for SharpShooter Weapons", 0, 0, "check");
PlayInfo.AddSetting("KFWeaponStatConfig", "bEnableMedic", "Enable Changes for Field Medic Weapons", 0, 0, "check");

Expand Down
8 changes: 4 additions & 4 deletions Steam_WorkShop_Description/Workshop-Text
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ This mutator allows you to configure:
- Magazine Size
- Reload Speed
- Reload Animation Speed
- Fire Rate
- Fire Rate
- Fire Rate Animation speed

Of any Killing Floor Standard weapon!
Of any Killing Floor Standard weapon!

Currently, only SS (SharpShooter) weapons are supported. This mutator will grow to support all other perk and off-perk weapons whenever i have time to update it!
Currently, only SS (SharpShooter) and Medic weapons are supported. This mutator will grow to support all other perk and off-perk weapons whenever i have time to update it!


[b][u]Features that will be added[/u][/b]
Expand Down Expand Up @@ -47,7 +47,7 @@ You Tell Me.

[b][u]Manual Download Links (Recommended)[/u][/b]

You can find it under 'Not Whitelisted' folder named 'KF-WeaponStatConfig-v1.0b'
You can find it under 'Not Whitelisted' folder named 'KF-WeaponStatConfig-v2.0b'

MEGA Link: https://mega DOT nz/folder/YDoEmKiC#s6FGAtgh40-TvB4bHsLaMQ

Expand Down

0 comments on commit ed82608

Please sign in to comment.