home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!bonnie.concordia.ca!daily-planet.concordia.ca!vax2.concordia.ca!spector
- From: spector@vax2.concordia.ca (Mitchell Spector)
- Newsgroups: comp.sys.apple2
- Subject: StarTrek: First Contact
- Message-ID: <24JUL199200291196@vax2.concordia.ca>
- Date: 24 Jul 92 05:29:00 GMT
- Sender: usenet@daily-planet.concordia.ca
- Organization: Concordia University
- Lines: 48
- News-Software: VAX/VMS VNEWS 1.41
-
-
- The author of ST:FC requested that I post this reply to a message I
- forwarded to him....
-
- --------(from Jim Royal)----------
-
- Paul: First, I should say that ZBasic is not an AppleSoft BASIC compiler,
- but a language in its own right. It bears a strong resemblance to
- MicroSoft BASIC, but with some Pascal-like capabilities, such as
- user-defined procedures. One of the more intruiging aspects of ZBasic is
- its ability to handle up to fifty-four significant digits in REAL numbers.
- The language is available for many platforms, including Apple II, Z80, IBM
- PC/XT, IBM 386, and Macintosh.
-
- Apple II ZBasic creates ProDOS SYS files (or BIN type chain
- modules). Once play begins, only two types of file operations are made:
- Chaning program modules, and loading DHR pictures. The first is handled
- through ZBasic, for obvious reasons. The second is handled myself with
- ProDOS MLI calls.
-
- Your system crash, including the blanked-out area on the screen,
- seems to be typical. Most users, however, manage to get much father into
- the game than you have (often as far as Stardate 45300) before the it
- dies.
-
- It definitely does look like memory is being overwritten in a
- major way. The double hi-res screen is being switched off when you quit,
- leaving you with standard hi-res, and half the display screen (every
- second column) missing. Compiling on a IIgs might have some effect on the
- program. I am trying to get access to one.
-
- Some of the changes in a possible upcoming version are: A check
- to see if there is sufficient RAM disk space, a bug fix for the Ferengi
- intruder, a better Nav-to-Planet routine, and a more sophisticated
- score-keeper. I have to be careful not to make the program modules too
- big, however. Otherwise, play from 5.25 disk would be impossible.
-
- Thanks very much for your input!
-
- Jim Royal
- ---------------------------------
-
- _________
- || IIgs! || Mitchell Spector
- ||_______|| Concordia University
- | _____ | spector@vax2.concordia.ca
- \_|[] |_|
- ~~~~~~
-