ABBAYE

Abbaye Des Morts game (MSXdev'20)

Description

Plot

In the 13th century, the Cathars, clerics who preached about the poverty of Christ and defended life without material aspirations, were treated as heretics by the Catholic Church and expelled out of the Languedoc region in France. One of them, called Jean Raymond, found an old church in which to hide from crusaders, not knowing that beneath its ruins lay buried an ancient evil.

About

Originally created by Locomalito (and music by Gryzor87) for PC emulating a ZX Spectrum game, it's now been ported to MSX.

Files
Package
Individual files
Default install directory
A:\ABBAYE
Build files
Build script
mkdir -p package/
mv ABBAYE.ROM package/ABBAYE.ROM
mv README.MD package/README.MD
mv LICENSE package/LICENSE
cat > package/ABBAYE.BAT << EOF
REM Look for SROM.COM in default dir
IFF EXIST %_DISK%:\SOFAROM\SROM.COM
  %_DISK%:\SOFAROM\SROM.COM ABBAYE.ROM
ELSE
  REM Try to run it from path
  IFF EXIST SROM.COM
    SROM.COM ABBAYE.ROM
  ELSE
    echo "SROM.COM not found. Install it with: 'HUB install SOFAROM'"
    exit 1
  ENDIFF
ENDIFF
EOF
unix2dos package/ABBAYE.BAT
unix2dos package/README.MD
unix2dos package/LICENSE
  • 1.2-1 2020-07-30
    • Version 1.2
  • 1.1-1 2020-07-28
    • First release
Details
Category
Games
Author
RetroDeluxe (Enric Geijo)
Packager
Carles Amigó (fr3nd)
License
 GPL-3.0
Url
 https://github.com/retrodeluxe/AbbayeMSX
Install instructions
hub install ABBAYE