{"id":30657331,"url":"https://github.com/ow-mods/owml","last_synced_at":"2026-01-31T16:18:49.189Z","repository":{"id":41086585,"uuid":"228691212","full_name":"ow-mods/owml","owner":"ow-mods","description":"The mod loader and mod framework for Outer Wilds","archived":false,"fork":false,"pushed_at":"2025-10-11T22:02:16.000Z","size":12909,"stargazers_count":95,"open_issues_count":22,"forks_count":17,"subscribers_count":4,"default_branch":"master","last_synced_at":"2026-01-22T23:39:27.781Z","etag":null,"topics":["mod-loader","mod-manager","modding-framework","modding-library","outer","outer-wilds","wilds"],"latest_commit_sha":null,"homepage":"https://owml.outerwildsmods.com","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ow-mods.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":"docs/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-12-17T19:55:21.000Z","updated_at":"2026-01-01T14:30:27.000Z","dependencies_parsed_at":"2023-11-10T14:40:07.386Z","dependency_job_id":"35af8f3d-45da-456b-b1f9-42b1e9496f59","html_url":"https://github.com/ow-mods/owml","commit_stats":null,"previous_names":["amazingalek/owml"],"tags_count":142,"template":false,"template_full_name":null,"purl":"pkg:github/ow-mods/owml","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ow-mods%2Fowml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ow-mods%2Fowml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ow-mods%2Fowml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ow-mods%2Fowml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ow-mods","download_url":"https://codeload.github.com/ow-mods/owml/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ow-mods%2Fowml/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28947575,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T14:26:55.697Z","status":"ssl_error","status_checked_at":"2026-01-31T14:26:52.545Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["mod-loader","mod-manager","modding-framework","modding-library","outer","outer-wilds","wilds"],"created_at":"2025-08-31T11:13:08.677Z","updated_at":"2026-01-31T16:18:49.171Z","avatar_url":"https://github.com/ow-mods.png","language":"C#","readme":"![logo](owmllogo.png)\n![GitHub](https://img.shields.io/github/license/amazingalek/owml?style=flat-square)\n![GitHub release (latest by date)](https://img.shields.io/github/v/release/amazingalek/owml?style=flat-square)\n![GitHub Release Date](https://img.shields.io/github/release-date/amazingalek/owml?label=last%20release\u0026style=flat-square)\n![GitHub all releases](https://img.shields.io/github/downloads/amazingalek/owml/total?style=flat-square)\n![GitHub release (latest by date)](https://img.shields.io/github/downloads/amazingalek/owml/latest/total?style=flat-square)\n\n# Outer Wilds Mod Loader\n\nOWML 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.\n\n## How it works\n\nOWML does the following:\n1. Patches the game to make it call the mod loader.\n2. Starts the game.\n3. The mod loader loads and initializes installed mods.\n\n## Installation\n\nWith Outer Wilds Mod Manager (recommended):\n1. Download the Mod Manager from the [Outer Wilds Mods](https://outerwildsmods.com/) website.\n2. Use the Mod Manager to install OWML and mods, and start the game.\n\nManual install:\n1. Download latest OWML release and extract the zip file anywhere you want.\n2. [Download Outer Wilds mods](https://outerwildsmods.com/mods) and put them in the `mods` folder, each mod in a separate folder.\n3. Start the game with OWML.Launcher.exe.\n\n## Uninstall\n- If using Outer Wilds Mod Manager, first refer to it's uninstall guide.\n- If not, delete OWML folder.\n- Verify integrity of game files - OWML edits the game code to load itself, so verification is needed to remove the changes.\n  - Steam : Right click on game \u003e Properties \u003e Local files \u003e Verify integrity of game files\n  - Epic : Three dots next to game \u003e Verify\n\nIf 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.\n\n## For modders\n\n[Read the OWML docs to learn how to use it](https://owml.outerwildsmods.com/). Refer to the sample mods in the source code for examples. These mods are not included in releases. \n\n### Get started\n\nTo get started, check out [our tutorial on the docs](https://owml.outerwildsmods.com/guides/getting_started.html)\n\n## Compatibility\n\nOWML is only supported on the latest game version. It may work on older versions, but that cannot be guaranteed.\n\nOWML is compatible with Echoes of the Eye, and works on Epic, Steam, and Microsoft Store installations.\n\n## Feedback and Support\n\nOWML is developed by some of the same people making the mods!\nOn the [Outer Wilds Modding Discord](https://discord.gg/9vE5aHxcF9), we are:\n- alek\n- Raicuparta\n- _nebula\n- TAImatem\n\nFeature requests, bug reports and PRs are welcome on GitHub.\n\n## Credits\n\nAuthors:\n* [AmazingAlek](https://github.com/amazingalek)\n* [Raicuparta](https://github.com/Raicuparta/)\n* [_nebula](https://github.com/misternebula)\n* [TAImatem](https://github.com/TAImatem)\n\nContributors:\n* [salomj](https://github.com/salomj) - Helped with menus and inputs.\n* [artum](https://github.com/artumino) - Helped with menus and patchers.\n* [JohnCorby](https://github.com/JohnCorby) - Helped with audio loading stuff.\n\nSpecial thanks to:\n* [Outer Wilds](https://www.mobiusdigitalgames.com/outer-wilds.html)\n* [Outer Wilds on Reddit](https://www.reddit.com/r/outerwilds)\n* The unnofficial Outer Wilds Discord\n* Inspired by (and some code from) [SMAPI](https://smapi.io)\n* OWML logo banner by _nebula\n\nDependencies:\n* [dnpatch](https://github.com/ioncodes/dnpatch)\n* [dnlib](https://github.com/0xd4d/dnlib)\n* [HarmonyX](https://github.com/BepInEx/HarmonyX)\n* [ObjImporter](https://wiki.unity3d.com/index.php?title=ObjImporter)\n* [NAudio-Unity](https://github.com/WulfMarius/NAudio-Unity)\n* [Gameloop.Vdf](https://github.com/shravan2x/Gameloop.Vdf)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fow-mods%2Fowml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fow-mods%2Fowml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fow-mods%2Fowml/lists"}