Collection of mods and research done for DSP.
Visual Studio or VS Code, dotnet
and dotnet tool install -g nbgv
(NerdBank.GitVersioning for release builds).
- OrderSaves (Thunderstore) - sorts the savegames in the save/load windows
- WhatTheBreak (Thunderstore) - orovides a copy to clipboard button for exceptions and does analysis on the stacktrace for better mod error reports
- SaveTheWindows (Thunderstore) - Storage of window positions across sessions
- DumpAssets - Dump all ingame assets in a markdown navigatable format, possibly with webpage generation.
- PrefabBlocks - Unity prefab basic objects
- YouNameIt - Showing the name of the interplanetary logistics stations on top of them in planet view
- Sortee - Automatically sort inventory and containers on open/close.
- Tests - Tests non-Unity code.
- Automated workflow for publishing Dyson Sphere Program mods via MSBuild targets.
- Automated package zip generation on release builds.
- Plugin dependency resolution via
<PluginReference>
.