


A configurable R.E.P.O. mod made for the EvilTwins group. It combines several host-controlled gameplay tweaks with a truck monitor that shows team value, remaining loot value, and damage caused by each player.
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, upgrade sharing, and valuable tracking. The mod also has client-side visual/UI pieces, especially the truck monitor, so players should have the mod installed too.
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
[Valuable Tracking]
Enabled = true
[Truck Value Screen]
Enabled = true
Blackbox.MonitorTest script. EvilTwins Mods uses the BlackBox monitor prefab for the visual layout, but it uses its own tracking and display logic.The truck monitor visual prefab uses the mydamagecanvasbundle asset originally packaged with BlackBox by RoemisTeam/Roemi. EvilTwins Mods uses its own value tracking, damage attribution, upgrade sharing, cosmetic box, and shop logic; the BlackBox asset bundle is used only for the monitor visual layout.