From f3960f26adf49f64ab0870c3bd0fe530c91f2023 Mon Sep 17 00:00:00 2001 From: Deon George Date: Fri, 14 Sep 2018 17:36:37 +1000 Subject: [PATCH] Added Sysop Availability v2.0 and Reversi v1.1 --- Dockerfile | 21 +++++++++++++++++++++ README.md | 2 ++ 2 files changed, 23 insertions(+) diff --git a/Dockerfile b/Dockerfile index 1b88996..c284a08 100644 --- a/Dockerfile +++ b/Dockerfile @@ -78,6 +78,27 @@ RUN SOURCE_URL=https://chinwag.leenooks.net/mods && FILE=dm-mm200.zip && \ gunzip data.tar.gz && mkdir -p /tmp/data/text && cd /tmp/data/text && unzip /tmp/text.zip && chmod 644 * && cd /mystic/ && tar -C /tmp -rf /mystic/data.tar data/text/ && gzip data.tar && \ rm -rf /tmp/* +# Utility SYSOPAVAIL - Sysop Availablity v2.0 +RUN SOURCE_URL=https://chinwag.leenooks.net/mods && FILE=dm-op4112.zip && \ + cd /tmp && \ + curl -O ${SOURCE_URL}/${FILE} && \ + unzip ${FILE} && \ + cd /mystic/ && \ + chmod 644 /tmp/*.doc /tmp/*.mps && mv /tmp/dm-op411.doc docs/mod-op4112-2.0-sysop.txt && \ + mv /tmp/dm-op411.mps scripts/ && cd scripts && ./mplc dm-op411.mps && cd .. && \ + rm -rf /tmp/* + +# Game REVERSI - Reversi v1.1 +RUN SOURCE_URL=https://chinwag.leenooks.net/mods && FILE=gy-rvrs10.zip && \ + cd /tmp && \ + curl -O ${SOURCE_URL}/${FILE} && \ + unzip ${FILE} && \ + cd /mystic/ && \ + chmod 644 /tmp/*.txt /tmp/*.mps /tmp/*.ans && mv /tmp/sysop.txt docs/mod-rvrs-1.0-sysop.txt && \ + mv /tmp/reversi.mps scripts/ && cd scripts && ./mplc reversi.mps && cd .. && \ + gunzip data.tar.gz && mkdir -p /tmp/data/text && mv /tmp/r*.ans /tmp/data/text/ && tar -C /tmp -rf /mystic/data.tar data/text/ && gzip data.tar && \ + rm -rf /tmp/* + # Game Galactic Dynasty 0.9.1-dev RUN apt-get update \ && apt-get install --no-install-recommends --allow-unauthenticated -yqq galacticdynasty \ diff --git a/README.md b/README.md index eda56c4..c0e75d8 100644 --- a/README.md +++ b/README.md @@ -76,10 +76,12 @@ This image is based on the above image, with the follow additional games/tools i | Game | Double Up | Double Up! for Mystic V1.0 by Darryl Perry | No special action required - refer to doc in /mystic/docs for execution. | | Game | Galactic Dynasty | Galactic Dynasty by Andrew Pamment, a game like Barren Realms Elite | You'll need to copy `/mystic/docs/doors/galacticdynasty` to somewhere on `/mystic/data` so that your game data is preserved between container re-deployments. Modify `start.sh` to suite your needs - refer to doc in /mystic/docs for execution. | | Game | Master Mind | Master Mind v2 by Dream Master | No special action required - refer to doc in /mystic/docs for execution. | +| Game | Reversi | Reversi v1.0 by Darryl Perry | No special action required - refer to doc in /mystic/docs for execution. | | Utility | BLAM | BBS List Admin Manager for Mystic v2.0 by Darryl Perry | Refer to doc in /mystic/docs for execution. | | Utility | MakeNL | Nodelist Management | Refer to the docs in `/usr/share/makenl` | | Utility | Moon | Display the phase of the Moon by xqtr | No special action required - refer to doc in /mystic/docs for execution. | | Utility | QRCode | Generate a QR Code by xqtr | No special action required - refer to doc in /mystic/docs for execution. | +| Utility | Sysop Avail | Sysop Availability by Dream Master | No special action required - refer to doc in /mystic/docs for execution. | | Utility | User Bday | Users Birthdays by Dream Master | No special action required - refer to doc in /mystic/docs for execution. | **NOTE:** Remember, for anything to persist in the docker container, those files needs to be stored somewhere under `/mystic/data`