server.manoel.dev/extra_games/dos/DOSGAMES/VirtualHD/Star Traders/

NameSizeLast modification

Parent directory

file_id.diz119 B

119 B2008-01-01 01:00:00 -03:00 17 years ago

manual.txt4.2 KB

4.2 KB2000-01-31 11:45:24 -02:00 25 years ago

ntrade.bas39.4 KB

39.4 KB2000-01-31 13:20:02 -02:00 25 years ago

ntrade.exe81.9 KB

81.9 KB2000-01-31 11:40:08 -02:00 25 years ago

readme.txt2.7 KB

2.7 KB2000-01-31 11:39:08 -02:00 25 years ago

trade.bas15.6 KB

15.6 KB2000-01-28 20:17:44 -02:00 25 years ago

trade.exe50.9 KB

50.9 KB2000-01-29 00:16:54 -02:00 25 years ago

readme.txt

Notes on STAR TRADERS (a.k.a. STAR LANES)
         ============         ==========

The only sign of authorship in the original program is this
comment:

     MODIFIED for 'ALTAIR BASIC 4.0' BY - S J SINGER

In fact, the program has several "features" which lead me to
believe it hasn't really worked right since the days of Altair
BASIC 4 (it uses old-style string extractions.)

I believe that this program is in the Public Domain. My changes
and enhancements (NTRADE.BAS) are hereby placed in the public
domain.

-------------------------------------------------------------------

The help screens from the game have been copied into MANUAL.TXT.

This package includes two versions of the game: TRADE and NTRADE.
Both are available in source (.BAS) and executable (.EXE) form,
suitable for running on a PC or compatible.

TRADE "Classic"
===============

TRADE is the original version from an old CP/M floppy, except that
all occurrences of PRINT Z1$ were replaced with the new CLS
statement. Z1$ contains the "clear screen" escape sequence for
ADM-3A and compatible terminals (including my reliable old Kaypro
2x.) TRADE has several bugs regarding input validation, so be
careful!

TRADE.BAS works fine in Microsoft GW-BASIC (and probably others.)

TRADE.EXE works fine on every PC I have access to.

NTRADE "Improved"
=================

NTRADE is a version I hacked and slashed under Turbo Basic and
QBasic. It uses VGA 640x480x16-color video mode (if available,)
and tries to simulate the look and feel of the later Kaypro
CP/M machines. It includes a subset of the Kaypro font, and all
PRINT and INPUT statements have been rewritten to use special
video routines that display in that font, in green (my Kaypro has
a green screen.) A flashing block cursor is simulated.

I have tried to fix all the input validation bugs in NTRADE. I
have also replaced processor-speed-sensitive timing loops with
clock-based delays of approximately the right length. Uppercase-
only text has been converted to lowercase with appropriate
capitalizations. Numerous spelling errors have been fixed.

NTRADE.BAS works fine in Microsoft QBasic and Borland TurboBasic
           (and probably in QuickBasic and PowerBasic too.)

NTRADE.EXE requires color. If you have a VGA or compatible video
           adapter, it will use the Kaypro 2x font.

If NTRADE fills your screen with snow, press the TAB key twice.
This will switch to text mode. If you prefer the original
uppercase-only text, press the TAB key once. You can exit NTRADE
from any INPUT statement using the ESC key or Ctrl-C.

- Benjamin C. W. Sittler