You are viewing a potentially older version of this package. View all versions.
Klehrik-Item_Toggle-1.0.6 icon

Item Toggle

Allows for selecting which items should appear in a run.

Date uploaded 5 months ago
Version 1.0.6
Download link Klehrik-Item_Toggle-1.0.6.zip
Downloads 417
Dependency string Klehrik-Item_Toggle-1.0.6

This mod requires the following mods to function

ReturnOfModding-ReturnOfModding-1.0.34 icon
ReturnOfModding-ReturnOfModding

Lua Mod Loader for Risk of Rain Returns

Preferred version: 1.0.34
RoRRModdingToolkit-RoRR_Modding_Toolkit-1.0.13 icon
RoRRModdingToolkit-RoRR_Modding_Toolkit

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

Preferred version: 1.0.13

README

Allows for selecting which items should appear in a run.
If a disabled item is dropped, it will be turned into a random item of the same tier.

Not tested in multiplayer.


Installation Instructions

Install this mod through the Mod Manager:

  • Download the Immediate Mod Manager and open it.
  • Launch the game once through Steam with the Mod Manager open to complete the setup.
  • Close the game, and install this mod along with its dependencies (ReturnOfModding and HelperFunctions) from the list on the left-hand side.
  • Launch the game by clicking the "Launch Game" button, and the mods should be loaded. Enjoy!

Usage

  • Open the ImGUI window display (default key is Insert)
  • Click on any item button to toggle it on or off (while on the character select screen).

Credits

CHANGELOG

v1.0.0

  • Initial release

v1.0.1

  • Fixed Enable/Disable All buttons not saving to file.

v1.0.2

  • Purple items should not break things anymore.

v1.0.3

  • Made optimizations (to a few of my mods) to reduce load.
  • Updated Installation Instructions.

v1.0.4

  • Fixed being able to toggle in-run on the pause menu by restricting toggling to the character select screen.

v1.0.5

  • Updated all my mods to use a single helper file.
  • Updated installation instructions to use the mod manager instead.
  • Rewrote around new item functions in helper.
    • Should be way less laggy post-loop.

v1.0.6

  • Fixed disabled temporary items becoming real.

v1.0.7

  • Reworked internal functionality.
  • Collapsed interface into a single ImGui window.