home *** CD-ROM | disk | FTP | other *** search
/ Assembly 1994 - The 3rd Phase / ASMROM94.mdf / pc / 64kintro / vexnew.txt < prev    next >
Text File  |  1995-03-29  |  4KB  |  96 lines

  1.  
  2.                                   VEX-Intro V1.1
  3.                    (c) '94+'95  Dirk Jagdmann / Niklas Beisert
  4.  
  5.  
  6.                         Information about the VEX-Intro
  7.                        ---------------------------------
  8.  
  9. The VEX-Intro is a public piece of software. You can and shall spread it
  10. as much as you want and can, as long as you distribute the files
  11.      VEX.EXE    
  12.      VEX.NFO    
  13.      FILE_ID.DIZ
  14. together and make no (NONE AT ALL) changes to them.
  15.  
  16.  
  17. The VEX-Intro was designed to run perfectly on a 486dx2-66 with a
  18. fast VLB graphics adapter and a SoundBlaster (or compatible) soundcard.
  19. (this should have been the configuration of the Assembly '94 intro
  20.  compo computer :)
  21.  
  22. The reason for this is that the spacecut calculations are quite slow,
  23. (in fact the calculations are fast, but they split up one plane into a
  24. large number of planes, and slow down the drawing process...)
  25. especially when you spacecut 4 cubes, or a transparent "ball" consisting
  26. of 26 planes to a textured octahedron.
  27. The end-part scroller sometimes does not work, simply because I was too
  28. lazy to make it work below 35 frames/sec... :>
  29.  
  30.  
  31. The intro was completely coded in Borland C++ 3.1 and TASM 3.1, the size of
  32. all the source-files is approximately 190k. The unpacked size of VEX is
  33. ≈ 230k.
  34. The vector-part consists of 23 objects, 400 points and 230 planes.
  35. The plasma is a 80x50 octo-sine plasma. The endpart-scroller has some
  36. nice lissajous figures in the background and a boring text in front of them.
  37. And finally we made a short information file (yeah, guessed right, you are
  38. reading it right now) which tells you all the facts about this intro and is
  39. even more boring than the scroll text at the end of VEX...
  40. The time needed to code this Intro cannot really be measured, all the
  41. fragments of code were made in 1993 and 1994, but it took us some
  42. 2 or 3 weeks to put all the code, graphics and music together.
  43. The vectorpart scenery was mainly worked out in 2 days. (nights! :)
  44.  
  45.  
  46. What is new in VEX V1.1 ??
  47. --------------------------
  48.  
  49. The first and most important new feature is the GUS-Support. Herewith thanks
  50. to Sound Solutions Germany for donating a GUS.
  51. Secondly the Music Track was resampled and slightly changed and the colors of
  52. some objects were changed, as many people told us it didn't look very
  53. beautiful in the Assembly version.
  54. The title piccy was changed to a higher resolution, 'cause it looked ugly...
  55. All in all the size of the intro increased to more than 64k, but there is no
  56. limit on the CD... ;)
  57.  
  58.  
  59. hints/troubleshooting
  60. ---------------------
  61.  
  62. If the system hangs when you start VEX, turn the sound off, or set the
  63. sound settings manually.
  64.  
  65.  
  66. If the system hangs right in the middle of the action (so sorry...)
  67. or shows garbage, reboot without ANY drivers etc. and restart VEX. 
  68. This should help...
  69.  
  70.  
  71. If you have a SoundBlaster 16, but the 16-bit DMA-transfer does not work 
  72. with your motherboard, try the switch -8. This will make the sound player 
  73. play in 8-bit mode and speed up the DMA-transfer.
  74.  
  75.  
  76. If the intro is too slow, set the sampling rate down (-s1/-sm), or
  77. turn the sound off (-c0). You can also make a clean boot (F5 before DOS boots)
  78. without an expanded memory manager such as EMM386 or QEMM. (I have never 
  79. experienced a speedup by that... [maybe because I use Novell's EMM386?!?])
  80.  
  81.  
  82. If you have got a sb16 and a VLB or PCI graphics adapter you can set the
  83. sampling rate up to 33kHz or 44kHz (-s3/-s4)
  84.  
  85.  
  86.  
  87.                                                    pascal
  88.  
  89. Address
  90. -------
  91.  
  92. Niklas Beisert (pascal)
  93. Oberstraße 84          
  94. 20149 Hamburg                
  95. Germany                    
  96.