You are viewing a potentially older version of this package.
View all versions.
MultiplayerRegionBypass
Unlocks the Worldwide multiplayer lobby distance option.
| Date uploaded | 3 weeks ago |
| Version | 1.1.0 |
| Download link | Sparroh-MultiplayerRegionBypass-1.1.0.zip |
| Downloads | 67 |
| Dependency string | Sparroh-MultiplayerRegionBypass-1.1.0 |
This mod requires the following mods to function
BepInEx-BepInExPack_Mycopunk
BepInEx pack for Mycopunk. Preconfigured and ready to use.
Preferred version: 5.4.2403README
Multiplayer Region Bypass
A BepInEx mod for Mycopunk that unlocks the Worldwide multiplayer lobby distance option.
Features
- Extends the lobby distance slider beyond the default range
- Adds a fourth option: Close, Medium, Far, and Worldwide
- Updates the on-screen label to match the selected distance
Getting Started
Dependencies
- Mycopunk (base game)
- BepInEx - Version 5.4.2403 or compatible
Installing
Via Thunderstore (Recommended):
- Download and install via Thunderstore Mod Manager / r2modman
- The mod will be automatically installed to the correct directory
Manual Installation:
- Place
MultiplayerRegionBypass.dllin your<Mycopunk Directory>/BepInEx/plugins/folder
Building
- Clone this repository
- Open the solution in Visual Studio, Rider, or your preferred C# IDE
- Build in Release mode
Alternatively:
dotnet build --configuration Release
Configuration
No configuration required. The Worldwide lobby distance option is enabled automatically when the mod loads.
Help
- Mod not loading? Verify BepInEx is installed correctly and check the BepInEx console for errors
- Option missing? Confirm the mod loaded successfully and that you are looking at the multiplayer lobby distance setting
Authors
- Sparroh
License
This project is licensed under the MIT License - see the LICENSE file for details
CHANGELOG
Changelog
1.1.1
- Refactor
1.1.0
- Reworked region bypass to unlock Worldwide as a real lobby distance option
- Extended the LobbyDistance slider beyond the default range (Close, Medium, Far, Worldwide)
- Added on-screen label updates for the selected distance
- Replaced the previous forced-config bypass with Option UI patches
1.0.0
- Initial release
- Forced the server browser LobbyDistance setting to the worldwide filter
- Basic BepInEx / Harmony plugin setup and Thunderstore packaging