LateJoin
A BepInEx mod for REPO that allows players to join lobbies that are already in-progress, bypassing the default lobby closure logic.
Features
- Mid-Game Joins: Keep the room open and visible, letting new players connect while a round is actively running.
- State Synchronization: The master client automatically syncs team stats (money, lives, upgrades) and currently grabbed objects' network states to late-joining players.
- Truck Spawnpoint Rescue: Automatically spawns and teleports late-joining players to the safety area of the truck, preventing them from falling into level voids or starting in invalid map positions.
Installation
- Ensure you have BepInEx installed for REPO.
- Place
LateJoin.dll inside your BepInEx/plugins/ directory.
Configuration
Upon first run, the mod creates a config file at BepInEx/config/LateJoin.cfg with the following settings:
- Enabled:
true / false to turn the mid-game join support on or off.