Prism is a modloader for Allumeria.
- Download the latest release of Prism.
- Create mods folder in game's directory. You can find Allumeria's directory on Steam. Go to Library->Allumeria->Settings(Gear icon)->Manage->Browse local files
- Extract the .zip from step 1 to the mods folder.
- Launch the game. All required directories will be generated
- Now you can install mods by dragging them (ZIP files) to /prism/mods!
- Create a default toml config file and name it config.toml.
- Pack config.toml and your mod's .dll (any name) into a ZIP file.
- (Optional) Create a
res/folder for assets:res/textures/for .png texturesres/models/for .json modelsres/audio/for .wav/.ogg audio clips
- (Optional) Add an
icon.pngin the root for a mod icon. Note: Prism automatically copies the config file to prism/config and renames it to corresponding ModId. Assets are loaded and accessible through theModclass properties.