VLQP79

Virus LQP-79 game (MSXdev'18)

Description

Amy lived her happy life in a pretty normal town... until that fateful accident at the nearby research facility. Officials denied the incident at first, until the entire facility was abandoned. Neighbours started acting weird. Amy didn't feel safe anymore. While trying to leave town, she found herself running from a hoard of zombies. What Amy didn't expect, was to find other survivors. Help her escape and rescue the ones not infected by the LQP-79 virus. Hurry!

Port to MSX of the Arduboy game of Team Arg. ( https://github.com/TEAMarg/ID-40-VIRUS-LQP-79 )

Files
Package
Individual files
Default install directory
A:\VLQP79
Build files
Build script
mkdir -p package/
unzip VLQP79.zip
mv lqp79.rom package/
mv readme.txt package/
cat > package/VLQP79.bat << EOF
REM Look for SROM.COM in default dir
IFF EXIST %_DISK%:\SOFAROM\SROM.COM
  %_DISK%:\SOFAROM\SROM.COM LQP79.ROM
ELSE
  REM Try to run it from path
  IFF EXIST SROM.COM
    SROM.COM LQP79.ROM
  ELSE
    echo "SROM.COM not found. Install it with: 'HUB install SOFAROM'"
    exit 1
  ENDIFF
ENDIFF
EOF
unix2dos package/VLQP79.bat
  • 1.0-1 2018-10-28
    • First release
Details
Category
Games
Author
Pentacour
Packager
Carles Amigó (fr3nd)
License
 Unknown
Url
 https://www.msxdev.org/2018/05/10/msxdev18-3rd-entry-virus-lqp-79/
Install instructions
hub install VLQP79