Go to file
2022-01-20 16:42:30 +04:00
sources mean husk uses same fixes as nice husk 2022-01-20 00:36:13 +04:00
README.md bat file added 2022-01-20 16:42:30 +04:00

NicePack

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: http://www.insultplayers.ru/killingfloor/downloads/nicepack/NiceBundle.zip

Build Info

N.B. NiceNameHack is required for scrn testmap only!

EditPackages=ServerPerks
EditPackages=ServerPerksMut
EditPackages=ScrnSP
EditPackages=ScrnBalanceSrv
EditPackages=ScrnWeaponPack
EditPackages=ScrnHTec
EditPackages=ScrnHMG
EditPackages=ScrnZedPack
EditPackages=NicePack
EditPackages=NiceNameHack

You can use this batch file for basic compilation:

@echo off
rd /s /q "C:\Program Files (x86)\Steam\steamapps\common\KillingFloor\AcediaCore\Classes"
md "C:\Program Files (x86)\Steam\steamapps\common\KillingFloor\AcediaCore\Classes\"
for /r "C:\Users\dkanu\OneDrive\Documents\Programming projects\Killing floor\Acedia\projects\AcediaCore" %%a in (*.uc) do copy /y "%%a" "C:\Program Files (x86)\Steam\steamapps\common\KillingFloor\AcediaCore\Classes"
del "C:\Program Files (x86)\Steam\steamapps\common\KillingFloor\System\AcediaCore.u"
"C:\Program Files (x86)\Steam\steamapps\common\KillingFloor\System\UCC.exe" make
del "C:\Program Files (x86)\Steam\steamapps\common\KillingFloor\System\steam_appid.txt"
copy "C:\Program Files (x86)\Steam\steamapps\common\KillingFloor\System\AcediaCore.ucl" "D:\Servers\kf_server\System"
copy "C:\Program Files (x86)\Steam\steamapps\common\KillingFloor\System\AcediaCore.u" "D:\Servers\kf_server\System"
pause