You are viewing a potentially older version of this package. View all versions.
Limyc-OpenAllCrates-1.1.1 icon

OpenAllCrates

Open all existing command crates with a single button press

Date uploaded 2 years ago
Version 1.1.1
Download link Limyc-OpenAllCrates-1.1.1.zip
Downloads 829
Dependency string Limyc-OpenAllCrates-1.1.1

This mod requires the following mods to function

ReturnOfModding-ReturnOfModding-1.0.38 icon
ReturnOfModding-ReturnOfModding

Lua Mod Loader for Risk of Rain Returns

Preferred version: 1.0.38
RoRRModdingToolkit-RoRR_Modding_Toolkit-1.2.6 icon
RoRRModdingToolkit-RoRR_Modding_Toolkit

Friendly abstractions of the game's internal functions for easier modding.

Preferred version: 1.2.6
SmoothSpatula-TomlHelper-1.0.1 icon
SmoothSpatula-TomlHelper

Helper mod for saving and loading Toml config files for SmoothSpatula mods.

Preferred version: 1.0.1

README

Open all command crates with a single button press!

Features

  • Press a single key to open all command crates. Default hotkey is O
  • Item selections are remembered for each crate tier
  • HUD view of your last item selections for each crate tier
  • Change your hotkey and customize your HUD in the OpenAllCrates ImGui menu (open with Insert by default)

Help

For features requests or help with an issue, join the Risk of Rain Returns Modding discord and tag @Limyc in #tech-support

CHANGELOG

v1.1.1

  • Fix for compatibility with RoRR_Modding_Toolkit v1.2.8 (Credit to CrimsonGin)

v1.1.0

  • Fix broken code due to dependency updates
  • Improve performance when many crates are spawned in the level

v1.0.2

  • Fix softlock if you hit the "open crate" key immediately after closing the crate UI

v1.0.1

  • Fixed type-o that prevented the HUD from drawing
  • Disabled the "open crate" hotkey while a crate is open to prevent soft locking input
  • Added option to change the "open crate" hotkey
  • Added horizontal layout option for drawing the HUD
  • Added right-to-left option for drawing the HUD

v1.0.0

  • Initial release