Skip to content

Commit

Permalink
0.23.0 (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaPiggy authored Sep 26, 2024
2 parents 1350074 + b5f64d3 commit 77929b1
Show file tree
Hide file tree
Showing 3 changed files with 94 additions and 1 deletion.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "xen",
"name": "New Horizons Examples",
"uniqueName": "xen.NewHorizonsExamples",
"version": "0.22.0",
"version": "0.23.0",
"owmlVersion": "2.5.2",
"dependencies": [ "xen.NewHorizons" ],
"pathsToPreserve": [ ".git", ".github", ".gitignore", "README.md", "LICENSE" ],
Expand Down
49 changes: 49 additions & 0 deletions planets/Dialogue/Geb.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
<DialogueTree xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/Outer-Wilds-New-Horizons/new-horizons/main/NewHorizons/Schemas/dialogue_schema.xsd">
<NameField>Geb</NameField>

<DialogueNode>
<Name>MAIN</Name>
<EntryCondition>DEFAULT</EntryCondition>
<Dialogue>
<Page>Hello.</Page>
<Page>Do you prefer...</Page>
<Page>My peoples' technology?</Page>
<Page>Or the Nomai's technology?</Page>
<Page>The choice is yours.</Page>
</Dialogue>

<DialogueOptionsList>
<DialogueOption>
<Text>Your tech!</Text>
<DialogueTarget>OWLK</DialogueTarget>
</DialogueOption>
<DialogueOption>
<Text>Nomai tech!</Text>
<DialogueTarget>NOMAI</DialogueTarget>
</DialogueOption>
</DialogueOptionsList>
</DialogueNode>

<DialogueNode>
<Name>OWLK</Name>
<Dialogue>
<Page>I'm glad you agree.</Page>
</Dialogue>
<DialogueTarget>END</DialogueTarget>
</DialogueNode>

<DialogueNode>
<Name>NOMAI</Name>
<Dialogue>
<Page>Agree to disagree.</Page>
</Dialogue>
<DialogueTarget>END</DialogueTarget>
</DialogueNode>

<DialogueNode>
<Name>END</Name>
<Dialogue>
<Page>Bye.</Page>
</Dialogue>
</DialogueNode>
</DialogueTree>
44 changes: 44 additions & 0 deletions planets/OtherSystem/frigid_pygmy.json
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,50 @@
"y": 93.64475,
"z": 29.20017
}
},
{
"path" : "DreamWorld_Body/Sector_DreamWorld/Sector_DreamZone_2/Ghosts_DreamZone_2/GhostNodeMap_HornetHouse/Prefab_IP_GhostBird_Hornet/Ghostbird_IP_ANIM",
"rename": "Geb",
"position": {"x": -13.00789, "y": 94.75275, "z": 24.02298},
"rotation": {"x": 344.537, "y": 119.0557, "z": 8.157801}
}
],
"dialogue": [
{
"xmlFile": "planets/Dialogue/Geb.xml",
"parentPath": "Sector/Geb",
"isRelativeToParent": true,
"radius": 1.5,
"position": {
"y": 2
},
"pathToAnimController": "Sector/Geb",
"attentionPoint": {
"isRelativeToParent": true,
"offset": { "x": 0, "y": 1.5, "z": 0 }
},
"swappedAttentionPoints": [
{
"parentPath": "Sector/SlideReelPrefabExamples/SlideProjectorRing",
"isRelativeToParent": true,
"dialogueNode": "MAIN",
"dialoguePage": 2,
"offset": { "x": 0, "y": 1, "z": 0 }
},
{
"parentPath": "Sector/Prefab_QM_Shuttle",
"isRelativeToParent": true,
"dialogueNode": "MAIN",
"dialoguePage": 3,
"offset": { "x": 0, "y": 3, "z": 0 }
},
{
"isRelativeToParent": true,
"dialogueNode": "MAIN",
"dialoguePage": 4,
"offset": { "x": 0, "y": 1.5, "z": 0 }
}
]
}
],
"slideShows": [
Expand Down

0 comments on commit 77929b1

Please sign in to comment.