modloader for allumeria
go to Releases page, find version that corresponds your game version
(all releases have their target version specified in parenthesis: 0.4.0 (0.10)).
now look for Ignitron.Loader.zip link, under version changelog, and click on it
make mods folder in the game directory, and unpack Ignitron.Loader.zip into it.
done!
Caution
until 0.10, you can NOT use Harmony patches or MonoMod in production environment. see MonoMod/MonoMod#129 for more information.
go here to view steps for pre-0.10 setup
Important
you need to have .NET SDK 9.0 installed!
- get and download allumeria (modloader is targetted for 0.10, which is latest as of 25-10-2025)
- set environment variable
ALLUMERIA_GAME_DIRto game installation directory
Tip
you can find game installation directory by going in Steam library:
- select Allumeria Playtest in game library
- press gear icon on right side of the window
- Manage...
- View local files...
dotnet build Ignitron.Loader/Ignitron.Loader.csproj
use the mod template to make a new mod!