This repository is a mirror for Aurora mods and content accessible via the Aurora Loader. We're trying to make it easy to author and share stuff for Aurora while staying faithful to the developer's wishes.
-
Add a
mod.json
file to your repository, or host it somewhere else/here. Structure it like the example here. -
Create a pull request against this repository adding the URL of that JSON file to mod_locations.json. We'll take a look and merge it in as fast as we can.
-
Add new entries to
downloads
in yourmod.json
as you release new versions of your mod.
- mod_locations.json: Simple JSON list of URLs pointing to JSON files hosted anywhere. New mods are added to the registry here.
- mods.json: Deprecated. File used to discover mods by legacy versions of Aurora Loader.
- Mods: Contains an example
mod.json
file. - aurora_files.ini and aurora_versions.ini: Files used by the loader to identify and discover new versions of Aurora
- C# project files: This repository also contains a simple program for testing the checksum of an .exe that you can run from Visual Studio.