A list of plugins that are used by Pulsar.
This repo contains plugins for Space Engineers 1, see this repository for the SE2 PluginHub.
Temporary Plugin Developer's Guide on the Pulsar Discord. It will be moved to a proper Wiki soon.
If you wish to make a plugin for Pulsar, there are a few steps:
- Start by using this template: Client Plugin Template (click the green button in the top right corner).
- Publish your code on GitHub. It must be in a public repository once you want to publish it. It is perfectly okay to initially work in a private repository, put you must set the repository public to get a review.
- Add your XML plugin descriptor file to the
Pluginsfolder in this repository. Example file: SamplePlugin.xml - Submit a pull request. The approval team will approve or deny it.
For registering a client side mod use this example file SamplePlugin.xml,
then register it with a PR into Plugins/Mods. The same approval process applies.