Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 967 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 967 Bytes

plugin-template

This repository serves as a basic template to be used when creating a plugin for the game Endless Sky. Fork it and start modding!

Creating a repository from a template

Things to do after forking:

  1. Clone your repo locally. You'll want to clone / symlink your repo within the "plugins" directory in your "user" directory (which is where Endless Sky writes your pilot savegames). This ensures you can update your local version of Endless Sky without worrying about losing any uncommitted & unpushed data.
  2. Flesh out your content! You can learn about all the different bits of game data in the Endless Sky wiki.
  3. Submit your plugin for distribution.