24 releases (12 breaking)

0.13.1 Mar 21, 2024
0.12.2 Feb 12, 2024
0.11.3 Sep 26, 2023
0.10.0 Jul 28, 2023

#651 in Filesystem

Download history 37/week @ 2023-12-30 10/week @ 2024-02-03 16/week @ 2024-02-10 329/week @ 2024-02-17 55/week @ 2024-02-24 1/week @ 2024-03-02 210/week @ 2024-03-09 170/week @ 2024-03-16 19/week @ 2024-03-23 70/week @ 2024-03-30 11/week @ 2024-04-06

276 downloads per month
Used in owmods_cli

GPL-3.0-or-later

1MB
4.5K SLoC

Contains (Windows DLL, 465KB) linux_replacement_dlls/System.dll, (Windows DLL, 115KB) linux_replacement_dlls/System.Core.dll, (Windows DLL, 13KB) SaveEditor.dll, (Windows DLL, 9KB) TimeSaver.dll

Outer Wilds Mod Manager Core Package

OWMM Logo
The core library for the Outer Wilds Mod Manager.
Core | CLI | GUI


crates.io Documentation GPL-3 licensed CI RS Release

The core library for the Outer Wilds Mod Manager, this package is responsible for basically everything from fetching the db to downloading mods to validating local mods to launching the game.

Usage

cargo add owmods_core

Analytics

In order to send analytics events you'll need to set the ANALYTICS_API_KEY environment variable before compilation.

Configuration

This package operates using the global manager configuration located in ~/.local/share/ow-mod-man (and similar on other OSs).

You can change these paths by passing a different path in a Some variant to Config::get and Config::default.

You can change the OWML path by simply passing a different path to OWMLConfig::get

Building

To build this package locally clone the repo git clone https://github.com/ow-mods/ow-mod-man and run cargo build -p owmods_core

Dependencies

~15–32MB
~510K SLoC