ATD

Any Treasure Day game (MSXdev'18)

Description

Any Treasure Day is the 8th entry for MSXdev’18. It is a text adventure. This game was made a while ago, and now it is released as an engine test compatible with the Graphical Adventure Creator. The author recommends not to play this adventure using C-BIOS at this point.

While exploring the countryside, you find a sign. It says: “Any Treasure Day! Bring any treasures here! You will be rewarded with Fame, Money, Food! Anything!”

Are you able to find treasure here?

Files
Package
Individual files
Default install directory
A:\ATD
Build files
Build script
mkdir -p package/
unzip msxdev18_any_treasure_day.zip
mv atd.rom package/ATD.ROM
mv instructions_atd.txt package/README.TXT
cat > package/ATD.BAT << EOF
REM Look for SROM.COM in default dir
IFF EXIST %_DISK%:\SOFAROM\SROM.COM
  %_DISK%:\SOFAROM\SROM.COM ATD.ROM
ELSE
  REM Try to run it from path
  IFF EXIST SROM.COM
    SROM.COM ATD.ROM
  ELSE
    echo "SROM.COM not found. Install it with: 'HUB install SOFAROM'"
    exit 1
  ENDIFF
ENDIFF
EOF
unix2dos package/ATD.BAT
unix2dos package/README.TXT
  • 1.0-1 2018-10-10
    • First release
Details
Category
Games
Author
Timmy
Packager
Carles Amigó (fr3nd)
License
 Unknown
Url
 https://www.msxdev.org/2018/10/29/msxdev18-8th-entry-any-treasure-day/
Install instructions
hub install ATD