You are viewing a potentially older version of this package. View all versions.
darkharasho-MiniEepo-1.0.0 icon

MiniEepo

Shrinks all players, items, and valuables to 40% size. Everyone starts the round tiny.

Date uploaded 3 months ago
Version 1.0.0
Download link darkharasho-MiniEepo-1.0.0.zip
Downloads 25
Dependency string darkharasho-MiniEepo-1.0.0

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
Vippy-ScalerCore-0.4.3 icon
Vippy-ScalerCore

Scaling library for REPO mod developers. Required by ShrinkerGun. Handles physics, audio, NavMesh, animation, and multiplayer sync for shrink and grow mods. API for building shrink rays and shrinker mods.

Preferred version: 0.4.3

README

MiniEepo

A R.E.P.O. mod that shrinks all players, items, and valuables to 40% of their original size.

Features

  • All players, items, and valuables start tiny
  • Scale factor is configurable (default 0.4 = 40%)
  • Compatible with REPOConfig — adjust the scale in-game via the config menu

Configuration

Key Default Range Description
PlayerScale 0.4 0.1–1.0 Size multiplier for players
ItemScale 0.4 0.1–1.0 Size multiplier for items
ValuableScale 0.4 0.1–1.0 Size multiplier for valuables

Config file: BepInEx/config/darkharasho.MiniEepo.cfg

Building

Requires the .NET SDK and a R.E.P.O. install (for game DLLs). BepInEx and ScalerCore are pulled automatically via NuGet/libs — no separate install needed to compile.

Windows:

dotnet build MiniEepo.csproj --configuration Release
# Override game path if not the default Steam location:
dotnet build MiniEepo.csproj --configuration Release /p:GameDir="D:\Games\REPO"

Linux (Steam):

./package.sh
# Override game path:
GAME_DIR="/path/to/steamapps/common/REPO" ./package.sh

Output DLL: bin/Release/netstandard2.1/MiniEepo.dll

Packaging for Thunderstore

A 256×256 icon.png must exist at the repo root before packaging (not committed — create your own).

Linux:

./package.sh          # builds and zips in one step

The script outputs MiniEepo-1.0.0.zip ready for Thunderstore upload.

Manual: Zip these four files (no subdirectory):

  • manifest.json
  • icon.png
  • README.md
  • bin/Release/netstandard2.1/MiniEepo.dll

Dependencies

Installation

Install via Thunderstore Mod Manager or manually place MiniEepo.dll in BepInEx/plugins/MiniEepo/.