Skip to content

FilipBran/Prism

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prism Loader

Prism is a modloader for Allumeria.

How to install Prism?

  1. Download the latest release of Prism.
  2. 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
  3. Extract the .zip from step 1 to the mods folder.
  4. Launch the game. All required directories will be generated
  5. Now you can install mods by dragging them (ZIP files) to /prism/mods!

For mod devs

How to pack a mod for Prism?

  1. Create a default toml config file and name it config.toml.
  2. Pack config.toml and your mod's .dll (any name) into a ZIP file.
  3. (Optional) Create a res/ folder for assets:
    • res/textures/ for .png textures
    • res/models/ for .json models
    • res/audio/ for .wav/.ogg audio clips
  4. (Optional) Add an icon.png in 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 the Mod class properties.

About

A mod loader for Allumeria.

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages