Skip to content
This repository has been archived by the owner on Sep 9, 2023. It is now read-only.

๐Ÿš€ Toolkit for easier creation of Monika After Story development install

License

Notifications You must be signed in to change notification settings

Friends-of-Monika/jumpstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

30 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Jumpstart

A convenient toolkit for rapidly setting up dev install for the Monika After Story mod development.

Usage

Getting started

Download jumpstart.sh script file and save it somewhere:

$ curl -o jumpstart https://raw.githubusercontent.com/Friends-of-Monika/jumpstart/master/jumpstart.sh

Optionally, you can add it to /usr/bin (or any other location that is on $PATH.)

In further examples, it is assumed that jumpstart.sh is saved as jumpstart (no .sh extension) in current working directory.

Installing MAS

Jumpstart provides a fully automatic way to install MAS to DDLC with install command:

$ ./jumpstart install <existing DDLC install>

By default, the script will download the most recent stable release. If a Deluxe (spritepacks included) version is available within this release, you'll be prompted if you'd like to install it instead of the default distribution.

Configuring dev install

With Jumpstart you can convert MAS install into dev install within just few Enter hits:

$ ./jumpstart dev <MAS install>

You'll be asked if you'd like to enable console, install expressions previewer or import existing MAS persistent into dev install.