home *** CD-ROM | disk | FTP | other *** search
/ Micromanía 67 / MM67.ISO / Vampire / Vampire_Demo.exe / Resource.nob / misc / Foley / itemWheel.nag < prev    next >
Text File  |  2000-06-22  |  2KB  |  43 lines

  1. ; Nihilistic Audio File Format
  2. ;
  3. ; There is one foley mode per line.  Legal whitespaces are spaces and tabs.
  4. ; If a line begins with a ; it is considered a comment, and that line will
  5. ; be ignored, along with blank lines.
  6. ; The general format for each line is:
  7. ; <mode name>     <WAV filename>    <flags>
  8. ; The first two parameters are pretty much self-explanatory.  The flags field
  9. ; consists of one or more of the following:
  10. ;   looping       - sound loops indefinately
  11. ;   hipriority    - sound will be played except if ALL mixer channels already
  12. ;                   have 'hipriority' sounds playing in them
  13. ;   linktothing   - sound will follow the thing
  14. ;   linktopos     - sound will play at the position of the thing
  15. ;   local         - sound will be played non 3d
  16. ;   true3d        - sound will be played through the 3d API, if possible
  17. ;
  18. ; In addition to the flags, you can specify three float values:
  19. ;
  20. ;   volume      - 0.0 to 1.0
  21. ;   minDist     - distance below which sound is played at max volume
  22. ;   maxDist     - distance at which attenuation stops
  23. ;
  24. ; The first float encountered will be the volume, the second minDist, and the 
  25. ; third float on the line will be the maxDist.  The only useful float to set
  26. ; is the volume, as minDist and maxDist are best left to the defaults.
  27. ;
  28. ; To specify more than one sound for a given mode, simply create another entry
  29. ; for that mode.  The sounds will be randomized between all available sounds
  30. ; for that mode.
  31.  
  32.  
  33.  
  34. ; Vienna Weaponsmith Wheel foley
  35. ; mode name    wave file              flags
  36.  
  37. anim_idle      weaponsmith_grind_lp.WAV
  38.  
  39.