Releases: shuabritze/mushroom-launcher
Releases · shuabritze/mushroom-launcher
v1.2.3
v1.2.2
- Fix mods folder migration
v1.2.1
- Moved config & mods to %APPDATA% to prevent overwriting when updating the app
- Added locale support (currently Grok translated, contributions welcome!)
- Fixed launching failing when no mods selected
v1.2.0
1.2.0
- Upgraded the downloader to use the newest version of Steam depot downloader. This requires .NET 9.0 and will warn you if the install is not found.
- Added a checkbox to hide server IPs from displaying in the main list
- Sort the server list by last played
- Add a default icon to the server list (custom URLs soon)
Modloader
- Replaced Patch XML with new modloader system
- Each server can now load a unique list of mods
- Mods can be created by making a mod.json and passing in base64 encoded URLs or by placing the downloaded file in the mod folder. (For deeper paths, add more folders inside the mod folder)
- Mods currently do not merge (Two Xml.m2ds will collide), however there will be a priority system in the future to help mitigate
- There is a sample mod that includes the original Patch XML download
- Mods which use download links can have an update button that will fetch from the original URLs. Recommended to host on GitHub releases to allow for /latest/ URLs to work.
- Modloader is experimental and may wipe your data.
v1.1.7
- Patched input text in Maple2 to work with JP language
v1.1.6 - Chunk verification
- Fixed downloader completing early (file system writes take a while at the end, so it may get "stuck")
- Added a verification step if you re-download the client (note: this will replace modified XMLs, use at own risk)
- Increased chunk threading for more speed (hopefully no OOM errors)
v1.1.5 - Chunking fixes
Fix: chunk memory usage & allocation
v1.1.4 - More download speedyness
Processes up to 8 chunks at a time so we go fast
v1.1.3 - Downloader speed improvements & Maple2.dll update
from 2hrs~ to 30mins~ DL time.
Still not as fast as possible (around 15mins would be best with a 1gbps connection)
v1.1.2 - Updated Downloader + Patcher, add logging
Client download might be slow right now, going to work on speeding it up later.