Update Docs Homepage

Make the homepage explain exactly what New Horizons is in the intro paragraph.
This commit is contained in:
Ben C 2022-05-26 09:56:34 -04:00 committed by GitHub
parent 430c3786f4
commit f540919567
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,13 +8,13 @@ Sort_Priority: 100
# Outer Wilds New Horizons # Outer Wilds New Horizons
This is the official documentation for [New Horizons](https://github.com/xen-42/outer-wilds-new-horizons){ target="_blank" } This is the official documentation for [New Horizons](https://github.com/xen-42/outer-wilds-new-horizons), a framework for creating custom planets in the game [Outer Wilds](https://www.mobiusdigitalgames.com/outer-wilds.html) by Mobius Digital. Planets are created using simple JSON and XML files and are loaded at runtime. An [API]({{ "API"|route }}) is also provided for more advanced use-cases.
## Getting Started ## Getting Started
Before starting, go into your in-game mod settings for New Horizons and switch Debug mode on. This allows you to: Before starting, go into your in-game mod settings for New Horizons and switch Debug mode on. This allows you to:
- Use the Prop Placer tool. This convienence tool allows you to place details in game and save your work to your config files. - Use the [Prop Placer tool]({{ "detailing"|route }}#using-the-prop-placer). This convienence tool allows you to place details in game and save your work to your config files.
- Print the position of what you are looking at to the logs by pressing "P". This is useful for determining locations to place props the Prop Placer is unable to, such as signal scope points or dialogue triggers. - Print the position of what you are looking at to the logs by pressing "P". This is useful for determining locations to place props the Prop Placer is unable to, such as signal scope points or dialogue triggers.
- Use the "Reload Configs" button in the pause menu. This will restart the current solar system and update all the planets. Much faster than quitting and relaunching the game. - Use the "Reload Configs" button in the pause menu. This will restart the current solar system and update all the planets. Much faster than quitting and relaunching the game.
@ -155,4 +155,4 @@ We are not responsible for any mods created using the New Horizons modding frame
## License ## License
The license for this project is available [on the GitHub repository](https://github.com/xen-42/outer-wilds-new-horizons/blob/main/LICENSE). The license for this project is available [on the GitHub repository](https://github.com/xen-42/outer-wilds-new-horizons/blob/main/LICENSE).