home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / mbug / mbug183.arc / READ.ME < prev    next >
Text File  |  1979-12-31  |  4KB  |  76 lines

  1. ANIMAL FARM
  2. ~~~~~~~~~~~
  3.  
  4. This program was origanally written by:
  5.  
  6.               Steve Herbert
  7.               154 Sixth Avenue
  8.               Avenue Park
  9.               SINGAPORE  1027
  10.  
  11. for BASICA on an IBM running DOS. The *.BAS files were firstly un-protected.
  12. Thay had been saved with the P (Protect) option. Many of the *.BAS files were
  13. infact BLOADable pictures of 640x200 resolution. Using OK Graphics on an IBM
  14. clone, these files were compressed to a 512x200 resolution PC PAINT format
  15. file. All files of both DOS disks were transfered to a 3.5" 776K Microbee
  16. disk using SETDISK (on MBUG#004 and MS-DOS data on MBUG#157) and MSWP (also
  17. on MBUG#157) on my 'bee. The PC-PAINT pics were converted to BeeArtistic
  18. format using SHOWPC (on MBUG#129). Some of these files were edited by
  19. BeeArtistic and when all were correct, they were converted to Micro World
  20. BASIC's Premium GRLOAD format using BA2GR.MWB (on MBUG#131).
  21.  
  22. The BASIC code was then loaded into non-document mode WordStar and "converted"
  23. to MicroWorld format. To convert to an MWB file to run under BASIC, firstly
  24. load BASIC and then type in:
  25.  
  26.               OPEN"i",6,"FULL FILENAME": IN#6 ON : CLOSE 6   <Return>
  27.  
  28. The file will then read in and when the END OF FILE ERROR appears, just type
  29. in:
  30.  
  31.               SAVE"FILENAME"
  32.  
  33. and you now have a MicroWorld Basic program that will run, provided it was
  34. converted with no errors made. (None ran first off with no errors!)
  35.  
  36. There were a few modifications made to the DOS version when converted to the
  37. 'bee version. 
  38.  
  39. 1.  Since all the files can fit on one Microbee disk (even a 386k 3.5" CIAB
  40.     or 5.25" disk), then the SETUP option was eliminated.
  41. 2.  Since not many 'bee owners have color monitors, I stripped out the few
  42.     simple color routines.
  43. 3.  There was a competition included in the program that had to be answered by
  44.     Dec 1989.  This section I removed.
  45. 4.  There were also 2 rather simple games included. Again, because they used
  46.     moving graphics and somewhat simple, they to were removed.
  47. 5.  To try and improve the text on the screen, I used the Modern Cursive Font
  48.     (MODCURS.DAT) I had on my Simply Write disk. I have also included my 
  49.     favorite, TYPE.DAT. The lines that load this font in are near the start of
  50.     AFARM, RETRIEVE & FARM.MWB so they can be changed (or elimanated) if one
  51.     so wishes. Any Simply Write font can be used provided a simple load routine
  52.     is included at the start of the file. Use SUPERZAP or PATCH or your
  53.     favorite file editor to review the first few bytes of TYPE.DAT.
  54.  
  55.  
  56. The programs in the current format will only run on a Premium, 256TC or Matilda.
  57. It is only the GRLOAD graphic files (*.PIC) that requires a Premium, etc. These
  58. graphic pics are not essential for the running of the program and can be removed
  59. if one wishes to run the program on any other disk Microbee. The PIC files are
  60. loaded via AFARM, RETRIEVE & FARM.MWB.
  61.  
  62. Well, that's about it. I hope someone get some benefit out of the program and
  63. that 'Animal Farm' is still being included in HSC/VCE Year 12 English
  64. Litrature.
  65.  
  66. This program is very similar to that on MBUG#180 ie. 'Lord of the Flies', also
  67. written and converted by the same authors. In fact, using those Basic programs
  68. I was able to convert from IBM to Microbee in a matter of a few hours, rather
  69. than weeks.
  70.  
  71. If you have any problems, sugestions, criticism or anything else, I cane be
  72. contacted via the MBUG RBBS, most MBUG meetings or via mail to MBUG's
  73. address.
  74.  
  75. Alan Laughton
  76.