DebuggingCommands
Debugging (and cheating) commands
| Last updated | 3 years ago |
| Total downloads | 3223 |
| 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
DebuggingCommandsmod - 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.dlltoBepInEx\pluginsfolder 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
BuiltPluginDestPathproperty in project file so after build binaries will be copied to specified location. - You should be able to build solution now
License
MIT