Further development of the ServerExt mutator from Marco and Forrest Mark X.
Go to file
2022-09-16 05:51:19 +03:00
.github Create issue_template.md 2017-10-26 09:39:47 -05:00
Localization add Spanish localization 2022-01-16 05:11:30 +03:00
PublicationContent update description 2022-08-30 08:50:36 +03:00
ServerExt update build tools 2022-09-02 16:08:18 +03:00
ServerExtMut/Classes remove unused config variable: bServerPerksMode 2022-07-12 19:36:33 +03:00
tools@0e821f3dbb update build tools 2022-09-16 05:51:19 +03:00
.gitignore update build tools 2022-09-02 16:08:18 +03:00
.gitmodules add new build system 2022-01-16 05:09:46 +03:00
builder.cfg update build tools 2022-09-02 16:08:18 +03:00
LICENSE Initial commit 2017-10-19 20:58:31 -05:00
README.md Update build tools 2022-03-03 20:48:02 +03:00

Steam Workshop Steam Subscriptions Steam Favorites Steam Update Date GitHub tag (latest by date) GitHub top language GitHub

ServerExt Contributors


This mod replaces current perk system in Killing Floor 2 with a serverside 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.

Features

  • RPG elements (traits and stats);
  • New menu system;
  • Scoreboard that supports unlimited playercount on server;
  • Supports custom characters and weapons;
  • Enhanced HUD feedback (kill/damage messages);
  • First person legs and backpack weapon;
  • Customizable experience for killing custom zeds;
  • DLC weapons are available for purchase from the trader;
  • Localization support.

The full changelog is available on steam workshop.


Note: If you want to build/test/brew/publish a mutator without git-bash and/or scripts, follow these instructions instead of what is described here.

Build

  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 ServerExt sources:
    cd <ANY_FOLDER_YOU_WANT>
  3. Clone this repository and go to the source folder:
    git clone https://github.com/GenZmeY/KF2-Server-Extension && cd KF2-Server-Extension
  4. Download ServerExt dependencies:
    git submodule init && git submodule update
  5. Compile ServerExt:
    ./tools/builder -c
  6. The compiled files will be here:
    C:\Users\<USERNAME>\Documents\My Games\KillingFloor2\KFGame\Unpublished\BrewedPC\Script\

Testing

Open git-bash in the ServerExt source folder and run command:
./tools/builder -t
(or ./tools/builder -ct if you haven't compiled the mutator yet)

A local single-user test will be launched with parameters from builder.cfg (edit this file if you want to test mutator with different parameters).

Using and configuring ServerExt

A detailed manual is available on the mod page in the steam workshop.

Publication in steam workshop

  1. Modify the publish files if necessary, they are in the PublicationContent:

description.txt
preview.png
tags.txt
title.txt

  1. Run this command in the source folder: ./tools/builder -cbu

Contributing

Participation is welcome!

Bug reports

If you find a bug, go to the issue page and check if there is a description of your bug. If not, create a new issue.
Describe what the bug looks like and how we can reproduce it.
Attach screenshots if you think it might help.

If it's a crash issue, be sure to include the Launch.log and Launch_2.log files. You can find them here:
C:\Users\<USERNAME>\Documents\My Games\KillingFloor2\KFGame\Logs\
Please note that these files are overwritten every time you start the game/server. Therefore, you must take these files immediately after the game crashes in order not to lose information.

Localization

The mutator supports localization and you can help translate it into other languages.
It does not require any special knowledge or programming skills, so you just need to know the language into which you will translate.
Here's a quick guide on how to do it: localization guide

Contribute code

You can help improve ServerExt by fixing bugs and adding new features.
Before making a pull request, make sure that:

  1. Your code is working correctly.
  2. Your code does not break existing features.

In the description of the pull request, describe the changes you made.

License

GNU GPLv3


Note about the banner:
The cat in the picture is meowbin. And Cotton Valent is the artist who designed and painted this magnificent cat.