mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Gorbo Mode
This commit is contained in:
parent
0f40e37d1c
commit
5e0f0c8faf
@ -248,8 +248,8 @@ It can get annoying when you have to keep closing and opening the game over and
|
||||
To enable it, head to your Mods menu and select New Horizons and check the box that says Debug, this will cause a "Reload Configs" option to appear in your pause menu which will reload changes from your filesystem.
|
||||
You may also notice blue and yellow logs start appearing in your console, this is New Horizons providing additional info on what it's currently doing, it can be helpful when you're trying to track down an issue.
|
||||
|
||||
## More Objects
|
||||
## Modules
|
||||
|
||||
Base, Atmosphere, and Orbit aren't all the objects (or "modules") there are to use, to learn about these other objects, you'll need to learn how to use the "Schemas" section of this site, which lists every possible property you can put in your files.
|
||||
Base, Atmosphere, and Orbit are all modules, which define the different aspects of your planet represented by objects
|
||||
|
||||
**Next Up: [Reading Schemas]({{ "Reading Schemas"|route }})**
|
||||
|
||||
@ -39,7 +39,7 @@ Badges can also show stuff such as the default value, the minimum and maximum va
|
||||
|
||||

|
||||
|
||||
Next let's look at an `object` withing our root `object`, let's use `Base` as the example.
|
||||
Next let's look at an `object` within our root `object`, let's use `Base` as the example.
|
||||
|
||||
Here we can see it's similar to our root object, in that it doesn't allow additional properties.
|
||||
We can also see all of its properties listed out.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user