From 494f05a1593e4ba64c9cfdd525aa09f20130adc8 Mon Sep 17 00:00:00 2001 From: Nick Date: Tue, 8 Mar 2022 03:34:00 -0500 Subject: [PATCH 1/4] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 69b4cc80..abeb3070 100644 --- a/README.md +++ b/README.md @@ -8,14 +8,14 @@ ![Latest release date](https://img.shields.io/github/release-date/xen-42/outer-wilds-new-horizons) [![Build](https://github.com/xen-42/outer-wilds-new-horizons/actions/workflows/build.yaml/badge.svg)](https://github.com/xen-42/outer-wilds-new-horizons/actions/workflows/build.yaml) +*Do you want to create planets using New Horizons?* Then check out our [website](https://nh.outerwildsmods.com/) for all our documentation! + A custom world creation tool for Outer Wilds. You can view the addons creators have made (or upload one yourself) [here](https://outerwildsmods.com/custom-worlds)! Check the ship's log for how to use your warp drive to travel between star systems! -*Do you want to create planets using New Horizons?* Then check out our [website](https://nh.outerwildsmods.com/) for all our documentation! - - [Incompatible mods](#incompatible-mods) From ab9bdad7655fb13ca085feb5261957c5a6840f07 Mon Sep 17 00:00:00 2001 From: Nick Date: Tue, 8 Mar 2022 03:45:56 -0500 Subject: [PATCH 2/4] Update README.md --- README.md | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index abeb3070..83d32b26 100644 --- a/README.md +++ b/README.md @@ -29,32 +29,32 @@ Check the ship's log for how to use your warp drive to travel between star syste - Autoresume. - Multiplayer mods like QSB and OWO. QSB actually kinda works decently as long as you don't warp. +## Features +- Heightmaps/texturemaps +- Remove existing planets +- Stars +- Binary orbits +- Comets +- Signalscope signals +- Asteroid belts +- Support satellites +- Surface scatter: rocks, trees, etc, using in-game models, or custom ones +- Load planet meshes from asset bundle +- Black hole / white hole pairs +- Separate solar system scenes accessible via wormhole +- Warp drive with target set in ship's log +- Implement custom dialogue +- Make a [template Unity project](https://github.com/xen-42/outer-wilds-unity-template) to use with NH, including all game scripts recovered using UtinyRipper to make AssetBundle creation easier. +- Custom ship log entries and fact reveals, for rumour mode and map mode +- Funnels (sand/water/lava/star) +- Variable surface height (sand/water/lava/star) + ## Roadmap -- Heightmaps/texturemaps (Done) -- Remove existing planets (Done) -- Stars (Done) -- Binary orbits (Done) -- Comets (Done) -- Signalscope signals (Done) -- Asteroid belts (Done) -- Support satellites (Done) -- Surface scatter: rocks, trees, etc, using in-game models (done) or custom ones (done) -- Load planet meshes from asset bundle (done) -- Black hole / white hole pairs (done) -- Separate solar system scenes accessible via wormhole (done) -- Warp drive with target set in ship's log (done) -- Implement custom dialogue (done) -- Make a template Unity project to use with NH, including all game scripts recovered using UtinyRipper to make AssetBundle creation easier ([done](https://github.com/xen-42/outer-wilds-unity-template)) -- Custom ship log entries and fact reveals, for rumour mode and map mode (done) - Procedural terrain generation (started) - "Quantum" planet parameters - Better terrain and water LOD - Edit existing planet orbits - Implement all planet features: - - Funnels (sand/water/lava/star) (done) - - Variable surface height (sand/water/lava/star) (done) - - Zero-g volumes (done, with Unity template) - - Ghost matter (done, by copying props via game hierarchy) - Tornados + floating islands - Let any star go supernova - Geysers From bca1599d4dc3cac81cbaf5da37f4f8a7c63b9eee Mon Sep 17 00:00:00 2001 From: Nick Date: Tue, 8 Mar 2022 03:46:43 -0500 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83d32b26..2328fdb6 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Check the ship's log for how to use your warp drive to travel between star syste - Separate solar system scenes accessible via wormhole - Warp drive with target set in ship's log - Implement custom dialogue -- Make a [template Unity project](https://github.com/xen-42/outer-wilds-unity-template) to use with NH, including all game scripts recovered using UtinyRipper to make AssetBundle creation easier. +- Make a [template Unity project](https://github.com/xen-42/outer-wilds-unity-template) to use with NH, including all game scripts recovered using UtinyRipper to make AssetBundle creation easier - Custom ship log entries and fact reveals, for rumour mode and map mode - Funnels (sand/water/lava/star) - Variable surface height (sand/water/lava/star) From 5f4980e49eb3b3f5a72eb860043b8722dd466bf1 Mon Sep 17 00:00:00 2001 From: Ben C Date: Tue, 8 Mar 2022 15:08:56 -0800 Subject: [PATCH 4/4] Added Table Of Contents To Docs (#64) * Add Bootstrap Extension * Rename main.yml * Artifact Upload * Fix Bootstrap Reference Error * BootstrapTreeProcessor * getiterator removed * keys function * Style Images * Update docs_build.yml * Added Meta Files * Template Get * Fix Page Ref * Update BASE_URL * Sort Schemas * Add Sitemaps * Add favicons, open-graph, and setup guide * Update Setup.md * Update .gitignore * Update Setup.md * Use _blank on external links * Restructured Docs * Fix Links * Added XML Schemas * Name XML Schemas * Improved Best Practices * Add Logs For Static Files * Make docs build happen on PR * Responsive Footer * Started On Table OF Contents * Added Table Of Contents * Fix bg colors * Remove unused CSS * Add canonical link * Fix OGP Image * Try ScrollSpy on TOC * Added ScrollSpy * Improve TOC Spacing * Custom Scroll Bars * Fix Formatting in ship_log.md --- docs/content/base/base.jinja2 | 32 +++++---- docs/content/base/meta.jinja2 | 6 +- docs/content/base/page_template.jinja2 | 37 ++++++++-- .../schema/json/section_properties.jinja2 | 2 +- docs/content/pages/api.md | 2 +- docs/content/pages/home.md | 6 +- docs/content/pages/ship_log.md | 17 ++--- docs/content/pages/update_existing.md | 4 +- docs/content/static/scripts/schema.js | 69 ++++++++++++------- docs/content/static/styles/base.css | 22 ++++++ docs/lib/Content/AbstractTemplatedItem.py | 5 +- docs/lib/Content/MDPage.py | 3 + 12 files changed, 142 insertions(+), 63 deletions(-) create mode 100644 docs/content/static/styles/base.css diff --git a/docs/content/base/base.jinja2 b/docs/content/base/base.jinja2 index 780e37b2..3a4ca8fe 100644 --- a/docs/content/base/base.jinja2 +++ b/docs/content/base/base.jinja2 @@ -7,13 +7,13 @@ {{ defer_css("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css") }} - + + + {% block resources %} {% endblock %} - +
-
-
- {% block content %} {% endblock %} -
-
-