Merge branch 'master' into planetary-features

This commit is contained in:
Nick J. Connors 2022-02-05 17:03:42 -05:00
commit 754af58b87

View File

@ -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) - Black hole / white hole pairs (done)
- Separate solar system scenes accessible via wormhole (done) - Separate solar system scenes accessible via wormhole (done)
- Warp drive with target set in ship's log (done) - Warp drive with target set in ship's log (done)
- Implement custom dialogue (done)
- Procedural terrain generation (started) - Procedural terrain generation (started)
- "Quantum" planet parameters - "Quantum" planet parameters
- Better terrain and water LOD - Better terrain and water LOD
- Edit existing planet orbits - Edit existing planet orbits
- Implement all planet features: - Implement all planet features:
- Tornados + floating islands - Tornados + floating islands
- Sand funnels (water? lava? star?) - Funnels (sand/water/lava/star) (done)
- Variable surface height (sand/water/lava/star) (done) - Variable surface height (sand/water/lava/star) (done)
- Let any star go supernova - Let any star go supernova
- Geysers - 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 - Timed position/velocity changes
- Zero-g volumes - Zero-g volumes
- Implement custom Nomai scrolls - Implement custom Nomai scrolls
- Implement custom dialogue - Implement custom translatable writing
- Implement constant gravity volumes - 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 - 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 ## 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 ## Credits
Authors: Authors:
- xen (New Horizons v0.1.0 onwards) - 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: New Horizons was made with help from:
- salomj (Implemented [OW_CommonResources](https://github.com/PacificEngine/OW_CommonResources) support introduced in v0.5.0) - [jtsalomo](https://github.com/jtsalomo) (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) - [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 (Set up xml reading for custom dialogue in v0.8.0) - [Nageld](https://github.com/Nageld) (Set up xml reading for custom dialogue in v0.8.0)
Marshmallow was made with help from: Marshmallow was made with help from:
- TAImatem - TAImatem