Skip to content

Addon Guide

GameWyrm edited this page Feb 15, 2023 · 1 revision

Getting Started

So, you want to create addons for Outer Relics? Don't worry, it's pretty simple!

All you need is VSCode (any text editor will work, but VSCode's real-time updating will be far more convenient than opening text files after every update.) You can get VSCode here: https://code.visualstudio.com/Download

Here is the general process for creating addons:

  1. Create your mod if you haven't already
  2. Insert the full, unique name of your mod into Outer Relic's config
  3. Enable Dev Mode
  4. Go to your custom planets and designate custom locations and spawns
  5. After each spawn, go into VSCode and name the spawn
  6. Register your spawn files in your mod

We'll break this up into multiple pages. Up first, you need to create some spawnpoints.

Wanting to create addons? Here's where you want to go:

  1. Addon Guide
  2. Creating Spawn Points
  3. Register Your Mod

If you want to look at documentation, check out

the API documentation

or the Placement File documentation.

Clone this wiki locally