A launcher for a certain mushroom game.
Installation:
- Download the latest release here: https://github.com/shuabritze/mushroom-launcher/releases
- Install the launcher
- Open the launcher and select your existing MS2 install location OR select a new empty folder to download the client files to.
- (optional) If you need to install the client, click on Install and wait for the command window to finish (May take a while to download 13gb~)
- After downloading or selecting the install folder, click on Patch, this will add Maple2.dll to your installation
- Add a new server (ip, port, and name in order)
- Select the server by clicking on it then click on Launch
- Maple away!
Mushroom Launcher is fully open source, you can build it yourself, however this is just the nature of a program that modifies another program at runtime.
-
Enable "Mod Developer" mode
-
Click "Create Mod" in the mods tab
-
Enter ID, Name, and a URL (doesn't need to exist yet)
-
Browse to the mod folder after creation
-
Add replacement files (Currently only XML under /Data/Xml)
-
For example to replace stringcommon.xml
-
/mods/<modId>/Data/Xml/string/stringcommon.xml
-
After adding files click "Add Local Files"
-
Upload the mod folder to the URL, ensure that the mod isn't disabled.
-
The launcher will hash check each file and ensure that it only downloads changed mod files on update.
- Clone Repo
- Install pnpm
- Run
pnpm install
- Run
pnpm start