home *** CD-ROM | disk | FTP | other *** search
/ The Equalizer BBS / equalizer-bbs-collection_2004.zip / equalizer-bbs-collection / DEMOSCENE-STUFF / ASS_PC4K.ZIP / ALLSTUPH / 4KBINTRO.NFO < prev    next >
Text File  |  1994-08-06  |  5KB  |  135 lines

  1. ┌──────────────────────────────────────────────┐
  2. │ "THE SMALL ONE" copyright by "GREEN APPLE!"  │
  3. │ written in 1994 for the great Assembly'94    │
  4. ╧══════════════════════════════════════════════╧═════════════════════════════
  5.  
  6. ┌────────┐
  7. │Credits │
  8. ┴────────┴───────────────────────────────────────────────────────────────────
  9.  
  10. Code/Grafix : Cyder & JUR /Green Apple
  11.  
  12. ┌────────┐
  13. │Contents│
  14. ┴────────┴───────────────────────────────────────────────────────────────────
  15.  
  16.  
  17. - Some crappy old effects
  18. - bad design (you found it ? we miss it !)
  19. - some gfx
  20. - no sound (not allowed)
  21. - knowledge of some books about hardware
  22. - some fine utils (Borland-Pascal editor, TASM & TLINK)
  23. randomly smashed together and the result packed with COMPACK and
  24. surprised that we don't steped over the 4096 bytes border.
  25.  
  26. ┌──────┐
  27. │Result│
  28. ┴──────┴─────────────────────────────────────────────────────────────────────
  29.  
  30. Nothing special, but ever tried to put it in 4096 Bytes??
  31.  
  32. ┌─────────────┐
  33. │Requirments  │
  34. ┴─────────────┴──────────────────────────────────────────────────────────────
  35.  
  36. ════════════╤════════════════════════════════════════════════════════════════
  37. processor   │ 386 - we use the 386 commands to short the code
  38. memory      │ you need arround 300 - 350 KB. That's amazing for a 4KB intro
  39.             │ isn't it ? =)
  40. HD          │ 4 KB is minimum, ok ? or you use your floppy
  41. graphiccard │ VGA
  42. keyboard    │ You should have a <ESC>-key to smash if you are bored - some
  43.             │ others are required to start the Intro - means you need :
  44.             │ "S","M","A","L","O","N","E",Return,<ESC> - not many, aren't they ?
  45.             │ Uh I forgot, to find the hidden part maybe you need some other
  46.             │ keys - btw) you have to type a text while running ...
  47. monitor     │ that's your thing, ok ?
  48. MHz         │ not to slow ok ? we code it on a 386DX/25 (works fine !).
  49.             │ But speed depends mostly on your graphic card.
  50. soundcard   │ sound not allowed, so there's no requirement
  51. ════════════╧════════════════════════════════════════════════════════════════
  52.  
  53. No V86-mode allowed - means no EMM386/WINSLOW or something like this !
  54. BTW) Thx to all people help us to fix problems with "smartdrv required ;)"
  55.  
  56. anything else ?
  57. Think - all what you need to run your computer !
  58. You know useless things like AUTOEXEC.BAT, CONFIG.SYS, COMMAND.COM ...etc.
  59.  
  60. ┌───────
  61. │Greetings
  62. ┴────────────────────────────────────────────────────────────────────────────
  63. Cyder:
  64.        on Internet (coolest thing in the world...) :
  65.  
  66.               Torben Thellefsen (Work not to much - Your OS/2 player ready ;) ?
  67.  
  68.               Christopher Taschner (big 'hello' waves to america
  69.                                     keep pardying :)
  70.           
  71.         at Potsdam/Berlin - no greets, only game lamers :(
  72.  
  73.                 to be continued ...
  74.  
  75. ┌──────
  76. │ Thanx
  77. ┴────────────────────────────────────────────────────────────────────────────
  78.  
  79. Cyder:
  80.  
  81.      Draeden of VLA - for his great MODplayer discription
  82.  
  83.      Dennis         - for betatesting my MODplayer on SB 2.0
  84.  
  85.      Jan            - for betatesting this piece of art ;)
  86.  
  87.      Craig        - hope continue working together on the SB-DOC 
  88.               version 1/2/3 ;)
  89.  
  90.      my sister/mother/father - for being so nice
  91.  
  92.      all people helped me with my SoundBlaster discription
  93.  
  94.      Creative Labs  - for being so lame
  95.  
  96.      Microsoft      - for writing WINSLOW
  97.  
  98.      Internet       - for being so cheap for me as a student :)
  99.  
  100.      TVstations     - for every 20 min advertisment :(
  101.  
  102. JUR:
  103.  
  104.      Michiel O.     - can't await to see your tracker.
  105.  
  106.      Daredevil      - is it realmode, protected mode or whatever? It works,
  107.                       so I don't care ;)
  108.  
  109.      The Faker      - tschuldigung, is nun doch kein Textsucher für ZIP-files
  110.                       geworden ;)  Bist du jetzt sehr enttäuscht ??
  111.  
  112.      Progrex        - Thanx for releasing REALMEM.ZIP
  113.  
  114.      Chicken        - Thanx for your help !
  115.  
  116.      Allan          - Thx for COMPACK !
  117.  
  118.  
  119. ┌────────────────────────┐
  120. │Error codes of our Intro│
  121. ┴────────────────────────┴───────────────────────────────────────────────────
  122.  
  123. We had not enough space in our intro to put the full errormessage into the
  124. code. Therefore we use errorcodes :
  125.  
  126. error 1: 386 processor (or above) required !
  127. error 2: V86-mode (realmode emulation) not allowed !
  128.          Remove TSR/DRV like EMM386 - easiest way is to boot with no
  129.          autoexec.bat. Config.sys only with "HIMEM.SYS"
  130. error 3: VGA-card required !
  131. error 4: not enough memory ! Hey come on - your system works fine with free
  132.          base memory below 350 KB ?
  133.  
  134. Signed, Cyder & JUR   /Green Apple
  135.