Update details.md

This commit is contained in:
Will Corby 2025-01-14 13:40:56 -08:00 committed by GitHub
parent 928033f7db
commit add91e3d73
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,10 +11,10 @@ For physical objects there are currently two ways of setting them up: specify an
## Debug Raycast ## Debug Raycast
If you turn on debug mode (the mod option), you can press P to shoot a ray where you're looking. This will print location info to the console that you can paste into your configs, as well as paths that you can explore further in Unity Explorer. If you turn on debug mode (the mod option), you can press P to shoot a ray where you're looking. This will print location info to the console that you can paste into your configs, as well as paths that you can explore further in Unity Explorer.\
Of note: the rotation of the raycast will have the up direction facing away from the ground/wall/ceiling and the forward direction facing you. Of note: the rotation of the raycast will have the up direction facing away from the ground/wall/ceiling and the forward direction facing you.
## [Unity Explorer](https://outerwildsmods.com/mods/unityexplorer/) ## Unity Explorer
You can use this to tweak the position, rotation, and scale of your props. These docs will not elaborate too much on this tool. There are other tutorials out there. You can use this to tweak the position, rotation, and scale of your props. These docs will not elaborate too much on this tool. There are other tutorials out there.
@ -22,8 +22,8 @@ You can use this to tweak the position, rotation, and scale of your props. These
There is an [old unity template](https://github.com/xen-42/outer-wilds-unity-template) and a [new one](https://github.com/ow-mods/outer-wilds-unity-wiki/wiki#outer-wilds-unity-assets) There is an [old unity template](https://github.com/xen-42/outer-wilds-unity-template) and a [new one](https://github.com/ow-mods/outer-wilds-unity-wiki/wiki#outer-wilds-unity-assets)
The project contains ripped versions of all the game scripts, meaning you can put things like DirectionalForceVolumes in your Unity project to have artificial gravity volumes loaded right into the game. The project contains ripped versions of all the game scripts, meaning you can put things like DirectionalForceVolumes in your Unity project to have artificial gravity volumes loaded right into the game.\
Either one works, but the tool one has more tools and more feature-full versions of the scripts (in exchange for being invite-only) Either one works, but the new one has more tools and better versions of the scripts (in exchange for being invite-only).
Read [this guide](https://github.com/ow-mods/outer-wilds-unity-wiki/wiki/Tutorials-%E2%80%90-Using-asset-bundles) on how to work with asset bundles in editor. Read [this guide](https://github.com/ow-mods/outer-wilds-unity-wiki/wiki/Tutorials-%E2%80%90-Using-asset-bundles) on how to work with asset bundles in editor.