Use non-whitelisted mutators and stay ranked
Go to file
2022-09-15 16:39:32 +03:00
PublicationContent update description 2022-09-15 16:39:32 +03:00
SML fix config and upkg name 2022-09-15 11:36:17 +03:00
tools@88b35bd7eb update build tools 2022-09-15 05:11:35 +03:00
.gitignore prototype 2022-09-02 15:54:10 +03:00
.gitmodules prototype 2022-09-02 15:54:10 +03:00
builder.cfg add docs 2022-09-15 16:12:47 +03:00
LICENSE Initial commit 2022-08-31 20:16:53 +03:00
README.md add docs 2022-09-15 16:12:47 +03:00

KF2-SafeMutLoader

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

Description

Use non-whitelisted mutators and stay ranked

Usage

?Mutator=SML.Mut,AAL.AALMut,YAS.YASMut,CTI.CTIMut,CVC.CVCMut,ZedSpawner.ZedSpawnerMut

(replace the map and add/remove compatible mutators you need)

SML must be first in the mutators list or it won't work.
SML is a server-side mutator, clients never download it. Therefore, no one will know about SML if you dont tell yourself. You can also accidentally give it to the whole world if you use a redirect and share the folder where it's located. Be careful about this.

Build

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.

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

License

GNU GPLv3