
You are viewing a potentially older version of this package. View Latest Version

A R.E.P.O. mod that shrinks all players, items, and valuables to 40% of their original size.
| 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
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
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.dllInstall via Thunderstore Mod Manager or manually place MiniEepo.dll in BepInEx/plugins/MiniEepo/.