Ambrosial is a launcher for Minecraft: Windows 10 Edition modifications.
- Server stored modifications
Ensures you are always up to date by retrieving the latest modifications from the server.
- Fast & reliable
Ambrosial requires very little power & network usage, downloads and injections are almost instant.
- Download caching
Any download made is stored for next usage, minimizing bandwidth and allowing for offline use.
- Safe & open source
Ambrosial is trusted by thousands of users and has the source code available for download.
- Ease of use
Download and launch new modifications in a single click, no extra work needed.
- Large range of modifications
Ambrosial has a wide collection of modifications, your favourites & more will be included.
Ambrosial is portable and very easy to install. Simply click here and download the latest Ambrosial.exe
listed at the top. Once you have downloaded the executable, open it and installation is done. Don't get confused with the source code download - you will not need to download it if you do not wish to modify it.
If you have any problem running Ambrosial or any included modification, try these listed fixes:
- Some included modifications requires this redist to operate. If you do not already have it installed, it can be found here.
- Ambrosial requires .NET Framework in order to open. The download for it can be found here.
If you require any other help, please open an issue.
-
Ambrosial runs on .NET Framework 4.7.2, you will need to install the SDK for it before proceeding. Visual Studio 2022/2019 can be used for building Ambrosial.
-
Once opened in Visual Studio, you will need to install multiple NuGET packages using the manager. The list of required packages are as listed:
- DiscordRichPresence
- Costura.Fody
- Newtonsoft.JSON
- Guna.UI2.WinForms
-
Use the Build Solution option in Visual Studio to compile the executable. It is advised to compile on Release mode.
- The developer form has tools to obtain the current encrypted collection string, decrypt string to obtain the raw JSON and encrypt string to encrypt raw JSON. If you know what you are doing, it is simple to edit the collection string. If you wish to change the web endpoint which it collects the string from, look at the
requestEnd
string property insetupClients()
located inside theAmbrosial\AmbrosialC.cs
file.