mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Merge branch 'main' into dev
This commit is contained in:
commit
4de39c7284
@ -3,7 +3,7 @@ title: Detailing
|
||||
description: A guide to adding details to planets in New Horizons
|
||||
---
|
||||
|
||||
For physical objects there are currently two ways of setting them up: specify an asset bundle and path to load a custom asset you created, or specify the path to the item you want to copy from the game in the scene hierarchy. Use the [Unity Explorer](https://outerwildsmods.com/mods/unityexplorer) mod to find an object you want to copy onto your new body. Some objects work better than others for this. Good luck. Some pointers:
|
||||
For physical objects there are currently two ways of setting them up: specify an asset bundle and path to load a custom asset you created, or specify the path to the item you want to copy from the game in the scene hierarchy. Use the Unity Explorer mod to find an object you want to copy onto your new body. Some objects work better than others for this. Good luck. Some pointers:
|
||||
|
||||
- Use "Object Explorer" to search
|
||||
- Generally you can find planets by writing their name with no spaces/punctuation followed by "\_Body".
|
||||
@ -11,19 +11,19 @@ For physical objects there are currently two ways of setting them up: specify an
|
||||
|
||||
## 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.
|
||||
|
||||
## [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 [Unity Explorer](https://outerwildsmods.com/mods/unityexplorer) 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.
|
||||
|
||||
## Asset Bundles
|
||||
|
||||
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.
|
||||
Either one works, but the tool one has more tools and more feature-full versions of the scripts (in exchange for being invite-only)
|
||||
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 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.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user