gogogadgetjustice-OrderlyShrines icon

OrderlyShrines

Makes every shrine trigger a Shrine of Order effect, randomizing your items when used.

Last updated a day ago
Total downloads 34
Total rating 0 
Categories Mods
Dependency string gogogadgetjustice-OrderlyShrines-1.0.0
Dependants 0 other packages depend on this package

This mod requires the following mods to function

bbepis-BepInExPack-5.4.2100 icon
bbepis-BepInExPack

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

Preferred version: 5.4.2100
RiskofThunder-HookGenPatcher-1.2.3 icon
RiskofThunder-HookGenPatcher

MMHOOK generation at runtime.

Preferred version: 1.2.3

README

Orderly Shrines

Description

Every shrine in Risk of Rain 2 now triggers the Shrine of Order effect! Using any shrine will randomize your inventory items, consolidating them into fewer stacks of random items from your collection.

Features

  • All shrines (Blood, Chance, Combat, Woods, Mountain, etc.) trigger item sequencing
  • Configurable settings to enable/disable the mod
  • Optional "You have been... sequenced." message display
  • Prevents double-application on actual Shrine of Order
  • Multiplayer compatible (server-side)

Installation

Using r2modman (Recommended)

  1. Install r2modman
  2. Search for "Orderly Shrines" in the mod manager
  3. Click Install
  4. Run the game through r2modman

Manual Installation

  1. Install BepInExPack
  2. Install HookGenPatcher
  3. Download the latest release
  4. Extract the zip and place OrderlyShrines.dll into BepInEx/plugins/
  5. Launch the game

Configuration

The mod generates a config file at BepInEx/config/com.yourusername.orderlyshrines.cfg

Available options:

  • Enable Mod (default: true) - Toggle the entire mod on/off
  • Show Order Message (default: true) - Display the "sequenced" message when using shrines

How It Works

When you interact with any shrine:

  1. The shrine performs its normal function (healing, spawning enemies, etc.)
  2. Immediately after, your inventory is "sequenced" just like a Shrine of Order
  3. All items of each rarity are consolidated into one random item type per rarity

Compatibility

  • Works with all vanilla shrines
  • Compatible with multiplayer (must be installed on host)
  • Should work with most mod shrines that use standard shrine behaviors

Known Issues

  • Some modded shrines may not trigger the effect if they use custom interaction code
  • The actual Shrine of Order is excluded to prevent double-sequencing

Changelog

1.0.0

  • Initial release
  • Hooks all vanilla shrines
  • Configurable settings
  • Multiplayer support