This is a very simple mod for Cobalt Core that changes the key bound to the debug menu.
- An unbundled version of Cobalt Core. You can obtain this by buying the game on Steam, then running the SingleFileExtractor over the main game binary.
- EWanderer's Cobalt Core Mod Loader.
- Copy
Path.template.props
toPath.props
and add the appropriate paths for the dependencies. - Build in your IDE or run
dotnet build
. - Ignore the dependency warnings.
The compiled mod will appear in the DebugKeyRemap/launch
folder.
Make sure to load from there and not the bin
folder to prevent assembly loading issues.