https://github.com/InsultingPros/Glassmutator
Glasshouse - KF TDM with destructible bases.
https://github.com/InsultingPros/Glassmutator
greylisted killing-floor mutator unrealscript
Last synced: about 1 year ago
JSON representation
Glasshouse - KF TDM with destructible bases.
- Host: GitHub
- URL: https://github.com/InsultingPros/Glassmutator
- Owner: InsultingPros
- License: gpl-3.0
- Created: 2021-11-05T09:42:55.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-15T09:43:30.000Z (about 3 years ago)
- Last Synced: 2024-10-24T02:34:18.833Z (over 1 year ago)
- Topics: greylisted, killing-floor, mutator, unrealscript
- Language: UnrealScript
- Homepage:
- Size: 4.38 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Glass House
[](https://github.com/InsultingPros/Glassmutator/releases)
KF Team Deathmatch:
> Both teams spawn with M79 grenade launchers and must blow up the opposing team's building floor by floor. Respawns are infinite, but each time a floor is destroyed you will spawn on the next available floor down. Once the last spawn area in your building is destroyed you will not be able to respawn if you die. Oh and i guess I should also mention that there are dozens of angry fleshpounds at street level.
## Installation
```cpp
Game=Glassmutator.GlasshouseGameInfo
```
## Building and Dependancies
At the moment of 2021.11.05 there are no dependencies. Make sure you have `GlassHouse_Tex.utx` in your compile directory's `Texture` folder / install the package.
Use [KF Compile Tool](https://github.com/InsultingPros/KFCompileTool) for easy compilation.
**EditPackages**
```cpp
EditPackages=Glassmutator
```
## Credits
All credits to [KF Alex](https://steamcommunity.com/profiles/76561197968508560). Original, outdated version lies here: [Workshop](https://steamcommunity.com/sharedfiles/filedetails/?id=98035013), [TWI Forum](https://forums.tripwireinteractive.com/index.php?threads/outskirts.79224/).
My edits:
- Fixed few function redefinitions which were causing game crashes.
- Converted all hard linked classes.
- Recompiled the package for KF 1065.
- Changed messy commenting style.