Skip to content

A launcher for Minecraft: Bedrock Editions (Windows 10 Edition) utility mods

License

Notifications You must be signed in to change notification settings

Intoprelised/ambrosial

Repository files navigation

Ambrosial

ambrosial

Ambrosial is a launcher for Minecraft: Windows 10 Edition modifications.

Features

  • 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.

Download & installation

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.

Troubleshooting

If you have any problem running Ambrosial or any included modification, try these listed fixes:

Installing Visual C++ Redistributable

  • Some included modifications requires this redist to operate. If you do not already have it installed, it can be found here.

Installing .NET Framework Redistributable

  • 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.

Building from source

Building the executable

  • 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.

Creating client collection for serialization/deserialization

  • 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 in setupClients() located inside the .\Ambrosial\AmbrosialC.cs file.

About

A launcher for Minecraft: Bedrock Editions (Windows 10 Edition) utility mods

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages