From f569aa72a19fb8a1b035837fcb450ced83efc0f7 Mon Sep 17 00:00:00 2001 From: Nick Date: Fri, 4 Feb 2022 16:45:03 -0500 Subject: [PATCH 1/3] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ab48c694..598235ff 100644 --- a/README.md +++ b/README.md @@ -618,12 +618,12 @@ Join the [Outer Wilds Modding Discord](https://discord.gg/MvbCbBz6Q6) if you hav ## Credits Authors: - xen (New Horizons v0.1.0 onwards) -- Mister_Nebula (Marshmallow v0.1 to v1.1.0) +- [Mister_Nebula](https://github.com/misternebula) (Marshmallow v0.1 to v1.1.0) New Horizons was made with help from: -- salomj (Implemented [OW_CommonResources](https://github.com/PacificEngine/OW_CommonResources) support introduced in v0.5.0) -- Raicuparta (Integrated the [New Horizons Template](https://github.com/xen-42/ow-new-horizons-config-template) into the Outer Wilds Mods website) -- Nageld (Set up xml reading for custom dialogue in v0.8.0) +- [jtsalomo](https://github.com/jtsalomo) (Implemented [OW_CommonResources](https://github.com/PacificEngine/OW_CommonResources) support introduced in v0.5.0) +- [Raicuparta](https://github.com/Raicuparta) (Integrated the [New Horizons Template](https://github.com/xen-42/ow-new-horizons-config-template) into the Outer Wilds Mods website) +- [Nageld](https://github.com/Nageld) (Set up xml reading for custom dialogue in v0.8.0) Marshmallow was made with help from: - TAImatem From f3e7e809b3dd41619bc0704393a2a2dca29332f6 Mon Sep 17 00:00:00 2001 From: Nick Date: Fri, 4 Feb 2022 21:06:37 -0500 Subject: [PATCH 2/3] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 598235ff..13f26e89 100644 --- a/README.md +++ b/README.md @@ -61,13 +61,14 @@ Check the ship's log for how to use your warp drive to travel between star syste - 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) - Procedural terrain generation (started) - "Quantum" planet parameters - Better terrain and water LOD - Edit existing planet orbits - Implement all planet features: - Tornados + floating islands - - Sand funnels (water? lava? star?) + - Funnels (sand/water/lava/star) (done) - Variable surface height (sand/water/lava/star) (done) - Let any star go supernova - Geysers @@ -77,7 +78,7 @@ Check the ship's log for how to use your warp drive to travel between star syste - Timed position/velocity changes - Zero-g volumes - Implement custom Nomai scrolls -- Implement custom dialogue +- Implement custom translatable writing - Implement constant gravity volumes - Make a template Unity project to use with NH, including all game scripts recovered using UtinyRipper to make AssetBundle creation easier From 751c69c12f93b75838e63703178afefe142dce17 Mon Sep 17 00:00:00 2001 From: Nick Date: Sat, 5 Feb 2022 12:08:27 -0500 Subject: [PATCH 3/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 13f26e89..b9e1b79c 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,7 @@ Check the ship's log for how to use your warp drive to travel between star syste - Implement custom Nomai scrolls - Implement custom translatable writing - Implement constant gravity volumes +- Destroy planets that fall into a star - Make a template Unity project to use with NH, including all game scripts recovered using UtinyRipper to make AssetBundle creation easier ## How to create your own planets using configs