EvilTwins-EvilTwinsMods icon

EvilTwinsMods

Configurable R.E.P.O. tweaks for cosmetic boxes, cosmetic rarity weights, shop price scaling, and team-wide upgrade sharing.

Last updated a week ago
Total downloads 29
Total rating 0 
Categories Client-side Server-side Cosmetics AI Generated Quality Of Life
Dependency string EvilTwins-EvilTwinsMods-0.5.1
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

EvilTwins Mods

A configurable R.E.P.O. mod made for the EvilTwins group. It combines several host-controlled gameplay tweaks into one mod.

Features

  • Cosmetic box control - set a random cosmetic box target between a configurable minimum and maximum each level.
  • Cosmetic rarity weights - optionally adjust cosmetic box rarity chances.
  • Shop price tweaks - adjust upgrade, weapon, drone, health pack, and crystal prices.
  • Shop scaling tweaks - optionally reduce or disable multiplayer, owned-upgrade, and level-progress price scaling.
  • Upgrade sharing - optionally give the same upgrade to the whole team when one player uses an upgrade.

Client or server side?

Install this mod for everyone in the lobby.

The gameplay-changing settings are host-authoritative by default, so the host's config controls cosmetic boxes, shop prices, and upgrade sharing. Players should still have the mod installed so everyone is running the same plugin set.

Configuration

Config file:

BepInEx/config/eviltwins.repo.mods.cfg

You can also edit settings in-game with a config menu mod such as REPOConfig if you have one installed.

Important sections:

[General]
HostAuthoritativeConfig = true

[Cosmetic Box Range]
Enabled = true
MinBoxes = 1
MaxBoxes = 4

[Cosmetic Box Rarity Weights]
Enabled = false

[Shop Tweaks]
Enabled = false

[Upgrade Sharing]
Enabled = false

Notes

  • The host should configure gameplay settings before starting a run.
  • Old config sections from removed test features are cleaned automatically on startup, including old shop filters and the scrapped valuable/truck monitor sections.

Changelog

0.5.1

  • Removed the truck value monitor feature entirely.
  • Removed the valuable tracking/damage board feature entirely.
  • Removed the BlackBox asset bundle and all related asset/package logic.
  • Removed Unity UI/TextMeshPro/AssetBundle references that were only needed for the monitor.
  • Added config cleanup for the removed valuable tracking and truck monitor sections.

0.5.0

  • Added automatic cleanup for old unused shop filter config sections.
  • Reduced default debug log spam for new configs.
  • Added release packaging support.