mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Update ship_log.md
This commit is contained in:
parent
c08fcba9eb
commit
0dc85f558c
@ -159,13 +159,11 @@ You can load your XML file to your planet by doing adding the following to your
|
||||
## Entry Layout
|
||||
|
||||
By default, entries in rumor mode are laid out by rows, where each row is one planet. This will not make for a perfect
|
||||
layout, so you can use the `entryPositions` property to change them
|
||||
layout, so you can use the `entryPositions` property in your star system config to change them
|
||||
For example, if I want to change an entry with the ID of `EXAMPLE_ENTRY` and another with the ID of `EXAMPLE_ENTRY_2`:
|
||||
|
||||
```json
|
||||
{
|
||||
"ShipLog": {
|
||||
"xmlFile": "planets/example.xml",
|
||||
"entryPositions": [
|
||||
{
|
||||
"id": "EXAMPLE_ENTRY",
|
||||
@ -182,10 +180,11 @@ For example, if I want to change an entry with the ID of `EXAMPLE_ENTRY` and ano
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
To help with this, download the unity explorer mod and manually position entries, then simply use the dev tools to dump all the entries to a json string you can copy and paste into your config.
|
||||
|
||||

|
||||
*A set of entries laid out with auto mode*
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user