Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
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
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100README
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
- Install via Thunderstore mod manager or manually extract to
BepInEx/plugins/ - Launch the game
- Hover over any lobby and press B or F9 to block it
- 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:
- Cyrillic characters (Russian/Belarusian alphabet)
- Keywords: RU, BY, RUS, RUSSIA, BELARUS
- Photon region: RU, BY
- 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