Table of Contents

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.

  1. Create ~/allumeria-env.sh with export ALLUMERIA_GAME_DIR="<allumeria path>".

    Replace <allumeria path> with path you've found earlier.

  2. Append source ~/allumeria-env.sh to ~/.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.