SAMPLE.TXT 732 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. ;
  2. ; Sample RTS script file
  3. ; 3D Realms Entertainment
  4. ;
  5. ; The script file format is as follows
  6. ;
  7. ; The first name is the name of the RTS file.
  8. ; The next 10 names are filenames of valid VOC or WAV files.
  9. ; sound files have to be 8 or 16 bit mono sounds with no compression.
  10. ; sound files can be recorded anywhere from 7 Khz to 44 Khz.
  11. ;
  12. ; The name of the RTS file
  13. ;
  14. SAMPLE.RTS
  15. ;
  16. ; sound file 1
  17. ;
  18. SOUND1.VOC
  19. ;
  20. ; sound file 2
  21. ;
  22. SOUND2.WAV
  23. ;
  24. ; sound file 3
  25. ;
  26. SOUND3.WAV
  27. ;
  28. ; sound file 4
  29. ;
  30. SOUND4.VOC
  31. ;
  32. ; sound file 5
  33. ;
  34. SOUND5.VOC
  35. ;
  36. ; sound file 6
  37. ;
  38. SOUND6.WAV
  39. ;
  40. ; sound file 7
  41. ;
  42. SOUND7.VOC
  43. ;
  44. ; sound file 8
  45. ;
  46. SOUND8.WAV
  47. ;
  48. ; sound file 9
  49. ;
  50. SOUND9.VOC
  51. ;
  52. ; sound file 10
  53. ;
  54. SOUND10.WAV