Mod that disables Steam Region Lock, increases Max Search Result Count, provides Improved Search Filters and some custom filters.
- Steam Region Lock Fix;
- Increased Max Search Result Count (from 20 to 32);
- Custom Session Player Count Filter;
- Improved In-Game Search Filters (overrides one of the existing option and allows to search by several options at the same time).
- Stracker's Loader v3.0.1+;
- .NET 8.0;
- SharpPluginLoader v0.0.7.1 (Other versions are not guaranteed to work).
- Install Stracker's Loader;
- Install .NET 8.0 (Get the .NET Desktop Runtime 8.0.x 64-bit);
- Install SharpPluginLoader;
- Download the mod:
- Official release can be downloaded from Nexus Mods;
- Nightly builds are available in this repo and can contain broken functionality, debugging info on screen, bugs and might require latest unreleased version of SharpPluginLoader. Use with caution!
- Extract the mod from the archive and place it in the game root folder: /Monster Hunter World/.
- Open
SharpPluginLoader
menu by pressingF9
key (can be changed inloader-config.json
); - Press
Better Matchmaking
button; - Configure according to your needs.
The mod has support for localizations. If you wish to translate the mod, follow these steps:
- Verify that the localization doesn't exist (Link);
- Go to
Monster Hunter World\nativePC\plugins\CSharp\BetterMatchmaking\data\localizations\
folder. There should been-us.json
file. If not, launch the game once, the file will be regenerated; - Copy-paste the file and give it a new name. Any format is supported but I expect it to be
ISO language code
for uniformity reasons; - Open the file with any text editor and translate the strings;
- Make an issue/pull request, or dm me on Twitter, to submit your localization. I will check it and include it in the next release.
Important
Each localization must provide unicode glyph ranges to load. You can take the ranges here and here.
Important
Put the font you want to use in \Monster Hunter World\nativePC\plugins\CSharp\BetterMatchmaking\data\fonts\
folder. The font must be static
. Only .OTF
and .TTF
fonts are supported.
Important
SharpPluginLoader doesn't support font hot-reload. So adding/changing a font will require game restart. This applies to both localization file changes (font name, glyph ranges) and config changes (font size, oversample).
"FontInfo": {
"Name": "NotoSans-Bold.ttf",
"GlyphRanges": [
"0x0020", "0x00FF",
"0x0370", "0x03FF",
"0x0400", "0x052F",
"0x2DE0", "0x2DFF",
"0xA640", "0xA69F"
]
},
GreenComfyTea - Creator of the mod and it's main contributor;
Fexty12573 - Creator of SharpPluginLoader. Implemented an interface for Steam Matchmaking API. Provided invaluable help on figuring out how matchmaking works;
elappale - Japanese translator;
Alpha-Cyg - Traditional Chinese translator;
Narugakuruga - Simplified and Traditional Chinese translator;
BlacklightsC - Korean translator.
You can support me by donating! I would appreciate it! But anyway, thank you for using this mod!