home *** CD-ROM | disk | FTP | other *** search
/ Assembly 1994 - The 3rd Phase / ASMROM94.mdf / pc / 4kintro / 4k_less.txt < prev    next >
Text File  |  1994-11-12  |  5KB  |  96 lines

  1.     /*******************************************************************\
  2.     *                       P∙A∙R∙A∙N∙O∙I∙D∙S                           *
  3.     *                       ~~~~~~~~~~~~~~~~~                           *
  4.     *                       proudly presents:                           *
  5.     *                                                                   *
  6.     *      Small intro for Assembly '94 4kb intro competition.          *
  7.     *      ---------------------------------------------------          *
  8.     *                      Code: Brainstrom                             *
  9.     *              Ideas/design: Dr.Doom and Brainstorm                 *
  10.     *                     Music: None ;-)                               *
  11.     \*******************************************************************/
  12.  
  13. YO!!
  14.  
  15.   This intro is our attempt to 'win' Assembly '94 4kb intro competition :-D.
  16. Our basic idea was, that landscape routine we released last year,
  17. took too much space and we simply tried to made it fit into 4096 bytes
  18. or less... Same time we did one nice Bezier-line draw & morphing routine
  19. to improve the result of final version. Screen resolution we used was
  20. 320*240*256 so only 100% register compatible VGA-adapters will show the
  21. whole intro right.
  22.  
  23.   Code is optimized by size (VERY MUCH) and speed (there was lot's of
  24. unnecessary stuff spending expensive CPU time...). Because lack of space
  25. given by party organizers we didn't have change to make it any longer
  26. it's now...  Try it and enjoy. Remember, 'cause lack of time, we
  27. couldn't make it any better....sorry for that...maybe next time..;-)
  28.  
  29. Hardware requirements:
  30.  
  31.          - 386SX/25 or above (DX33 or faster to move smoothly...)
  32.          - 75kb free memory (You should have that much anyway)
  33.          - Works fine with QEMM, EMM386 and other popular memory manager
  34.          - No sound from ANY known soundcard (Blame party organizers!!!)
  35.          - VGA adapter with 256kb memory on it!
  36.          - DOS 3.2 or above (4DOS works too, very well indeed...)
  37.          - That's all folks...
  38.  
  39.   We really hope this intro didn't bore you too much. We have planned to
  40. release sources of this intro soon after the intro has been released.
  41. The Intro has been coded mostly with Borland C++ 3.1 and code edited
  42. with Qedit Advanced V3.0. The code has been optimized for Borland 3.1,
  43. so it might not work on anything else, or even with earlier versions of
  44. the compiler. Without fast food and Coca Cola, this production wouldn't
  45. have ever finished.
  46.  
  47. If you want to contact us (for any reason), call to:
  48.  
  49. Place of Pilgrimage:
  50.  
  51.          Node #1: +358-18-7880 136 (USRobotics HST DS V32B V42B)
  52.          Node #2: +358-18-7880 982 (Zyxel 16.8K V32B V42B)
  53.  
  54. Or write to us:
  55.  
  56.          PARANOIDS
  57.          PL 75
  58.          FIN-15101 LAHTI
  59.          FINLAND
  60.  
  61. Greetings/hellos goes out to:
  62.  
  63. Mic Dair/Complex        (Still playing NHL hockey team??)
  64. Dr.Nesi/Simplex         (One more cookie, ok?)
  65. Dave/Simplex            (Having a job is wonderful, isn't it??)
  66. Gore/Future Crew        (I'll try to keep in touch little bit more in
  67.                         future...at least I hope so....)
  68. PSI/Future Crew         (Please, if you have no time to fix bugs
  69.                         of ST 3.01, give sources of it to someone who
  70.                         have!!)
  71. Abyss/Future Crew       (You really did surprise me with your BBS!)
  72. Snake Man/Rehab team    (Yes, Coca Cola IS for coders...)
  73. Sonic-PC                (Can't remember anything special...sorry guys!!)
  74. OC/Virtual Visions      (DSMI = Does So Much Interference...right? ;-)
  75. Codex/Extend            (Your 4Kb intro really has NOTHING in it!)
  76.  
  77.   And very special thanks to all groups and peoples is scene who have
  78. remembered us so long time!!! We like to greet all of you but we simply
  79. can't remember all names we have been touch with...SORRY!!!!
  80.  
  81.   P.S. We are still looking for talented coders (ASM and/or C(++)). If
  82. YOU think you may have something to offer to us and want to join, please
  83. don't hesitate to contact us! (To speed up process, send sample of your
  84. handwork to us so we know what we are working with...)
  85. Specially coders for commercial projects are wanted...and of course
  86. those commercial projects are welcome..;-D.
  87.  
  88. Signing off,
  89. Dr.Doom/Paranoids
  90.  
  91.  ****************************************************************************
  92.  ** THIS PRODUCT MAY BE DISTRIBUTED THROUGH CD-ROM W/O EXPLICIT PERMISSION **
  93.  ****************************************************************************
  94.  
  95. -End Of Info File-
  96.