Skip to content
This repository has been archived by the owner on Dec 19, 2021. It is now read-only.

This is a template to help you make a Space Engineers Plugin.

Notifications You must be signed in to change notification settings

WesternGamer/SEPluginTemplate

Repository files navigation

SEPluginTemplate

Depreciated: Please use this template instead.

This is a template to help you make a Space Engineers Plugin.

Setup

  1. Download a Zip file copy of this repository. Screenshot (517)

  2. Extract to file to your directory that has your VS projects. Default is: C:\Users\[Your User]\source\repos

  3. Now delete .gitattributes and .gitignore and .git in the root folder of the project These files are for this respository and are not required.

  4. Open Visual Studio and click "Open a project or solution"

  5. Select SEPluginTemplate then SEPluginTemplate.sln

  6. The project should open.

  7. Right click on the project file and go to Build Events>Post-build event command line. Change [Plugin Folder Location] to the location of your plugins folder.

  8. You may now edit the project. When your are done, just go to the next section called "Build your plugin."

Build your plugin

To build your plugin, just click start and if you configured PostBuild.bat correctly, VS will build your plugin, move the plugin to the plugins folder, and start Space Engineers for you. You just need to enable the plugin in the plugins menu if you have SEPluginLoader installed! If you dont have SEPluginLoader installed, then head over to https://github.com/austinvaness/PluginLoader to see how to install it.

If you have issues or need help, feel free to make new issue under the issues tab of this repository!

About

This is a template to help you make a Space Engineers Plugin.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages