Skip to content

Latest commit

 

History

History

owmods_gui

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Outer Wilds Mod Manager GUI

OWMM Logo
The GUI Version Of The Outer Wilds Mod Manager.
Core | CLI | GUI


Latest Flathub AUR GPL-3 licensed CI JS CI RS Release

The GUI interface for the Outer Wilds Mod Manager, this package is responsible for providing a streamlined way to manage, install, and validate your mods. As well as running the game. This is achieved using the owmods_core package.

Installation

Check out the mods website for instructions.

Steam Deck Installation

Go into the Discover app in desktop mode and search "Outer Wilds" and the manager should appear.

Building

Prerequisites:

  • rust
  • cargo
  • node
  • npm

You'll need the tauri CLI installed, so run:

cargo install tauri-cli

Clone the repo:

git clone https://github.com/ow-mods/ow-mod-man/

Go into owmods_gui/frontend and run:

npm i

To install dependencies, then go back to the root of the repo.

And finally you can run a dev environment:

cargo tauri dev

... Or Build:

cargo tauri build

Builds are located in target/ at the root of the repo.

On Debian

On debian you need to install some dependencies with apt:

sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libayatana-appindicator3-dev librsvg2-dev

build.rs Error in backend/

Just create an empty dist/ folder next to backend, tauri expects one to be there from vite but it isn't since you haven't ran it yet.

Screenshots

The main screen of the app The updates tab allowing you to update mods The logs screen when starting the game The settings menu for easy OWML tweaking The about modal