2022-03-02 23:24:17 -05:00

22 lines
1.2 KiB
Markdown

Title: Home
Out-File: index
Sort-Priority: 100
![New Horizons Logo]({{ 'images/home/home_logo.png'|static }})
# Welcome!
This is the official documentation for [New Horizons](https://github.com/xen-42/outer-wilds-new-horizons)
## Getting Started
There is a template [here](https://github.com/xen-42/ow-new-horizons-config-template) if you want to release your own planet mod using configs. You can learn how the configs work by picking apart the [Real Solar System](https://github.com/xen-42/outer-wilds-real-solar-system) mod or the [New Horizons Examples](https://github.com/xen-42/ow-new-horizons-examples) mod.
Planets are created using a JSON file format structure, and placed in a folder called planets (or in any subdirectory of it) in the location where New Horizons is installed (by default this folder doesn't exist, you have to create it within the xen.NewHorizons directory).
To locate this directory, click the "⋮" symbol next to "New Horizons" in the Outer Wilds Mod Manager and then click "show in explorer" in the pop-up.
![Click the three dots in the mod manager]({{ 'images/home/mod_manager_dots.png'|static }})
![Create a new folder named "planets"]({{ 'images/home/create_planets.png'|static }})