-
Notifications
You must be signed in to change notification settings - Fork 1
Addon Guide
GameWyrm edited this page Feb 15, 2023
·
1 revision
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:
- Create your mod if you haven't already
- Insert the full, unique name of your mod into Outer Relic's config
- Enable Dev Mode
- Go to your custom planets and designate custom locations and spawns
- After each spawn, go into VSCode and name the spawn
- 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:
If you want to look at documentation, check out