https://github.com/InsultingPros/KFCmdlet
Custom commandlet for Killing Floor.
https://github.com/InsultingPros/KFCmdlet
compilation killing-floor tool unrealscript whitelisted
Last synced: 12 months ago
JSON representation
Custom commandlet for Killing Floor.
- Host: GitHub
- URL: https://github.com/InsultingPros/KFCmdlet
- Owner: InsultingPros
- License: gpl-3.0
- Created: 2021-04-17T07:27:33.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-10T09:33:50.000Z (almost 3 years ago)
- Last Synced: 2024-10-24T02:34:30.987Z (over 1 year ago)
- Topics: compilation, killing-floor, tool, unrealscript, whitelisted
- Language: Batchfile
- Homepage:
- Size: 30.3 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# KF Commandlet
[](https://github.com/InsultingPros/KFCmdlet/releases)
> **Note** Better try [**KFCompileTool**](https://github.com/InsultingPros/KFCompileTool) python script to avoid cmd.exe / powershell hell. And it has superior automation.
Allows **UCC.exe** to directly interact with **EditPackages** lines. No more killingfloor.ini editing and copy-pasting.
- Based on [Eliot](https://github.com/EliotVU)'s [MakeCommandletUtils](https://github.com/EliotVU/UnrealScript-MakeCommandletUtils).
- [Commandlet](https://wiki.beyondunreal.com/Legacy:Commandlet) info.
- [UCC compiler](https://wiki.beyondunreal.com/Legacy:Compiling_With_UCC) keys.
## Usage
Download `KFCmdlet.u` from release tab and drop to your `System` directory, near **UCC**.
### CLI
To add your packages:
```ini
ucc.exe KFCmdlet.Add Package_1,Package_2,etc
```
To restore vanilla **EditPackages**:
```ini
ucc.exe KFCmdlet.Clean
```
Or use help commands of **UCC**.
### Batch Files
- Download your desired [CMD](Files/CMD) / [PowerShell](Files/PowerShell) batch files with `CompileSettings.ini`.
- Fill your game / server / compile directories in `CompileSettings.ini` and enjoy.