An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          




# MelonLoader Installer

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.