diff --git a/README.md b/README.md index ab48c694..b9e1b79c 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,8 +78,9 @@ 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 +- 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 @@ -618,12 +620,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