home *** CD-ROM | disk | FTP | other *** search
/ CD Action 12 A / cdactioncoverdisc / bonus / stuff.rar / MEKKA.RAR / MEKKA / PC4K / RELIQ.ZIP / SOURCE.ZIP / SOURCE.NFO < prev   
Text File  |  1997-03-29  |  4KB  |  114 lines

  1. │ ReliQ source code
  2.  
  3.  
  4.  
  5. ° The Source Code
  6.  
  7. You may do whatever you want with this source code. Take any part and use
  8. it in your production (though I doubt that you would want to do that). Or
  9. use it to learn something about coding. (You must be real beginner to learn
  10. anything from my code!) 
  11. I used tasm 3.1 and tlink 5.1 but any newer version should swallow my code.
  12.  
  13. To make ReliQ run the following:
  14.   tasm reliq
  15.   tlink /t reliq
  16.   pklite reliq          ; so it'll be less than 4k!
  17.  
  18. To debug ReliQ run the following:
  19.   tasm /m5 /v /dEXE reliq
  20.   tlink /zi reliq
  21.   td reliq
  22.  
  23. You might run into memory problems when debugging. Just take out the line
  24. containing "call GenGNU" and the allocation of [gnuseg1] and [gnuseg2].
  25. You won't be able to debug the GnuFractal then, but it works anyway.
  26. Trust me.
  27.  
  28. I put the instrument allocation in a seperate .INC file, so you can easily
  29. change the instruments used. I developed ReliQ using my 4MB Korg wavetable
  30. daughtercard (KORG4MB.INC). The sound totally sucked on my brother's
  31. 512k GUS though, so I changed the instrument allocation (GUS512K.INC). I
  32. urge you to play around with the instrument allocation. Just include
  33. your .INC file in RELIQ.ASM under the comment stating "instrument data"
  34. and reassemble the intro. Please send me any .INC files you think I should
  35. have.
  36.  
  37. You might also try to put in some of the code I commented out. This was done
  38. because of the 4k-limit of a 4k intro (hence the name). I don't know what
  39. effect that will have, since I commented out some parts quite early in the
  40. development. But play around, see what happens.
  41.  
  42. If you happen to find a way to use the mnemonic 'or' to improve the code,
  43. please let me know. I did not use 'or' once in the whole source code. (Nor,
  44. for the sceptics among you, did I use a "db xx0Ah", "xx0B66h" or whatever
  45. directive.)
  46.  
  47.  
  48.  
  49. ° Credits
  50.  
  51. The essential production of ReliQ boils down to the following people
  52.  
  53.   ∙ Music: Hilander/SLi
  54.   ∙ Code: MLF/SLi
  55.  
  56. Special thanx must go to the following people for helping me during the
  57. development of ReliQ:
  58.  
  59.   ∙ Eartoaster/ConSub aka Henning Glawe
  60.     for supplying me with sample code of whatever my heart desired
  61.   ∙ Tumblin/Bodies In Motion aka Terry Sznober
  62.     for making his BitmapScaler source available to the general public
  63.   ∙ Glenn Miyashiro, Jerzy Tarasiuk, Mika Rasanen, Todd Zimnoch and
  64.     Eric Nadeau 
  65.     for instantly replying to my plea for help concerning COM file segments
  66.   ∙ Ville Nummela and Francis Reynders
  67.     for helping me out with plasma routines, although, of course, I didn't
  68.     use them in the end
  69.  
  70.  
  71.  
  72. ° Contacting SLi
  73.  
  74. SLi is an acronym for Sentient Lifeforms. Currently, we only have two
  75. members:
  76.  
  77.   ∙ Hilander aka Sven Flegel responsible for music
  78.   ∙ MLF aka Michael Flegel who should be doing the coding
  79.  
  80. We are desperately seeking a graphician. If you happen to stumble across
  81. one, please drop us a line:
  82.  
  83.   ∙ Snail Mail
  84.     Michael and Sven Flegel
  85.     Am Ehrenmal 2
  86.     21516 Schulendorf
  87.     Germany
  88.  
  89.   ∙ email
  90.     flegel@physnet.uni-hamburg.de
  91.  
  92.   ∙ internet
  93.     www.physnet.uni-hamburg.de/home/vms/flegel
  94.  
  95. Please tell anybody who will listen about our website. It's been in existance
  96. for quite some time now, but I don't have the feeling that anybody ever
  97. visits it. So check it out and let me know what I can do to improve it.
  98.  
  99.  
  100.  
  101. ° Disclaimer
  102.  
  103. If this product f***s up your computer, don't come running to me.
  104.   
  105.  
  106. hail, Hale-Bopp
  107.  
  108.    MLF, March 28, 1997
  109.  
  110.  
  111.  
  112.