https://github.com/lavagang/melonloader.installer
The Official Dedicated Installer for MelonLoader
https://github.com/lavagang/melonloader.installer
melonloader unity-game
Last synced: 10 months ago
JSON representation
The Official Dedicated Installer for MelonLoader
- Host: GitHub
- URL: https://github.com/lavagang/melonloader.installer
- Owner: LavaGang
- License: apache-2.0
- Created: 2020-10-05T11:09:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-22T01:32:28.000Z (about 1 year ago)
- Last Synced: 2025-03-30T11:09:31.496Z (11 months ago)
- Topics: melonloader, unity-game
- Language: C#
- Homepage: https://github.com/lavagang/melonloader
- Size: 828 KB
- Stars: 68
- Watchers: 3
- Forks: 32
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
The Official Dedicated Installer for [MelonLoader](https://github.com/LavaGang/MelonLoader).
### Join our official Discord server

## How does it work?
The installer should automatically list installed Unity games on your machine.
### Supported game launchers on Windows
- Steam
- Epic Games Store
- GOG
### Supported game launchers on Linux
- Steam
### Games from unsupported launchers
If the game you're trying to mod isn't listed, you can locate it manually by clicking on the `Add Game Manually` button.
### MelonLoader Installation
To install MelonLoader, click on the game you wish to mod. Next, select your preferred version and hit the big `Install` button.
### Nightly builds
> *We strongly advise against enabling Nightly builds unless you know what you're doing.*
Nightly builds are bleeding-edge builds, generated right after any changes are made to the project. They can be enabled with the switch under the version selection menu.
## Contribution
Contributions to this project are welcome! If you wish to contribute, please adhere to the following guidelines:
### Building the Project:
Ensure you have the .NET 8.0 SDK installed on your machine.
You can build the project locally using the following command:
```bash
dotnet publish
```
### Pull Requests:
All pull requests should be made towards the `development` branch.
The master branch contains the source code for the stable release and is protected to ensure stability.
## LICENSING & CREDITS:
MelonLoader.Installer is licensed under the Apache License, Version 2.0. See [LICENSE](https://github.com/LavaGang/MelonLoader.Installer/blob/master/LICENSE.md) for the full License.
### Third-party libraries used:
- [Avalonia](https://avaloniaui.net/) is licensed under the MIT License. See [LICENSE](https://github.com/AvaloniaUI/Avalonia/blob/master/licence.md) for the full License.
- [Gameloop.Vdf](https://github.com/shravan2x/Gameloop.Vdf) is licensed under the MIT License. See [LICENSE](https://github.com/shravan2x/Gameloop.Vdf/blob/master/LICENSE) for the full license.
### External tools downloaded:
- [MelonLoader](https://github.com/LavaGang/MelonLoader) is licensed under the Apache License, Version 2.0. See [LICENSE](https://github.com/LavaGang/MelonLoader/blob/master/LICENSE.md) for the full License.
> See [MelonLoader Wiki](https://melonwiki.xyz/#/credits) for the full Credits.
