Treasure Room Start is a mod for The Binding of Isaac: Repentance, written in TypeScript using the IsaacScript framework. It will automatically restart new runs until you start next to a desired room type or with a desired floor curse.
- Automatically start new runs next to particular room types (treasure and planetarium rooms enabled by default).
- Automatically start new runs with particular floor curses (all enabled by default, like the vanilla game).
- Preserves your run streak.
- Also works when manually holding R to restart runs, or when victory lapping.
- Compatibility with Beyond modded characters.
As of the latest update, this mod requires that you own the Repentance DLC. You can play by subscribing to this mod on the Steam Workshop. (Subscribing to the mod will automatically download and install it once you launch the game.)
If you are a developer and want to build the mod yourself, perform the following steps:
- Download and install Node.js (Windows Installer .msi, 64-bit).
- Download and install Git (64-bit Git for Windows setup).
- Download (or clone) this repository:
- Click on the "Code" button in the top-right-corner of this page.
- Click on "Download ZIP".
- Unzip the zip file to a new directory.
- Open the command prompt (or another shell of your choice).
- Use the
cd
command to navigate to the place where you unzipped the repository. - Use the
pnpm install --frozen-lockfile
command to install the project dependencies. - Use the
npx isaacscript
command to start the IsaacScript watcher. - If IsaacScript is successful, you will see "Compilation successful." (You can continue to leave the terminal window open; it will monitor for changes in your project, and recompile if necessary.)
- Completely close Isaac if it is already open, and then open the game again, and the mod should be in the list of mods. You can now play or test the mod.