Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theengineertcr/KFAdvZeds
Gives zeds additional abilities per difficulty level.
https://github.com/theengineertcr/KFAdvZeds
greylisted killing-floor mutator unrealscript
Last synced: 4 months ago
JSON representation
Gives zeds additional abilities per difficulty level.
- Host: GitHub
- URL: https://github.com/theengineertcr/KFAdvZeds
- Owner: theengineertcr
- License: gpl-3.0
- Created: 2023-07-29T23:17:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-26T19:13:26.000Z (about 1 year ago)
- Last Synced: 2024-07-30T20:58:48.546Z (6 months ago)
- Topics: greylisted, killing-floor, mutator, unrealscript
- Language: UnrealScript
- Homepage:
- Size: 246 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Killing Floor: Advanced Zeds
[![GitHub all releases](https://img.shields.io/github/downloads/theengineertcr/KFAdvZeds/total)](https://github.com/theengineertcr/KFAdvZeds/releases)
A Killing Floor modification that enhances enemies base abilities and gives them additional abilities per difficulty level.
## Installation & Usage
For Singleplayer: Enable the `Advanced Zeds` mutator and adjust settings to your liking if you are not comfortable with the defaults. Select a map, game and difficulty, and start the game when ready.
For Server Owners: Enable the `Advanced Zeds` mutator by adding the package name following the mutator name into your server's batch script listed below.
```unrealscript
KFAdvZeds.AdvZedsMut
```## Documentation
Check out upcoming features in the [**Features**](Docs/FEATURES.MD) document. Changelog will be available upon stable release.
### Monster list / Summon codes
```unrealscript
KFAdvZeds.AdvZombieHusk_S
KFAdvZeds.AdvZombieStalker_S
```## Building and Dependancies
- Download and install the mod (for asset files).
- Use [KF Compile Tool](https://github.com/InsultingPros/KFCompileTool) for easy compilation.```ini
EditPackages=KFAdvZeds
```