You are viewing a potentially older version of this package. View all versions.
KING-REPOLobbyFilter-1.1.0 icon

REPOLobbyFilter

Automatically filters Russian/Belarusian lobbies and allows manual blocking with hotkey. Press B or F9 to instantly block any lobby!

Date uploaded 8 months ago
Version 1.1.0
Download link KING-REPOLobbyFilter-1.1.0.zip
Downloads 51
Dependency string KING-REPOLobbyFilter-1.1.0

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

R.E.P.O. Lobby Filter

Automatically filters Russian and Belarusian lobbies from the server browser. Now with manual blocking hotkey!

Features

  • Manual Blocking Hotkey - Press B or F9 to instantly block any lobby you're hovering over
  • Automatic Cyrillic Detection - Blocks lobbies with Russian/Belarusian characters
  • Keyword Filtering - Blocks lobbies containing RU, BY, RUS, RUSSIA, BELARUS
  • Region Filtering - Blocks lobbies from Russia/Belarus based on Photon region
  • Separate Blocklists - Auto-blocked and manual blocklists in readable format
  • GUID-Based Blocking - Prevents rename evasion

Quick Start

  1. Install via Thunderstore mod manager or manually extract to BepInEx/plugins/
  2. Launch the game
  3. Hover over any lobby and press B or F9 to block it
  4. Check console for confirmation: ⛔ MANUALLY BLOCKED: "Lobby Name"

Configuration

Edit BepInEx/config/com.repolobbyfilter.repolobbyfilter.cfg:

[Filter]
EnableFilter = true

[Hotkey]
BlockKey = B

Blocklists

Two separate files are created in BepInEx/config/:

  • REPOLobbyFilter_AutoBlocked.txt - Auto-detected lobbies
  • REPOLobbyFilter_ManualBlocked.txt - Your manually blocked lobbies

Format: GUID | Lobby Name

How It Works

The plugin filters lobbies that match:

  1. Cyrillic characters (Russian/Belarusian alphabet)
  2. Keywords: RU, BY, RUS, RUSSIA, BELARUS
  3. Photon region: RU, BY
  4. GUIDs in blocklists

Press B or F9 while hovering to add any lobby to your manual blocklist.

Support

Changelog

v1.1.0

  • Added manual blocking hotkey (B/F9)
  • Separate auto/manual blocklists
  • Readable GUID | Name format
  • Fixed hover detection for correct lobby blocking

v1.0.0

  • Initial release with automatic filtering