
DebuggingPlains
With new features that will make debugging easier and faster.Details
Description
DebuggingPlains is a mod for ROR2 mod developers designed to help with the mod debugging process a lil bit :)
Originally released by AddOns, I updated and added some features AddOns wanted to add and some more I needed.
Key features:
-
Allows you to head straight into a start of a run as you open the game instead of navigating through menus every time.
-
Configurable config file to customize your debug run (selected stage, character, artifacts, difficulty etc.).
-
Configurable config file to customize your maps (spawn locations, objects to spawn at the start of the run, etc.).
Showcase
Installation
R2modman is recommended.
Manual:
1 - Download and install BepInExPack and R2API
2 - Extract the "DebuggingPlains" dll to your plugins folder
3 - Enjoy.
Support Me
If you like my mods and would like to support my work, consider buying me a coffee:
Suggestions
Feel free to ping or dm me with suggestions for new features.
Changelog
1.0.0 -
SOTV Update
Relocated the config and scenesConfig files to it's own folder for convenience.
Added dummy spawns. You can add your on in the scenesConfig.
Added Character location, move direction and velocity texts.
Added Item Pickups. You can add your on in the scenesConfig. Added one of each tier by default.
Added some interactable spawns that were missing.
You can now spawn as any body in the game, including monsters.
Removed golemplains MapZones. (The ones that tp you back.)
Artifact of Command enabled by default.
Command give_money 999 enabled by default.
0.1.0 - First Release by AddOns