DebuggingCommands
Debugging (and cheating) commands
Last updated | 2 years ago |
Total downloads | 2625 |
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
Unified BepInEx all-in-one modding pack - plugin framework, detour library
Preferred version: 5.4.19README
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
- Install Thunderstore Mod Manager
- Install
DebuggingCommands
mod - Start game by using Start Modded button
Manual
- Install latest Bepinex 5.* version. You can refer to installation instructions here
- Either install HookGenPatcher or add
MMHOOK_Assembly-CSharp.dll
toBepInEx\plugins
folder from this repo - Start game normally
Build
- 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
- When cloning this repository use
- (optional) Set
BuiltPluginDestPath
property in project file so after build binaries will be copied to specified location. - You should be able to build solution now
License
MIT