STEP

Step (MSXdev'21)

Description

A scifi adventure game in three chapters.

The Earth is going to hell in a handbasket. Rather than trying to fix Earth, humans have sent two spaceships to establish a colony on a planet presumed dead. The faster, smaller ship with its crew in cryogenic sleep to initiate the process of terraforming the planet, and preparing for the arrival of the bigger generation ship with humans, plants and some animals.

You are on the former ship.

Files
Package
Individual files
Default install directory
A:\STEP
Build files
Build script
mkdir -p package/
unzip step.zip
mv "MSXdev21_Step_v1.1.rom" package/STEP.ROM
mv "MSXdev21_Step_v1.1.txt" package/README.TXT
cat > package/STEP.BAT << EOF
REM Look for SROM.COM in default dir
IFF EXIST %_DISK%:\SOFAROM\SROM.COM
  %_DISK%:\SOFAROM\SROM.COM STEP.ROM
ELSE
  REM Try to run it from path
  IFF EXIST SROM.COM
    SROM.COM STEP.ROM
  ELSE
    echo "SROM.COM not found. Install it with: 'HUB install SOFAROM'"
    exit 1
  ENDIFF
ENDIFF
EOF
unix2dos package/STEP.BAT
unix2dos package/README.TXT
  • 1.1-1 2021-08-04
  • First release
Details
Category
Games
Author
Uninteresting
Packager
Carles Amigó (fr3nd)
License
 Unknown
Url
 https://www.msxdev.org/2021/08/03/msxdev21-21-step/
Install instructions
hub install STEP