Dragonyck-DebuggingPlains icon

DebuggingPlains

With new features that will make debugging easier and faster.

Last updated 2 years ago
Total downloads 2261
Total rating 4 
Categories Mods Tools
Dependency string Dragonyck-DebuggingPlains-1.0.5
Dependants 1 other package depends on this package

This mod requires the following mods to function

bbepis-BepInExPack-5.4.1902 icon
bbepis-BepInExPack

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

Preferred version: 5.4.1902
tristanmcpherson-R2API-4.0.11 icon
tristanmcpherson-R2API

A modding API for Risk of Rain 2

Preferred version: 4.0.11
IHarbHD-DebugToolkit-3.7.0 icon
IHarbHD-DebugToolkit

Adds console command for debugging mods.

Preferred version: 3.7.0

README

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

Thumbnail

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:

kofilogo

Suggestions

Feel free to ping or dm me with suggestions for new features.

Dragonyck#4653

Changelog

1.0.5

  • Fixed bug that could happen if no user profile was loaded. I also added a warning message for this.

1.0.4

  • Added a config for skipping the main menu.

1.0.3

  • Void Coin Barrel, Triple and Lockbox now all spawn by default. *Delete your previous scenesConfig for it to update.

1.0.2

  • Adaptive Chest now spawns by default. *Delete your previous scenesConfig for it to update.

1.0.1

  • Now all map zones are disabled in all maps, no longer exclusive to golemplains.

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 own in the scenesConfig.
  • Added Character location, move direction and velocity texts.
  • Added Item Pickups. You can add your own 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