https://github.com/InsultingPros/KFStoryExt
A useful package for map makers.
https://github.com/InsultingPros/KFStoryExt
greylisted killing-floor mutator unrealscript
Last synced: over 1 year ago
JSON representation
A useful package for map makers.
- Host: GitHub
- URL: https://github.com/InsultingPros/KFStoryExt
- Owner: InsultingPros
- License: gpl-3.0
- Created: 2021-06-23T06:59:53.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-15T09:46:44.000Z (over 3 years ago)
- Last Synced: 2024-10-24T02:33:40.666Z (over 1 year ago)
- Topics: greylisted, killing-floor, mutator, unrealscript
- Language: UnrealScript
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# KFStoryExt
[](https://github.com/InsultingPros/KFStoryExt/releases)
Contains some handy tools for Killing Floor 1 map makers.
## Features
- Volume for player collision [enabling](Classes/vol_PCollision_Enable.uc) / [disabling](Classes/vol_PCollision_Disable.uc).
- New [patriarch](Classes/zed_Boss_NoZEDTime.uc) who doesn't cloak when he is not the only boss. Use `admin summon KFStoryExt.zed_Boss_NoZEDTime` for tests.
- [Multi Sky Zones](Classes/zone_SkyZoneInfo_Multi.uc).
## Installation
Needs to be added to your level:
- Method #1:
- Method #2:
## Building and Dependancies
At the moment of 2021.06.23 there are no dependencies.
Use [KFCmdlet and it's batches](https://github.com/InsultingPros/KFCmdlet) for easy compilation.
```cpp
EditPackages=KFStoryExt
```
## Steam workshop
placeholder