This mod replaces current perk system in Killing Floor 2 with a server-side perk progression with RPG elements, which let you buy individual stats and traits.
This is a further development of the ServerExt mutator from Marco and Forrest Mark X.
Note: If you want to build/brew/publish/test a mutator without git-bash and external scripts, follow these instructions instead of what is described here.
- Install Killing Floor 2, Killing Floor 2 - SDK and git for windows
- open git-bash and go to any folder where you want to store sources:
cd <ANY_FOLDER_YOU_WANT>
- Clone this repository and its dependencies:
git clone --recurse-submodules https://github.com/GenZmeY/KF2-Server-Extension
- Go to the source folder:
cd KF2-Server-Extension
- Compile:
./tools/builder -c
The compiled files will be here:
%USERPROFILE%\Documents\My Games\KillingFloor2\KFGame\Unpublished
- (Optional) Brew:
./tools/builder -b
The brewed files will be here:
%USERPROFILE%\Documents\My Games\KillingFloor2\KFGame\Published
- (Optional) Upload to your steam workshop:
./tools/builder -u
Developers:
Translators:
- GenZmeY - Russian [RUS]
- MilkTeaFox - Traditional Chinese [CHT]
- あさぴっぴ1020 - Japanese [JPN]
- Jason Voorehes - Spanish [ESN]
- 小曦曦 - Simplified Chinese [CHN]
Other Credits:
- Cloud - Help with instructions for solving the issue of missing configs
- The cat on the cover is Meawbin (original character by Cotton Valent).
- The mutator works with the current version of the game (v1150) and I have implemented everything I planned.
- Development has stopped: I no longer have the time or motivation to maintain this mod. No further updates or bug fixes are planned.
GPL-3.0-or-later