Prerequisites:
- Space Engineers
- Python 3.x (tested with 3.9)
- Plugin Loader
- Torch Server in
C:\Torch, runTorch.Server.exeonce to prepare
To create your plugin project:
- Click on "Use this template" (top right corner on GitHub) and follow the wizard to create your repository
- Clone your repository to have a local working copy
- Run
ReplaceGuidsAndRename.py, enter the name of your plugin project inCapitalizedWordsformat - Edit
Edit-and-run-before-opening-solution.batto match your local paths, then run it - Open the solution in Visual Studio or Rider
- Make a test build, it should deploy the resulting files to their respective target folders (see them in the build log)
- Test that the empty plugin can be enabled in Plugin Loader (client), Torch Server's UI and the Dedicated Server's UI
- You can delete the
ReplaceGuidsAndRename.pyfrom the project - Replace this file with the description of your plugin
You can skip steps depending on your specific targets.