home *** CD-ROM | disk | FTP | other *** search
/ HOT Scene Stuff / hotscenestuffzyklop1996.iso / demos / verses / verses.nfo < prev   
Text File  |  1994-08-17  |  8KB  |  211 lines

  1.  
  2.      ▄████████▄
  3.     ███████████
  4.    ████▀  ▐███▌   ▐█▌
  5.   ███▀    ███▌   ▐███▌
  6.  ███▌    ▐███    █████▌
  7. ▐███     ███▌   ▐██████
  8. ███▌    ▐███▌   ██ ████▌
  9. ███     ▐███   ▐▌  ▐████
  10. ███     ███▌   ▐    ████▌    ▄█████   ▐█▌   ▄██▌   ▄████▄     ▄█████    ▄████▄
  11. ███     ███▌        ▐███▌   ████████  ███  █████  ████████   ████████  ████████
  12. ███    ▐███         ▐████  ███▀ ▐███ ▐███ ▐█████ ███▀ ▀███  ███▀ ▐███ ███▀ ▀███
  13. ███▌   ▐███          ████ ▐██▌   ███ ████▌██████ ███    ▀  ▐██▌   ███ ███    ▀
  14. ▐███   ▐███          ████ ▐██    ██▌  █████▀▀██▌ ████      ▐██    ██▌ ▀███▄
  15.  ███▌  ▐███          ████ ███   ▐█▌   ████▌       ████▄    ███   ▐█▌   ▀████
  16.   ███▄ ▐███          ████ ███  ▐█▌    ████         ▀████   ███  ▐█▌     ▀████
  17.    ████▐███         ▐████ ███ ▐█▌     ███▌          ▀████  ███ ▐█▌       ▀████
  18.     ▀██▐███▌▄▄      ▐███▌ ███▐█▌      ███            ▀███▌ ███▐█▌         ▀███▌
  19.        ▐███▌        ████  ████▌       ███             ▀███ ████▌           ▀███
  20.         ███▌        ███▌  ████▄   ▄█  ███        ▄█    ███ ████▄   ▄█ █▄    ▐██
  21.         ████       ▐███   ▐████████▌  ██▌        ███▄ ▄██▀ ▐████████▌ ███▄ ▄██▀
  22.         ▐███▌      ███▌    ▐██████▀   ██         ▀██████▀   ▐██████▀  ▀██████▀
  23.         ▐████     ▐███
  24.          ████▌    ███▌
  25.          ▐████   ████
  26.           ▐████▄███▀
  27.            ▀█████▀
  28.  
  29.  
  30.  
  31.                     Released on the 17th of August, 1994
  32.  
  33.  
  34.  
  35. LEGAL STUFF
  36. ───────────┘
  37.  
  38.         VERSES is Copyright (C) 1994 by Electromotive Force.
  39.  
  40.         This demo is freeware. It can be freely distributed as long 
  41.         as the files or the contents of the archive are not modified
  42.         in any way. No money can be charged for this demo. We grant
  43.         exclusive rights for CD-ROM distribution of this demo to the
  44.         organizers of Assembly'94, and demand a 3.2% royalty from the
  45.         net revenue, as stated in the ASM94_2.TXT info file.
  46.  
  47.         Disclaimer: you run this demo at your own responsibility. The
  48.         authors can not be held liable for any damage arising from the
  49.         use of this software. 
  50.  
  51.  
  52.  
  53. FILES INCLUDED
  54. ──────────────┘
  55.  
  56.         After unpacking the archive, you should have the following files:
  57.  
  58.           FILE_ID.DIZ,    576 bytes - BBS file description
  59.           VERSES.EXE, 1030549 bytes - Demo executable
  60.           EMF.NFO,       6400 bytes - EMF info file
  61.           VERSES.NFO,    8429 bytes - This file
  62.  
  63.         Any other files that might be included in the archive are
  64.         not needed to run this demo. You may as well delete them.
  65.  
  66.  
  67.  
  68. MACHINE REQUIREMENTS
  69. ────────────────────┘
  70.  
  71.         To run this demo, you need a machine with at least
  72.          - a 386sx CPU; 486 or faster recommended
  73.          - a VGA card; VLB or PCI recommended
  74.          - a hard disk; RAM disk recommended
  75.          - a Gravis Ultrasound card for music
  76.          - 400 kB of free base memory
  77.          - 1 MB of free high memory
  78.  
  79.  
  80.  
  81. TECHNICAL STUFF
  82. ───────────────┘
  83.  
  84.         This demo is running under a slightly customized version of PMODE
  85.         v2.4 by Tran -- thanks! Also, everything in this demo is coded in
  86.         pure assembly language, and optimized for the i486. As an advice
  87.         for all the coders out there pondering whether to use protected
  88.         mode or to stick with real mode -- go for it! Even though you lose
  89.         all your debugging facilities and have to build a lot of your basic
  90.         routines from scratch, the effort very quickly pays off.
  91.  
  92.         The demo has been tested on six different machines in addition to
  93.         those that it was developed on, each with various configurations,
  94.         and it seems to work perfectly save for one exception: QEMM v7.0
  95.         or higher will screw up the demo! We do not know why - might have
  96.         something to do with the pmode header - nor do we have the time to
  97.         find out. You'll just have to remove QEMM before running the demo.
  98.         If it still doesn't work, well, about the only advice we have to
  99.         offer is that you try different boot configs, a clean boot among
  100.         them.
  101.  
  102.         Why no Sound Blaster support? Well, the reason is that none of us
  103.         had neither the time nor the motivation to code a Sound Blaster
  104.         player in protected mode. Of course, we still have the real mode
  105.         player that we used in Eclipse, but we felt that mixing real and
  106.         protected mode code isn't good coding practice and might cause a
  107.         number of mysterious bugs. Thus, we decided that no player at all
  108.         is better than a buggy player that screws up the demo. But if you
  109.         like to experiment, you might want to load up your favorite stand-
  110.         alone SB module player, jump to DOS shell, and run VERSES without
  111.         sound. I've tried this a few times just out of curiosity, and the
  112.         demo seemed to work fine. A far more recommended option is to get
  113.         a Gravis Ultrasound, though.
  114.  
  115.         Btw, a last minute note: if you want to run the demo without sound
  116.         even if you have a Gravis Ultrasound installed, just remove the
  117.         ULTRASND environment variable by typing "SET ULTRASND=" at the DOS
  118.         prompt. Also, if the music stops playing after the first note or
  119.         so, try executing ULTRINIT before running the demo.
  120.  
  121.  
  122.  
  123. CREDITS
  124. ───────┘
  125.  
  126.     Saracen:
  127.      - emf "design-logo"        (gfx)
  128.      - presentation texts        (gfx)
  129.      - ifs morpher            (bg gfx)
  130.      - voxel cave            (code & gfx)
  131.          - bitmap rotation          (code)
  132.      - ripple effect        (code)
  133.      - "dotfade"                (code)
  134.      - "Bill Gates" writer      (gfx)
  135.      - greetings part        (code & gfx)
  136.          - "timeless" kaleidoscope  (code)
  137.      - julia morpher        (code)
  138.      - credits part         (code & gfx)
  139.      - frontend routines        (code)
  140.  
  141.     The Grim Reaper:
  142.          - gouraud routines         (code)
  143.      - "design star"            (code)
  144.      - ifs morpher            (code)
  145.      - diagonal dotfade        (code)
  146.          - Bill Gates "whirl"       (code)
  147.          - emf gouraud logo         (gfx)
  148.  
  149.     Devastator:
  150.      - mosaic            (code)
  151.      - polygon ball         (code)
  152.      - frontend routines        (code)
  153.      - file routines        (code)
  154.      - music routines        (code)
  155.  
  156.         Saint:
  157.      - presentation texts        (code)
  158.      - Bill Gates writer        (code)
  159.      - Bill Gates mutation        (code)
  160.      - music routines        (code)
  161.  
  162.         Whalebone:
  163.      - "Double Trouble"         (music)
  164.          - ripple picture           (gfx)
  165.          - emf end logo             (gfx)
  166.  
  167.         Shaman&Kerberos:        
  168.          - "verses" logo            (gfx)
  169.  
  170.         Vortex:
  171.          - gouraud objects          (gfx)
  172.  
  173.  
  174.  
  175. GREETINGS
  176. ─────────┘
  177.  
  178.         Access Denied           Admire                  Anarchy
  179.         Avalanche               Cascada VRS             Clones
  180.         Complex                 Crypton                 Darkzone
  181.         Dust                    Epical                  Extreme
  182.         Future Crew             Gollum                  Grif
  183.         Iguana                  Impact                  Infiny
  184.         Imp/Cda                 Legend Design           Majic 12
  185.         Mental Design           Noice                   Phantom
  186.         Prime                   Radiance                Renaissance
  187.         Sonic PC                Speed                   Surprise! Prods.
  188.         TET                     Tran                    Triton
  189.         Unexpected              Virtual Dreams          Xography
  190.  
  191.  
  192.  
  193. FINAL WORDS
  194. ───────────┘
  195.  
  196.         We'd like to thank the following people for various reasons:
  197.          - Tran (for PMODE v2.24)
  198.          - Quark/Anarchy (for letting us use his computer at Asm'94)
  199.          - Mika Lietzen (for the EMF banner & our party T-shirts)
  200.          - Erkka Samsten (for his big & ineffective loudspeakers)
  201.          - Bill Gates (for the highly mutatable face)
  202.          - The people at Assembly'94 (for voting us)
  203.  
  204.         PS. Whalebone, our graphics artist and musician, is leaving for the
  205.         army, and we'll be having trouble in getting quality artwork for our
  206.         upcoming releases unless we get someone to replace him. If you, the
  207.         reader, feel that you could contribute to our future productions in
  208.         the form of high quality music or graphics, please contact us! If you
  209.         also happen to live in southern Finland, all the better.
  210.  
  211.