A template/example project for creating SPT client mods on Linux.
- .NET 9.x SDK
- VSCode / VSCodium
git clone https://github.com/MadByteDE/SPT-Client-Mod-Examples.git
- Set it to the SPT install directory
Note
By default the project directory is assumed to be inside the game directory e.g. ../development/SPTClientModExamples/
To build the project, either use CTRL+SHIFT+B and selected a pre-defined task OR run:
dotnet build --configuration Release # to build using the 'Release' config
dotnet build --configuration Debug # to build using the 'Debug' config