Skip to main content

A command-line mod installer and manager for Celeste

Project description

MONS - CommandLine Celeste Mod Manager

PyPI Documentation Status GameBanana

mons is a commandline Everest installer and mod manager for Celeste.

It was originally built for productivity when working on Everest, but can be used by players and developers alike.

This program requires basic competency using the commandline for your operating system. For a graphical installer, please use Olympus instead.

Install:

Arch Linux:

Install from the AUR: everest-mons

Using pipx (recommended):

$ pipx install mons

Using pip:

$ python3 -m pip install --user mons

Usage:

At any time, add the --help flag to print usage information for the current command.

A copy of this documentation is hosted online at mons.coloursofnoise.ca.

$ mons --help
$ mons install --help

Setup

The first step is to add a reference for your Celeste install. For the purposes of this documentation, it will be assumed that the install is named main.

$ mons add main path/to/Celeste/install

Every command that operates on a Celeste install (pretty much everything except list and config) will require the install name as the first argument.

Everest

Installing Everest can be done with a variety of options, including branch name (stable/beta/dev), build number (3366), or zip artifact (--zip /path/to/zip/archive).

Using the --latest flag will always install the most recent build available.

$ mons install main stable
$ mons install main --latest

Everest in an overlay filesystem (Linux only)

On Linux, an Overlay Filesystem can be used to isolate any modifications made by an Everest. This allows multiple Everest installs to use the same base Celeste files, and also makes uninstalling Everest much more reliable.

Use the --overlay option when adding an Everest install to assign it to an overlay filesystem:

$ mons add main path/to/Everest/install --overlay path/to/Celeste/install

Since mounting a filesystem requires elevated privileges, it is recommended to add it to /etc/fstab or use User Namespaces to avoid the need to enter the root password every time.

Everest from source

mons was created with Everest development in mind, and tries to make the process as streamlined as possible. Passing the --src option with the path to a copy of the Everest repo to mons install will, by default:

  1. Run dotnet build or msbuild in the project folder.
  2. Copy updated build artifacts from the build output into the Celeste install folder.
  3. Run miniinstaller.exe to install Everest from the build artifacts.

On GNU/Linux and macOS, mons will use the MonoKickstart executable bundled with Celeste to run miniinstaller, so a system install of mono is not required.

$ mons install main --src /path/to/Everest/repo --launch

Mods

mons supports Celeste mods that have been posted on GameBanana, but can also attempt to install from local or remote zip files, including Google Drive share links.

Dependencies will be automatically resolved where possible, and missing dependencies can be resolved at any point using mons mods resolve.

The --search option when adding mods uses the GameBanana Search API to provide a list of possible matches to install.

$ mons mods add main SpringCollab2022
$ mons mods add main https://gamebanana.com/mods/53697 # Communal Helper
$ mons mods add main --search Helper
$ mons mods update main
$ mons mods remove --recurse SpringCollab2022

Everest Website

For general feedback and questions ping @coloursofnoise on the Celeste Community Discord:

Mt. Celeste Climbing Association

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mons-2.0.0.tar.gz (87.0 kB view details)

Uploaded Source

Built Distribution

mons-2.0.0-py3-none-any.whl (66.9 kB view details)

Uploaded Python 3

File details

Details for the file mons-2.0.0.tar.gz.

File metadata

  • Download URL: mons-2.0.0.tar.gz
  • Upload date:
  • Size: 87.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for mons-2.0.0.tar.gz
Algorithm Hash digest
SHA256 135c814f06784f60b7b17a0b1b3d2401cbdab34abcb4ee806a2cf7487ad3e191
MD5 cbf58a835e782af149bb05302153e012
BLAKE2b-256 26d373eee4a5e1ed64a5b442b47a08e3c990b771d1807d42eaf2f864ed15f3a5

See more details on using hashes here.

File details

Details for the file mons-2.0.0-py3-none-any.whl.

File metadata

  • Download URL: mons-2.0.0-py3-none-any.whl
  • Upload date:
  • Size: 66.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for mons-2.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 b541992bb2ac75ec991e92e52c2dd00b76fa036db67b40e28e23afd74deca763
MD5 c4b2eb8278e57648d5d564d95e190ce9
BLAKE2b-256 9dc816b67d3fa2d6927100ef883e35afff52b69e461ff526c4489aaa6a7b5a59

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page