atomarium-InfiniteRoom icon

InfiniteRoom

Turns every run into one endlessly repeating room.

Last updated 21 hours ago
Total downloads 8
Total rating 0 
Categories Mods
Dependency string atomarium-InfiniteRoom-1.0.0
Dependants 0 other packages depend on this package

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100

README

Infinite Room Mod

Tired of that one barnacle room ruining your runs? Want to practice your favorite room until you go insane? Or maybe you just love RNG and also want to go insane? This mod has you covered.

Description

This mod turns every run into a single, infinitely repeating room.

  • Custom Room Selection – Specify any room name in the config JSON and repeat it forever.
  • Random Mode – Leave the config blank and let fate pick a random room each run.

Configuration

A leveloverride.json file will be in your BepInEx/config folder.
Can also be found under the Config option in any mod manager* Edit it to choose your preferred room:

selectedLevel is Case-Sensitive ⚠

{
  // Set to a specific room name (e.g., "M1_Silos_Air_01") to repeat that room
  "selectedLevel": "M1_Silos_Air_01"

  // Leave as an empty string ("") to pick a random room on each launch
  // "selectedLevel": ""
}

NOTE: don't include the lines starting with //

Additional Info

All rooms can be found in game by opening the console, enabling cheats and typing listlevels
From there you can pick a room, and capitalize every first letter.
Example: m1_silos_air_01 --> M1_Silos_Air_01

Credits

  • atomarium - Original mod concept & implementation
  • collin800 - Code fixes and improvements