/mas-mdk-image

📦 Monika After Story Mod Development Kit, ready for submod code linting and packaging

Primary LanguageShellMIT LicenseMIT

MAS MDK Image

GitHub Workflow Status Docker pulls Docker image size Discord server

Monika After Story Mod Development Kit Image is a project aimed to provide easy to use Docker image with necessary Ren'Py SDK and Doki Doki Literature Club distributions included as well as latest Monika After Story release to allow one to perform code linting and unit testing.

New MAS MDK images are built with every new MAS updates (stable channel) with update checks performed daily. In the event of new update released, MAS MDK image will be automatically built within 24 hours (at most.)

Credits

Huge thanks to @multimokia for hosting ddlc-mod-base Docker image that is used with this project and for the idea of it.

Doki Doki Literature Club is created by Team Salvato, all rights reserved. Repository owners, contributors or maintainers do not claim ownership over the title/game and are not associated with Team Salvato in any way. Project license only applies to project files stored in this repository and do not cover other people/organization work used in this project.

Usage

This image is based off Ubuntu 22.04 image and includes @multimokia's ddlc-mod-base contents, with MAS content being added in there as well powered by that repository scripts and Dockerfile.

Resource paths:

  • /mdk/mas — Monika After Story installed over DDLC
  • /mdk/renpy — Ren'Py SDK suitable for submod code checking

You can pull this image from GitHub Container Registry or DockerHub, as you like:

docker pull ghcr.io/friends-of-monika/mas-mdk:latest
# ... or ...
docker pull friendsofmonika/mas-mdk:latest