Skip to content

Commit

Permalink
v0.24.0
Browse files Browse the repository at this point in the history
- Added explanatory readme files to the project
- Moved more assets into the example system so that the Outer Wilds isn't so cluttered
- Added examples of using persistent conditions and black holes to go to specific spawn points
- Added reusing dialogue example with Slate
- Tested more Eye of the Universe scene features
- Added custom Dreamworld examples
  • Loading branch information
xen-42 authored Oct 31, 2024
2 parents 77929b1 + ea4b586 commit 4a37927
Show file tree
Hide file tree
Showing 233 changed files with 1,949 additions and 1,191 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added SlideReelCache_SolarSystem/Atlas/1739341493.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
File renamed without changes.
5 changes: 5 additions & 0 deletions assetbundles/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## Asset Bundles

Here we have some asset bundles which we are using to place details on our planets.

Note that the `.manifest` files are not required in the shipped mod, however we keep them around since they describe what assets are actually available in the bundles. We can use this to make sure we're writing our paths correctly in our planet configs.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"enabled": true,
"enabled": false,
"settings": {}
}
3 changes: 3 additions & 0 deletions icons/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## Achievements+ Icons

New Horizons has [Achievements+](https://outerwildsmods.com/mods/achievements/) support! NH will look in this folder for the display icons used for your custom achievements.
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.23.0",
"version": "0.24.0",
"owmlVersion": "2.5.2",
"dependencies": [ "xen.NewHorizons" ],
"pathsToPreserve": [ ".git", ".github", ".gitignore", "README.md", "LICENSE" ],
Expand Down
65 changes: 0 additions & 65 deletions planets/ExistingPlanets/attlerock.json

This file was deleted.

5 changes: 0 additions & 5 deletions planets/ExistingPlanets/eye_of_the_universe.json

This file was deleted.

53 changes: 0 additions & 53 deletions planets/ExistingPlanets/giants_deep.json

This file was deleted.

16 changes: 0 additions & 16 deletions planets/ExistingPlanets/quantum_moon.json

This file was deleted.

16 changes: 0 additions & 16 deletions planets/ExistingPlanets/ring_world.json

This file was deleted.

84 changes: 0 additions & 84 deletions planets/ExistingPlanets/vessel.json

This file was deleted.

15 changes: 15 additions & 0 deletions planets/Eye of the Universe/Eye of the Universe.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"$schema": "https://raw.githubusercontent.com/Outer-Wilds-New-Horizons/new-horizons/main/NewHorizons/Schemas/body_schema.json",
"name" : "Eye Of The Universe",
"starSystem" : "EyeOfTheUniverse",
"Props": {
"details": [
{
"parentPath": "Sector_EyeOfTheUniverse/SixthPlanet_Root/Sector_EyeSurface",
"position": {"x": 3.482459, "y": 190.9618, "z": -42.58417},
"rotation": {"x": 335.9631, "y": 357.2323, "z": 359.8432},
"path": "BackerSatellite_Body/Sector_BackerSatellite/Geometry_BackerSatellite"
}
]
}
}
18 changes: 18 additions & 0 deletions planets/Eye of the Universe/GhostbirdEye.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<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>Bob</NameField>

<DialogueNode>
<Name></Name>
<EntryCondition>DEFAULT</EntryCondition>
<Dialogue>
<Page>Oh no oh god its the Eye of the Universe which is like really really bad and I hate it! Don't go there please it's bad I think!</Page>
</Dialogue>

<DialogueOptionsList>
<DialogueOption>
<Text>Okay bye</Text>
</DialogueOption>
</DialogueOptionsList>
</DialogueNode>

</DialogueTree>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 4a37927

Please sign in to comment.