This repository has been archived on 2022-08-08. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Anton Tarasenko fac38e5a9c Change FixInventoryAbuse behavior
Changes behavior of `FixInventoryAbuse` on weight limit violation.
Instead of destroying all weapons in the inventory of abuser,
it drops them on the ground.

This change is mainly caused by game behavior that allows
regular players to accidental break weight limits.
2020-03-22 19:23:57 +07:00
config Reformat config file for better readability 2020-02-19 02:11:20 +07:00
sources Change FixInventoryAbuse behavior 2020-03-22 19:23:57 +07:00
CHANGELOG.md Fix typo in changelog 2020-02-19 02:28:12 +07:00
gpl-3.0.txt First commit 2020-02-16 19:41:27 +07:00
README.md Document whitelist status in readme 2020-02-19 02:29:00 +07:00

Acedia

Acedia is a mod for the game Killing Floor that aims to provide powerful means to configure and customize every aspect of gameplay, while affecting game as little as possible for the chosen changes. Ideally, when server admin disables every single feature of Acedia it would do nothing at all.

The project is in it's early stage and right now is focused on fixing a baggage of bugs and exploits that base Killing Floor game has. Currently it functions as a server-side only mutator that doesn't break server's whitelist status.

Installation

  1. Drop Acedia files into System\ directory of your server.
  2. Add Acedia.StartUp to the list of server actors in your KillingFloor.ini. Do not manually add Acedia.Acedia mutator.
  3. [Optionally] Pick which features to use by changing autoEnabled setting for each of them.