Skip to content
@ow-mods

Outer Wilds Mods

Website GitHub Workflow Status GitHub Workflow Status GitHub Workflow Status GitHub Workflow Status

This organization contains all the repos relating to the Outer Wilds modding ecosystem.

The Ecosystem

  • The mod database is at the center of it all. Modders submit their mods there, and the database updates itself using the repository metadata from each mod. This "database" is just a static file, but it updates itself periodically to get the latest mod versions, download counts, etc.
  • The mods website is built based on information fetched from the mod database and the repository readmes from each mod.
  • The download extractor extracts the download counts for every mod over time from the mod database.
  • The mod manager downloads and installs mods using information from the mod database.
  • OWML loads the mods into the game. It's what actually makes mods work, so kind of a big deal. It is usually downloaded and installed by the mod manager, but can also be used manually (bypassing all this ecosystem bs if you so wish).
  • The mod template is a .NET project template that makes it easier to create mods.
  • The game libraries stores the stripped, publicized game libraries and pushes them to a Nuget package.
  • The Outer Wilds Alpha mod loader is a Bepinex helper for loading mods into the alpha of Outer Wilds.
  • The alpha game libraries stores the stripped, publicized game libraries of the alpha and pushes them to a Nuget package.

Modding Discord Specific

  • The weekly report generator generates a report every week the top 10 most downloaded mods, how many times they were downloaded in the past week, and their change in ranking from last week.
  • The branch watcher watches the Steam product information for Outer Wilds, and posts a message every time a branch is updated, added, or deleted.

Pinned Loading

  1. owml owml Public

    The mod loader and mod framework for Outer Wilds

    C# 79 13

  2. ow-mod-man ow-mod-man Public

    The mod manager for the Outer Wilds Mod Loader

    Rust 32 6

  3. outerwildsmods.com outerwildsmods.com Public

    Outer Wilds Mods website, made with Svelte

    Svelte 13 6

  4. ow-mod-db ow-mod-db Public

    Self-updating database of Outer Wilds mods

    TypeScript 13 23

Repositories

Showing 10 of 18 repositories
  • ow-mods/ow-mod-download-history’s past year of commit activity
    C# 1 0 0 0 Updated Jun 28, 2024
  • ow-mod-db Public

    Self-updating database of Outer Wilds mods

    ow-mods/ow-mod-db’s past year of commit activity
    TypeScript 13 MIT 23 1 0 Updated Jun 28, 2024
  • ow-mod-man Public

    The mod manager for the Outer Wilds Mod Loader

    ow-mods/ow-mod-man’s past year of commit activity
    Rust 32 GPL-3.0 6 3 5 Updated Jun 28, 2024
  • ow-mods/ow-branch-watcher’s past year of commit activity
    C# 1 0 0 0 Updated Jun 27, 2024
  • ow-weekly-report Public

    Generates a weekly report/info and sends a message to the Outer Wilds Modding discord.

    ow-mods/ow-weekly-report’s past year of commit activity
    C# 2 0 0 0 Updated Jun 24, 2024
  • ow-mod-template Public

    A nuget package that contains a template for creating outer wilds mods

    ow-mods/ow-mod-template’s past year of commit activity
    C# 3 MIT 0 0 1 Updated Jun 21, 2024
  • owml Public

    The mod loader and mod framework for Outer Wilds

    ow-mods/owml’s past year of commit activity
    C# 79 MIT 13 10 2 Updated Jun 10, 2024
  • OuterWildsGameLibs Public

    Stripped and publicized game libraries from Outer Wilds

    ow-mods/OuterWildsGameLibs’s past year of commit activity
    Batchfile 1 0 0 0 Updated Jun 10, 2024
  • outerwildsmods.com Public

    Outer Wilds Mods website, made with Svelte

    ow-mods/outerwildsmods.com’s past year of commit activity
    Svelte 13 6 0 0 Updated May 30, 2024
  • outer-wilds-unity-template Public

    Template Unity project with Outer Wilds scripts in it, meant for making AssetBundles to use in mods.

    ow-mods/outer-wilds-unity-template’s past year of commit activity
    C# 6 1 0 0 Updated Dec 9, 2023

Top languages

Loading…

Most used topics

Loading…