Setup environment
Allumeria
Install the mod loader using installation guide and remember location of the game install, it will be important in a bit.
Note
If you have installed the game in default location (C:\Program Files (x86)\Steam\steamapps\common\ or ~/.local/share/Steam/steamapps/common/),
you can skip this step.
Important
Last time I tried, Rider completely ignored exported environment variables, so it might be easier to just create symlink to your game directory from default location.
Create
~/allumeria-env.shwithexport ALLUMERIA_GAME_DIR="<allumeria path>".Replace
<allumeria path>with path you've found earlier.Append
source ~/allumeria-env.shto~/.bashrc
.NET SDK
To develop mods, or any other .NET project, you need to obtain latest .NET 10 SDK.
You may also get some IDE like Rider or Visual Studio.