OWML is the mod loader and mod framework for Outer Wilds. It patches Outer Wilds to load mods, and provides mods a framework to interact with the game. OWML is inspired by SMAPI for Stardew Valley.
OWML does the following:
- Patches the game to make it call the mod loader.
- Starts the game.
- The mod loader loads and initializes installed mods.
With Outer Wilds Mod Manager (recommended):
- Download the Mod Manager from the Outer Wilds Mods website.
- Use the Mod Manager to install OWML and mods, and start the game.
Manual install:
- Download latest OWML release and extract the zip file anywhere you want.
- Download Outer Wilds mods and put them in the
mods
folder, each mod in a separate folder. - Start the game with OWML.Launcher.exe.
- If using Outer Wilds Mod Manager, first refer to it's uninstall guide.
- If not, delete OWML folder.
- Verify integrity of game files - OWML edits the game code to load itself, so verification is needed to remove the changes.
- Steam : Right click on game > Properties > Local files > Verify integrity of game files
- Epic : Three dots next to game > Verify
If you want to keep mod data intact but still play without mods, verifying the game files is enough. Just make sure to run the game through Steam/Epic, not OWML.Launcher.exe.
Refer to the sample mods in the source code for examples. These mods are not included in releases.
- Create a C# class library project targeting .Net Framework 4.0.
- Install the OWML Nuget package.
- Reference the following files in {gamePath}\OuterWilds_Data\Managed:
- Assembly-CSharp.dll
- UnityEngine.CoreModule.dll
- More Unity DLLs if needed
- Inherit from ModBehaviour.
For more info, see For modders.
Version | Compatible |
---|---|
1.1.10 | Yes |
1.1.9 | Unknown |
1.1.8 | Unknown |
1.0.0 - 1.0.7 | No |
OWML is compatible with Echoes of the Eye, and works on both Epic and Steam installations.
OWML is developed by the same people making the mods! On the Outer Wilds Discord, we are (in purple role colors) :
- alek
- Raicuparta
- _nebula
- TAImatem
Feature requests, bug reports and PRs are welcome on GitHub.
Authors:
Special thanks to:
- Outer Wilds
- Outer Wilds on Discord
- Outer Wilds on Reddit
- Inspired by (and some code from) SMAPI
- OWML logo banner by _nebula
Dependencies: