Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
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
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100Vippy-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.3README
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.jsonicon.pngREADME.mdbin/Release/netstandard2.1/MiniEepo.dll
Dependencies
Installation
Install via Thunderstore Mod Manager or manually place MiniEepo.dll in BepInEx/plugins/MiniEepo/.