Nebula is a collection of utilities for adding various assets related to House of the Dying Sun, and provides a config menu for users.
Once the repository is cloned, a file named Directory.Build.props should be created at the root of the repo. Add the following text, replacing as needed:
<Project>
<PropertyGroup>
<!-- This is the full path to where the game is stored -->
<GameDir>C:\Program Files (x86)\Steam\steamapps\common\DyingSun</GameDir>
</PropertyGroup>
</Project>Simply add the main DLL as a dependency, and any sub-DLLs you want to include as well. Read each project's README and API to learn more on their usage.