From 5c3c1b528a77cb77f71ee3d4dcacdaf84f8a98dc Mon Sep 17 00:00:00 2001 From: Shtoyan Date: Thu, 20 Jan 2022 18:41:02 +0400 Subject: [PATCH] added default config file --- Configs/NicePack.ini | 54 ++++++++++++++++++++++++++++ Docs/Compile Scripts/Compilation.bat | 2 +- README.md | 6 +++- 3 files changed, 60 insertions(+), 2 deletions(-) create mode 100644 Configs/NicePack.ini diff --git a/Configs/NicePack.ini b/Configs/NicePack.ini new file mode 100644 index 0000000..0f17c7e --- /dev/null +++ b/Configs/NicePack.ini @@ -0,0 +1,54 @@ +[NicePack.NicePack] +bScaleZedHealth=True +bReplacePickups=True +bInitialTrader=True +bStillDuringInitTrader=False +initialTraderTime=10 +bUseProgresiveCash=True +startupCashBeg=500 +startupCashNormal=500 +startupCashHard=500 +startupCashSui=400 +startupCashHOE=400 +waveCashBeg=350 +waveCashNormal=300 +waveCashHard=200 +waveCashSui=150 +waveCashHOE=150 +bConvertExp=True +vetFieldMedicExpCost=2.000000 +vetFieldMedicDmgExpCost=0.025000 +vetSharpHeadshotExpCost=10.000000 +vetSupportDamageExpCost=0.050000 +vetCommandoDamageExpCost=0.050000 +vetDemoDamageExpCost=0.050000 +vetZerkDamageExpCost=0.050000 +vetHeavyMGDamageExpCost=0.050000 +vetGunslingerKillExpCost=20.000000 +bAlwaysAllowSkillChange=False +minSpawnRate=0.200000 +maxSpawnRate=0.200000 +minimalSpawnDistance=1200 +bOneFFIncOnly=False +bNoLateFFIncrease=True +bReplaceCrawler=True +bReplaceStalker=True +bReplaceClot=True +bReplaceGorefast=True +bReplaceBloat=True +bReplaceSiren=True +bReplaceHusk=True +bReplaceScrake=True +bReplaceFleshpound=True +lateMultiplier=0.500000 +BigZedMinHealth=1000 +MediumZedMinHealth=500 +waveCash=800 +waveCash=750 +waveCash=600 +waveCash=500 +waveCash=450 +waveCash=350 +waveCash=250 +waveCash=100000 + diff --git a/Docs/Compile Scripts/Compilation.bat b/Docs/Compile Scripts/Compilation.bat index beee2f8..84dee26 100644 --- a/Docs/Compile Scripts/Compilation.bat +++ b/Docs/Compile Scripts/Compilation.bat @@ -2,7 +2,7 @@ Title=Compilation set PACKAGE="NicePack" -@REM set SOURCES="C:\Users\Shtoyan\Documents\NicePack" +@REM set SOURCES="D:\Games\SteamLibrary\steamapps\common\KillingFloor\NicePack" set SOURCES="C:\Users\dkanu\OneDrive\Documents\Programming projects\Killing floor\NicePack\project" set DIR_COMPILE="C:\Program Files (x86)\Steam\steamapps\common\KillingFloor" diff --git a/README.md b/README.md index 9d610e7..4ce1668 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,11 @@ This repo contains sources for the last public NicePack release. It is a haphazard bunch of changes that were made to customize ScrN for ourselves. It is unfinished, but due to some reasons I don't want to release it publicly anymore. -The link to the compiled NicePack, along with all necessary files, is here: +The link to the compiled NicePack, along with all necessary files, is here: + +## Config Files + +Only 1 file atm: [NicePack.ini](Configs/NicePack.ini) ## Changelog