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

GenZmeY/KF2-SafeMutLoader

Repository files navigation

Safe Mut Loader

Downloads GitHub tag (latest by date) GitHub

Description

Use non-whitelisted mutators and stay ranked.

Legal

Safe Mut Loader is legal and does not violate the KF2 EULA. Here's why in detail: LEGAL.md.
However, for some reason SML is getting banned in the steam workshop, so use it at your own risk.

Usage

  1. Add SML to your server. There are two ways:
  • without workshop: download SML.u from releases and put it to KFGame/BrewedPC
  • with workshop: Use the instructions below to build the SML and upload it to your workshop, then subscribe your server to SML
  1. Add SML.Mut first to your list of mutators, example:
?Mutator=SML.Mut,FriendlyHUD.FriendlyHUDMutator,YAS.Mut,CTI.Mut,CVC.Mut,AAL.Mut

(add/remove compatible mutators you need)

⚠️ Doesn't work in single player
⚠️ SML must be first in the mutators list or it won't work.
⚠️ SML only has an effect when compatible mutators are used. If you use incompatible mutators you will lose ranked status.
⚠️ SML is a server-side mutator, clients never download it. No one will know about you using SML if you don’t tell yourself.
⚠️ SML is incompatible with AccessPlus and other mods based on it. If you need something from there, implement it as an SML compatible mutator using developer guide.

Compatible mutators

See compatible mutators list

Making SML-compatible mutators

See developer guide

Build & Upload

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-SafeMutLoader
  4. Go to the source folder:
    cd KF2-SafeMutLoader
  5. Build and upload to steam workshop:
    ./tools/builder -cbu
  6. Find SafeMutLoader in your workshop and change Visibility to Unlisted so your server can download it (don't use Public visibility)

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

Use non-whitelisted mutators and stay ranked

Topics

Resources

License

Stars

Watchers

Forks