Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/th3-z/kf2-autokick
Automatically kick players from Killing Floor 2 servers
https://github.com/th3-z/kf2-autokick
javascript kf2 killingfloor2 tampermonkey violentmonkey
Last synced: about 1 month ago
JSON representation
Automatically kick players from Killing Floor 2 servers
- Host: GitHub
- URL: https://github.com/th3-z/kf2-autokick
- Owner: th3-z
- License: mit
- Archived: true
- Created: 2020-01-10T11:33:09.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-11T14:56:39.000Z (almost 5 years ago)
- Last Synced: 2024-09-26T16:22:18.547Z (about 2 months ago)
- Topics: javascript, kf2, killingfloor2, tampermonkey, violentmonkey
- Language: HTML
- Homepage:
- Size: 48.8 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
KF2 Autokick
============A Violentmonkey userscript for Killing Floor 2 server that automatically kicks
players based on their perk or level. This modification does not affect the
server's ranked status.Originally authored by [pedr0](https://forums.tripwireinteractive.com/forum/killing-floor-2/killing-floor-2-modifications/general-modding-discussion-ad/beta-mod-releases/115511-webadmin-auto-kick-players-by-perk-level), with additional contributions from [BEROCHLU](https://github.com/BEROCHLU/kf2-autokick-level-and-perk).
## Installation
These instructions are for Violentmonkey but this userscript should also be
compatible with other userscript addons such as Tampermonkey.### Userscript setup
1. Install Violentmonkey for [FireFox](https://addons.mozilla.org/ja/firefox/addon/violentmonkey/)
or [Chrome](https://chrome.google.com/webstore/detail/violentmonkey/jinjaccalgkegednnccohejagnlnfdag).
2. Open Violentmonkey's dashboard :gear:.
3. Open the settings tab.
4. Click 'Import from zip' and open `kf2-autokick-2.1.0.zip`.### Server setup
1. Using a file browser, navigation to your Killing Floor 2 server install
location.
2. Extract `kf2-autokick-2.1.0.zip` somewhere convenient.
2. Merge the provided `ServerAdmin` folder from `kf2-autokick-2.1.0.zip` with
`kf2-server\KFGame\Web\ServerAdmin`.
3. Restart your Killing Floor 2 server.## Running
1. Launch your Killing Floor 2 server.
2. Open your web browser with the userscript installed.
3. Navigate to the webadmin panel (default: http://localhost:8080).A visible '1' on Violentmonkey's widget indicates the script is running. The
script will be active so long as you are logged into the webadmin panel, it
does not matter which page you are on.## Configuration
1. Navigate to the webadmin panel (default: http://localhost:8080)
2. Open the 'Management Console' tab
2. Adjust the level and perk autokick settings as required, the new settings will apply after a few seconds.Settings are stored per-server so multiple servers can be managed
independently.## Changes since pedr0's release
* Fix issue with kicking players with multibyte chars in their name
* No longer have to keep the 'autokick' page open