home *** CD-ROM | disk | FTP | other *** search
/ Supremacy 1 / Supremacy-1.iso / DEMOS / 0-9 / 35KCOMPO.ZIP / 3_5K_DEM.O / 3_5K_DEM.TXT < prev   
Text File  |  1996-12-30  |  5KB  |  106 lines

  1. * At long last.... 
  2.  
  3. * Originally intended to go out of PB Diskmag #23, but I dind't have time to 
  4. * finish it, and all the usual crap excuses......
  5.  
  6. * The demo that took bloody years to actually finish, even though most of the
  7. * code was done very quickly at the very start.....
  8.  
  9. * The completely-ripped-off-everyone-else demo, expect for the bits I did....
  10.  
  11. * Apart from that, it's a very nice megademo......
  12.  
  13. * And it's only 80K long in total!!!!
  14.  
  15.  
  16.  
  17.      = I T ' S ... T H E . . . =
  18.  
  19. ------------------------------------------------------------------------------
  20. ------########----------############----####----------------------------------
  21. ----####----####--------####------####--####----------------------------------
  22. ------------####---##---####------------####--####-------- M - E - G - A -----
  23. ------########----####----##########----########------------------------------
  24. ------------####---##-------------####--####--####-------- D - E - M - O -----
  25. ----####----####--------####------####--####--####----------------------------
  26. ------########-------------#########----####--####----------------------------
  27. ------------------------------------------------------------------------------
  28. ------------------------------- STFM /STE only -------------------------------
  29. ------------------------------------------------------------------------------
  30.  
  31.  
  32.     Screens by Michael Bittner, Black Bytes, Black Monolith Team, Delta Force,
  33.     Dynamic Duo, Jeff Minter, Overlanders & M-Coder, TVI. Menu and "loader" by
  34.     Agrajag of Digitech. Released 3rd January 1996 on various FTP sites.
  35.     
  36.     Yes folks, an 8 screen megademo in 80K, one which features:
  37.     
  38.     * a fullscreen!
  39.     * a 3D Flyer!
  40.     * a bit-bending scroller!
  41.     * a gigascroller!
  42.     * no less than FOUR games!
  43.     
  44.  All 8 screens were part of the 3.5K Demo Competition at the Third ST News 
  45.  Coding convention. Yes, that's right all the screens are less than the length
  46.  of this text file! When you conside what these screens do, this is a pretty
  47.  impressive feat of programming!
  48.  
  49.  
  50.  * DISCLAIMER - This is not an official STNCC3 program release, or endorsed by
  51.                 any of the coders of the 8 screens. This program may be copied
  52.                 freely only for non-profit purposes.
  53.                 
  54.  
  55.  * BACKGROUND TO THIS PROGRAM
  56.  
  57.  Most of this menu program was done at shortly after the release of the 8 
  58.  screens after the STNCC3, and was originally done as an screen for PB disk
  59.  magazine. I recently found this whilst looking through my old ST source code
  60.  disks, so I thought I might as well release it now while there's still some 
  61.  STFM and STE users still around!! So I hope all you people who still have
  62.  the old Atari machines enjoy this program!
  63.  
  64.  
  65.  * DETAILS ABOUT THIS PROGRAM
  66.  
  67.  All the screens were done by the various people at STNCC3. (All are 
  68.  credited!) The menu and loader was completely done by Agrajag. (Yes, I 
  69.  even did the music!) I say "loader"- what I mean is that the 3.5K demo 
  70.  incbined in the program and Atomix 3.5 packed is decrunched and 
  71.  relocated then run!
  72.  
  73.  All the screens are the original STNCC3 programs, and have not been 
  74.  altered, except to occasionally add the option leave the screen by pressing
  75.  a key if it's not already in the program. (If you can't do that, then you 
  76.  can always get back to the menu by pressing the reset button.) I also removed
  77.  the system calls in a couple of the programs! You might say "What! Why go to
  78.  all that bother?", but remember that this was supposed to be for PB Disk 
  79.  magazine, and they turn the system off! Also, you're still supposed to be
  80.  able to run this program when you press reset!
  81.  
  82.  It's wasn't that hard a job anyway. The only differences you might notice in
  83.  the programs are in the TVI Boinx game, where I patched the "printline" Trap
  84.  #1 command with my own routine, (You see the menu font instead of the system
  85.  font.) and the Jeff Minter Gridrunner, where I changed his XBios method of
  86.  reading the mouse to an interrupt method, which actually resulted in a bit
  87.  of a speed increase over the original!
  88.  
  89.  No, the real hard job was trying to get the BMT screen to work! If it 
  90.  doesn't work on your computer try loading the program in as low as 
  91.  possible in memory. For example, it works on my old battered STFM with UIS3
  92.  and CALLFSEL.ACC.
  93.  
  94.  ============================================================================
  95.  
  96.  Many thanks to everyone who has helped with the program, and apologies to
  97.  everyone whose work I have ripped off. The code will soon be available if 
  98.  enough people ask for it. Bye bye! 
  99.  
  100.  
  101.  Agarjag (mjames@grelb.src.gla.ac.uk)
  102.          (http://grelb.src.gla.ac.uk:8000/~mjames/computers/)
  103.          
  104.  2nd January 1996. (Happy New Year!)
  105.  
  106.