• Please make sure you are familiar with the forum rules. You can find them here: https://forums.tripwireinteractive.com/index.php?threads/forum-rules.2334636/

Search results

  1. scary ghost

    Final Release [Mutator] Weaponized Dosh

    I've ported the Weaponized Dosh mutator to Killing Floor 2. You can subscribe to the mutator on the Steam workshop or download directly from the GitHub releases page. Workshop http://steamcommunity.com/sharedfiles/filedetails/?id=648851326 Release Notes and Direct Download...
  2. scary ghost

    Beta Release [Mutator] Server Achievements

    Download and Release Notes Version 0.1.0 https://github.com/scaryghost/KF2ServerAchievements/releases/tag/0.1.0 Copy the contents of "BrewedPC" to your KF2 directory of the same name. For players, that would be: and for servers: You can also subscribe to the mod in the workshop...
  3. scary ghost

    KF [Mutator] Minimalist Server Perks

    Minimalist Server Perks (MinSP) provides a minimalist framework for creating and using custom KF perks. It is an alternative to Marco's Server Perks mutator, geared towards those who would like to use custom perks with minimal fuss. There is very little configuration required to get it up and...
  4. scary ghost

    KF [Mutator] KFRollback

    Reverts the game back to what it was in 2009 (game play wise and aesthetically) while incorporating some changes from the 2010 Xmas, Level Up, and Heavy Metal updates. Download https://github.com/scaryghost/KFRollback/releases/download/2.0.1/KFRollback_v2.0.1.zip Initial Changes These are...
  5. scary ghost

    [Mutator] Server Achievements

    Screen Shots http://i49.tinypic.com/14n2q6p.jpg http://oi45.tinypic.com/eb8wa9.jpg http://oi48.tinypic.com/e6c85c.jpg Download https://github.com/scaryghost/ServerAchievements/releases/tag/1.3 https://github.com/scaryghost/ServerAchievementsPack/releases/tag/1.6...
  6. scary ghost

    Code Adding Tabs to Esc Menu - More Interaction Fun

    While working on another mutator, I came across the same issue I had with GameStatsTab and KFStatsX, namely, multiple mutators adding their own tabs in the esc menu. The simple solution is to create a third party class that has the tabs from each mutator loaded in. This does work but I know of...
  7. scary ghost

    Custom Buy Menu

    About This mutator redesigns the buy menu in the trader, modifying the quick perk change icons into filters. These filters are used to reduce the weapon list to perk specific weapons, so the weapon list is not always filled with the entire selection. Screen Shot...
  8. scary ghost

    Code Custom Scoreboard - Another Interaction Example

    Here's another cool thing you can do with Interactions: make custom scoreboards. The benefit of doing it this way is the user can choose which scoreboard he wants to use rather than having the default one overwritten. For this example, I have created two custom scoreboards: one details cash...
  9. scary ghost

    [Mutator] KFStatsX

    Download Version 3.2.1 - NEW! https://github.com/scaryghost/KFStatsX/releases/download/3.2.1/KFStatsX_v3.2.1.zip See thread for detailed information on latest release: http://forums.tripwireinteractive.com/showpost.php?p=1336319&postcount=136 Whitelist Status Version 3.2.1 is whitelisted...
  10. scary ghost

    Code HUDStopWatch - Interaction Example

    A sample mutator I made to learn how to use an interaction. The unreal wiki has some pretty good articles about it and how to create one: http://wiki.beyondunreal.com/Legacy:Interaction This mutator displays a little stopwatch timer underneath the monster counter. You can toggle, start/stop...
  11. scary ghost

    [Mutator] SG Weapons Pack

    Some modded weapons I was working on for fun. The mutator implements some bug/exploit fixes and feature changes to the stock weapons. Killing Floor - SGWeapons Pack v1.0.0 - YouTube Version 1.1.0 Changes Hunting Shotgun Fixed no reloading auto hunting shotgun exploit Previous Changes...
  12. scary ghost

    Tactics Random Weapon Tidbits

    Some interesting things I've found while working on my mutators over the past year. Killing Floor - Weapon Tidbits - YouTube Tidbit #1 Yes, putting that blunt M32/M79 grenade into a specimen's head levels your sharpshooter perk. It turns out that the damage type for blunt rockets and...
  13. scary ghost

    [Mutator] Game Stats Tab

    About Have you wondered how much damage you received over the course of a game or how many times you were lit up by a husk? If so, this mutator is for you. It keeps a statistic of various events that happen to you or that you trigger in a game and displays the tallies in a tab on the in game...
  14. scary ghost

    [Mutator] Weighted Dosh

    The more money you have, the slower you move. As you gain money throughout a wave, your ground speed linearly decreases. When your dosh amount reaches or exceed a configurable limit, your ground speed becomes 0. An option is available to display your speed whenever your dosh amount changes...
  15. scary ghost

    [Mutator] Weaponized Dosh

    That's right, dosh is now a weapon. Specimens are harmed if they touch your dosh so you can either hit them with a throw, or lay it down in front of them so they walk over it http://youtu.be/NcAbA9kyUHI Download https://dl.dropboxusercontent.com/u/16251678/DoshWeapon_v2.0.zip Source Code and...
  16. scary ghost

    [Mutator] Specimen HP Config

    This mutator lets you scale the hp of the specimens to how ever many players you desire, from 1 to 6. It works for all specimens derived from the KFMonster base class. It is compatible with the FakePlayers mutator. How it works: You set the minNumPlayers variable to any number you want...
  17. scary ghost

    Custom Specimens for Weapon Modders

    This is an implementation of this idea I had: http://forums.tripwireinteractive.com/showpost.php?p=755973&postcount=34 As many weapon modders have found out, the damage scaling for both fleshpounds and scrakes are hard coded to use only the stock damage types. The mutator will replace the...
  18. scary ghost

    [Mutator] KF Community Beta

    A side project that spawned from Jester's thread about the current state balance: http://forums.tripwireinteractive.com/showthread.php?t=52331 The premise is to implement the ideas thrown around so here it is. This mutator needs Marco's Server Stats mutator to work so make sure you have that...
  19. scary ghost

    [Mutator] Modded Specimen Mechanics

    This mutator adds a twist to the vanilla game by giving the zeds new abilities in their quest to kill the survivors. A play list showcasing the new abilities is on my YouTube channel (http://www.youtube.com/view_play_list?p=F1F92DF5A3B7F916) and an list of zed changes is on the project's GitHub...
  20. scary ghost

    Tactics Specimen Information

    Here are some things about specimens you may or may not know, which might help you in game. The specimens I am posting about are: Bloat Gorefast Husk Scrake Fleshpound Patriarch I am not going to copy code since that will make this post even longer but I will list the source files so you...