mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Update dev from main before 1.5.0 (#298)
This commit is contained in:
commit
90ef0e4beb
@ -38,7 +38,7 @@ look something like this:
|
|||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"name": "Wetrock",
|
"name": "Wetrock",
|
||||||
"$schema": "https://raw.githubusercontent.com/xen-42/outer-wilds-new-horizons/main/NewHorizons/Schemas/body_schema.json",
|
"$schema": "https://raw.githubusercontent.com/Outer-Wilds-New-Horizons/new-horizons/main/NewHorizons/Schemas/body_schema.json",
|
||||||
"starSystem": "SolarSystem",
|
"starSystem": "SolarSystem",
|
||||||
"Base": {
|
"Base": {
|
||||||
"groundSize": 100,
|
"groundSize": 100,
|
||||||
|
|||||||
@ -38,7 +38,7 @@ Here's an example dialogue XML:
|
|||||||
<!-- Example Dialogue -->
|
<!-- Example Dialogue -->
|
||||||
<!-- All files must have `DialogueTree` as the root element, the xmlns:xsi=... and xsi:noNamespaceSchemaLocation=... is optional but provides improved error checking if your editor supports it -->
|
<!-- All files must have `DialogueTree` as the root element, the xmlns:xsi=... and xsi:noNamespaceSchemaLocation=... is optional but provides improved error checking if your editor supports it -->
|
||||||
<DialogueTree xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
<DialogueTree xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/xen-42/outer-wilds-new-horizons/main/NewHorizons/Schemas/dialogue_schema.xsd">
|
xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/Outer-Wilds-New-Horizons/new-horizons/main/NewHorizons/Schemas/dialogue_schema.xsd">
|
||||||
<NameField>EXAMPLE NPC</NameField> <!-- The name of this character -->
|
<NameField>EXAMPLE NPC</NameField> <!-- The name of this character -->
|
||||||
|
|
||||||
<DialogueNode> <!-- A dialogue node is a set of pages displayed to the player optionally followed by options -->
|
<DialogueNode> <!-- A dialogue node is a set of pages displayed to the player optionally followed by options -->
|
||||||
|
|||||||
@ -62,7 +62,7 @@ navigate to ShipLogManager.
|
|||||||
<!-- Example File -->
|
<!-- Example File -->
|
||||||
<!-- All files must have "AstroObjectEntry" as their root element, the xmlns:xsi=... and xsi:noNamespaceSchemaLocation=... is optional but heavily encouraged to reduce errors -->
|
<!-- All files must have "AstroObjectEntry" as their root element, the xmlns:xsi=... and xsi:noNamespaceSchemaLocation=... is optional but heavily encouraged to reduce errors -->
|
||||||
<AstroObjectEntry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
<AstroObjectEntry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/xen-42/outer-wilds-new-horizons/main/NewHorizons/Schemas/shiplog_schema.xsd">
|
xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/Outer-Wilds-New-Horizons/new-horizons/main/NewHorizons/Schemas/shiplog_schema.xsd">
|
||||||
<ID>EXAMPLE_PLANET</ID> <!-- The ID of the planet this xml file is for -->
|
<ID>EXAMPLE_PLANET</ID> <!-- The ID of the planet this xml file is for -->
|
||||||
|
|
||||||
<Entry> <!-- An Entry For This Planet -->
|
<Entry> <!-- An Entry For This Planet -->
|
||||||
|
|||||||
@ -18,7 +18,7 @@ A star system config file will look something like this:
|
|||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"$schema": "https://raw.githubusercontent.com/xen-42/outer-wilds-new-horizons/main/NewHorizons/Schemas/star_system_schema.json",
|
"$schema": "https://raw.githubusercontent.com/Outer-Wilds-New-Horizons/new-horizons/main/NewHorizons/Schemas/star_system_schema.json",
|
||||||
"travelAudio": "assets/Travel.mp3",
|
"travelAudio": "assets/Travel.mp3",
|
||||||
"Vessel": {
|
"Vessel": {
|
||||||
"coords": {
|
"coords": {
|
||||||
|
|||||||
@ -15,7 +15,7 @@ Here's an example, for `russian.json`:
|
|||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"$schema": "https://raw.githubusercontent.com/xen-42/outer-wilds-new-horizons/main/NewHorizons/Schemas/translation_schema.json",
|
"$schema": "https://raw.githubusercontent.com/Outer-Wilds-New-Horizons/new-horizons/main/NewHorizons/Schemas/translation_schema.json",
|
||||||
"DialogueDictionary" :
|
"DialogueDictionary" :
|
||||||
{
|
{
|
||||||
"Fred" : "Фред",
|
"Fred" : "Фред",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user