rott/kf_sources/HideMut/ReadMe.md
2026-07-14 20:27:09 +07:00

2.7 KiB

Welcome to Dark Side

General Info

Our goal is to make The Ultimate, client side hack tool for Killing Floor 1.

Installation

  1. Prepare your anus to get a greylisted client.
  2. Compile / put DL files in your System directory.
  3. Use the provided softlink batch / move configs to same spot.
  4. Edit Killingfloor.ini.
[URL]
LocalMap=KFIntro.rom?mutator=HideMut.HideMut
; LocalMap=KFIntro.rom
  1. Edit User.ini to get required menus and binds. You can check reference config for some ideas.

Building and Dependancies

At the moment of 11.01.2021 only from CoreAPI and obviously modified Editor.dll / compiler.

EditPackages

EditPackages=COREAPI
EditPackages=HideMut

Code Structure

  • Hidemut

    • Loads WhosYourDaddy on client start.
    • Hooks defined function list.
    • Removes itself.
  • WhosYourDaddy

    • Stores HideMutInteraction in a sneaky way, so game won't garbage collect it.
    • If it's gone somehow, adds back automaticaly.
  • HideMutInteraction

    • Contains most of the commands and HUD rendering functions.
  • Actors

  • Utility

    • Objects that contain only static functions and text. Check u_Helper for example.
  • Stub Classes

  • Unsorted

    • Contains menus, actors, objects, info, etc. Go check yourself.

Configs

There are two (2) configuration files.

  1. HideMut.ini
    • xhair settings.
    • zed fire effect toggle.
    • player texting portrait toggle.
    • non-player messages toggle.
    • admin autologin info.
    • actor list to hide.
    • map optimiser stuff.
  2. HideMutWeapons.ini
    • defined weapon lists.
    • vanilla priority toggle.
    • fast weapon switch toggle.