Amadare-DebuggingCommands icon

DebuggingCommands

Debugging (and cheating) commands

Last updated 2 years ago
Total downloads 2165
Total rating 0 
Categories
Dependency string Amadare-DebuggingCommands-0.1.0
Dependants 0 other packages depend on this package

This mod requires the following mods to function

bbepis-BepInExPack-5.4.19 icon
bbepis-BepInExPack

Unified BepInEx all-in-one modding pack - plugin framework, detour library

Preferred version: 5.4.19
Amadare-HookGenPatcher-1.2.1 icon
Amadare-HookGenPatcher

MMHOOK generation at runtime.

Preferred version: 1.2.1

README

Debugging Commands

Adapted from https://github.com/CarbonNikm/FTK-Debugging-Commands for Bepinex.

By default, will enable chat for single player so these commands can be used. Can be disabled in config.

Commands:

/give [item_name]

/partyheal

/reveal

/unreveal

Installation

Thunderstore

  1. Install Thunderstore Mod Manager
  2. Install DebuggingCommands mod
  3. Start game by using Start Modded button

Manual

  1. Install latest Bepinex 5.* version. You can refer to installation instructions here
  2. Either install HookGenPatcher or add MMHOOK_Assembly-CSharp.dll to BepInEx\plugins folder from this repo
  3. Start game normally

Build

  1. You'll need to provide stripped and publicized binaries. Those are included as git submodule. In order to get those you can:
    • When cloning this repository use git clone --recurse-submodules
    • OR If repository is already checked out, use git submodule update --init --recursive
    • OR Download or build them yourself using instructions from this repo
  2. (optional) Set BuiltPluginDestPath property in project file so after build binaries will be copied to specified location.
  3. You should be able to build solution now

License

MIT