Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 960 Bytes

File metadata and controls

34 lines (23 loc) · 960 Bytes

stationeers.modding.template

Template project for a Unity Stationeers mod.

Instructions

Clone this project or download as a zip. The project root folder will be used as the product name, but you can change that during the project setup.

a Wizard will guide you to perform the basic setup for the project.

Project setup wizard

This process will create:

  • About/ content, including about.xml, preview.png and thumb.png.
  • Scripts/ content, with the main Mod entry point, that will register the prefabs in the game
  • A default Assembly definition to correctly make use of the stationeers dlls.

Notes

The project includes the following packages:

  • stationeers.modding.exporter
  • StationeersModdingTools (Optional)

The project uses the following Player Settings:

  • Company Name
  • Product Name
  • Bundle version

Credits

Originally created by @ilodev Now mainatained by @Michael-Codelabs