Outer Wilds Hug Mod
<b>Adds a hug mechanic to the game and unlocks a new DLC-exclusive option in the settings menu.</b>
DLC not required, but there are spoilers in the source code.
Huge thanks to JohnCorby, Vesper, and the Outer Wilds modding community for their coding help and support, and Tephirax for the screenshot used in the thumbnail!
How to use the API
This mod comes with an API, allowing other mods to use its mechanics to make their custom content huggable!
- To introduce hug functionality into your mod, add this .cs file to your project.
- Access the API by calling something like
var hugApi = ModHelper.Interaction.TryGetModApi<IHugModApi>("VioVayo.HugMod");
.
You might also have to addusing HugMod;
at the top of your file. - Use the methods defined in the interface to add and customise the hug script to fit specific characters or objects.
- All methods included in the .cs file come with summaries that explain what they do, but if anything's unclear and you have questions, feel free to join the discord linked above and ask.
Hug Mod
Adds a hug mechanic to the game
Comments
🔥
Loading comments...
(Javascript needs to be enabled for this)