Lokirit-Extra_Lives icon

Extra Lives

Adds retry attempts to R.E.P.O. When all players die, return to the shop with progress preserved, then retry the same level up to 3 times.

By Lokirit
Last updated 2 hours ago
Total downloads 74
Total rating 0 
Categories Mods Misc Client-side Server-side Quality Of Life
Dependency string Lokirit-Extra_Lives-3.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

Extra Lives for R.E.P.O.

Adds retry attempts to R.E.P.O. When all players die, the level ends and you return to the shop with progress preserved. When you leave the shop, you return to the same level for another attempt.

Features

  • Configurable number of retry attempts (default: 3)
  • Visual UI showing remaining retries
  • Progress and money preserved between retries
  • Automatic retry system when all players die
  • Works in both singleplayer and multiplayer

How It Works

  1. All players die → Level ends, everyone returns to the shop
  2. Progress saved → Money and collected valuables are preserved
  3. Leave shop → Return to the same level (retry)
  4. Repeat → Up to 3 retry attempts
  5. After retries exhausted → Normal level progression resumes

Installation

  1. Install BepInEx 5.x for R.E.P.O.
  2. Download ExtraLives.dll from Releases
  3. Place it in R.E.P.O./BepInEx/plugins/
  4. Launch the game

Configuration

Edit BepInEx/config/ExtraLives.cfg:

[General]

## Number of retry attempts before normal progression resumes. Set to 0 to disable.
# Setting type: Int32
# Default value: 3
ExtraLives = 3

## Show remaining retries counter on screen.
# Setting type: Boolean
# Default value: true
ShowUI = true

## Reset retries at the start of each new run.
# Setting type: Boolean
# Default value: true
ResetOnNewRun = true

## Enable debug logging for troubleshooting.
# Setting type: Boolean
# Default value: false
DebugMode = false

Game Flow

Start Run → Level 1 → All Die → Shop (keep progress) → Level 1 (retry 1) → All Die → Shop → Level 1 (retry 2) → ... → Level 1 (retry 3) → Level 2 (normal progression)

Requirements

  • R.E.P.O. (Steam)
  • BepInEx 5.x

License

MIT