Skip to content

Releases: shuabritze/mushroom-launcher

v1.2.3

05 Mar 02:14
Compare
Choose a tag to compare
  • Fix downloader issues
  • Add CEF Hook Maple2.dll

v1.2.2

22 Feb 21:44
Compare
Choose a tag to compare
  • Fix mods folder migration

v1.2.1

22 Feb 21:31
Compare
Choose a tag to compare
  • 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

21 Feb 11:20
Compare
Choose a tag to compare

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

18 Dec 20:55
Compare
Choose a tag to compare
  • Patched input text in Maple2 to work with JP language

v1.1.6 - Chunk verification

05 Oct 07:29
Compare
Choose a tag to compare
  • 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

25 Sep 09:08
Compare
Choose a tag to compare
Fix: chunk memory usage & allocation

v1.1.4 - More download speedyness

25 Sep 00:47
Compare
Choose a tag to compare

Processes up to 8 chunks at a time so we go fast

v1.1.3 - Downloader speed improvements & Maple2.dll update

25 Sep 00:16
Compare
Choose a tag to compare

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

23 Sep 22:45
Compare
Choose a tag to compare

Client download might be slow right now, going to work on speeding it up later.