Skip to content
This repository was archived by the owner on Jun 28, 2025. It is now read-only.

GenZmeY/KF2-Server-Extension

 
 

Repository files navigation

Server Extension

Banner

Steam Workshop Steam Downloads Steam Favorites GitHub tag (latest by date) GitHub

Description

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.

Usage & Setup

See steam workshop page

Build

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.

  1. Install Killing Floor 2, Killing Floor 2 - SDK and git for windows
  2. open git-bash and go to any folder where you want to store sources:
    cd <ANY_FOLDER_YOU_WANT>
  3. Clone this repository and its dependencies:
    git clone --recurse-submodules https://github.com/GenZmeY/KF2-Server-Extension
  4. Go to the source folder:
    cd KF2-Server-Extension
  5. Compile:
    ./tools/builder -c
    The compiled files will be here:
    %USERPROFILE%\Documents\My Games\KillingFloor2\KFGame\Unpublished
  6. (Optional) Brew:
    ./tools/builder -b
    The brewed files will be here:
    %USERPROFILE%\Documents\My Games\KillingFloor2\KFGame\Published
  7. (Optional) Upload to your steam workshop:
    ./tools/builder -u

Contributors and Credits

ServerExt Contributors

Developers:

Translators:

Other Credits:

Status: Completed

  • 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.

Mirrors

License

GPL-3.0-or-later

license

About

Further development of the ServerExt mutator from Marco and Forrest Mark X.

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • UnrealScript 100.0%