home *** CD-ROM | disk | FTP | other *** search
/ The Equalizer BBS / equalizer-bbs-collection_2004.zip / equalizer-bbs-collection / DEMOSCENE-STUFF / K-FYM.ZIP / FREE.MDF < prev    next >
INI File  |  1996-03-17  |  1KB  |  79 lines

  1. [MDF]  ; that's for GFI   :)
  2.  
  3. ; salut Pollux !
  4.  
  5.  
  6. ; MusicDisk Factory : First attemp
  7. ; by Fire Dragon / TNDC / KNIGHTS 1996
  8.  
  9.  
  10. ; Nom et description du MusicDisk
  11. [MUSICDISK]
  12.  
  13. name="Free Your Mind"
  14. group="TNDC / KNIGHTS"
  15. composer="Logic dream"
  16. date="09.03.96"
  17.  
  18. [MUSICDISK_END]
  19.  
  20.  
  21. ; l'intro
  22. [INTRO]
  23. gif(presents.gif,0)
  24.                 ; pour charger un MOD a l'intro
  25. mod(intro.mod)
  26.                 ; attendre 2000 millisecondes
  27. wait(2000)
  28. [INTRO_END]
  29.  
  30.  
  31. ; le MusicDisk proprement-dit
  32. [MAIN]
  33. number=4
  34. ; ATTENTION : le nombre de MOD _DOIT_ ETRE CORRECT !!!
  35. mod#1="chirain.mod"
  36. name="Chinese Rain"
  37. composer="Logic Dream"
  38. date="Novembre 95"
  39. channels=4
  40. comment="for Free Your Mind"
  41. gif(chirain.gif,0)  ; nom du gif + offset dans fichier ... doit etre a 0 !!!
  42.  
  43. mod#2="Nodrugs.mod"
  44. name="No Drugs"
  45. composer="Logic Dream"
  46. date="Novembre 95"
  47. channels=4
  48. comment="for Free Your Mind"
  49. gif(nodrugs.gif,0)
  50.  
  51. mod#3="nowar.mod"
  52. name="No Wars"
  53. composer="Logic Dream"
  54. date="Novembre 95"
  55. channels=4
  56. comment="for Free Your Mind"
  57. gif(nowar.gif,0)
  58.  
  59. mod#4="lidsky.mod"
  60. name="A light in the Sky"
  61. composer="Logic Dream"
  62. date="Novembre 95"
  63. channels=4
  64. comment="for Free Your Mind"
  65. gif(lidsky.gif,0)
  66.  
  67.  
  68. [MAIN_END]
  69.  
  70. ; la fin
  71. [ending]
  72. gif(credit.gif,0)
  73. waitkey  ; attend une touche !
  74. [ending_end]
  75.  
  76.  
  77. ; PLUS DE COMMENTAIRES _APRES_ [END]   !!!!!!
  78. [END]
  79.