Move useful mods and stuff to homepage

This commit is contained in:
Ben C 2022-05-04 18:35:00 -04:00
parent c03a4ca148
commit ce0d32bc56
2 changed files with 21 additions and 21 deletions

View File

@ -128,4 +128,24 @@ The texturemap/heightmap feature was inspired by the Kerbal Space Program mod Ko
planet creation there apply to New Horizons. If you need help with planetary texturing, check out [The KSP texturing guide](https://forum.kerbalspaceprogram.com/index.php?/topic/165285-planetary-texturing-guide-repository/){ target="_blank" }.
[Photopea](https://www.photopea.com/){ target="_blank" } is a free browser-based photo editor which has useful features like
rectangular-to-polar coordinate transformation, useful for fixing abnormalities at the poles of your planets.
rectangular-to-polar coordinate transformation, useful for fixing abnormalities at the poles of your planets.
### Helpful Mods
___
These mods are useful when developing your addon
- [Unity Explorer](https://outerwildsmods.com/mods/unityexplorer){ target="_blank" } - Used to find the paths of game objects for copying and can be used to manually position props, ship log entries, and more.
- [Collider Visualizer](https://outerwildsmods.com/mods/collidervisualizer){ target="_blank" } - Useful when creating dialogue triggers or reveal volumes
- [Save Editor](https://outerwildsmods.com/mods/saveeditor){ target="_blank" } - Useful when creating a custom [ship log]({{ "Ship Log"|route }}), can be used to reveal all custom facts so you can see them in the ship's computer
### Helpful Tools
___
These tools/references are highly recommended
- [VSCode](https://code.visualstudio.com/){ target="_blank" }
- [VSCode XML Addon](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-xml){ target="_blank" }
- [XML Basics Tutorial](https://www.w3schools.com/xml/xml_whatis.asp){ target="_blank" }
- [JSON Basics Tutorial](https://www.tutorialspoint.com/json/index.htm){ target="_blank" }
- [The Examples Mod](https://github.com/xen-42/ow-new-horizons-examples){ target="_blank" }

View File

@ -6,26 +6,6 @@ Sort_Priority: 70
___
Welcome! this page outlines how to create a custom ship log.
## Helpful Mods
___
These mods are useful when developing your ship log
- [Unity Explorer](https://outerwildsmods.com/mods/unityexplorer){ target="_blank" }
- [Collider Visualizer](https://outerwildsmods.com/mods/collidervisualizer){ target="_blank" }
- [Save Editor](https://outerwildsmods.com/mods/saveeditor){ target="_blank" }
## Helpful Tools
___
These tools/references are highly recommended
- [VSCode](https://code.visualstudio.com/){ target="_blank" }
- [VSCode XML Addon](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-xml){ target="_blank" }
- [XML Basics Tutorial](https://www.w3schools.com/xml/xml_whatis.asp){ target="_blank" }
- [The XML Schema](https://github.com/xen-42/outer-wilds-new-horizons/blob/master/NewHorizons/shiplog_schema.xsd){ target="_blank" }
- [The Examples Mod](https://github.com/xen-42/ow-new-horizons-examples){ target="_blank" }
# Understanding Ship Logs
___