home *** CD-ROM | disk | FTP | other *** search
/ Hot Leather 2: Levels of Doom / HotLeather2.iso / pc / hl2win31.ini < prev    next >
INI File  |  1996-03-28  |  12KB  |  289 lines

  1.  
  2. ; --------------------------------------------------------------------
  3. ;       Template DIRECTOR.INI file for Director 4.0 for Windows.
  4. ; --------------------------------------------------------------------
  5.  
  6. ; All of the settings shown here are commented-out in the original version 
  7. ; of the file.  To change a setting, you must remove the comment 
  8. ; character (";") at the beginning of the setting's line.
  9.  
  10. ; The values shown for each setting in the original file are Director's 
  11. ; internal defaults.  The default value for a setting is used when it 
  12. ; isn't explictly set in the .INI file or when no .INI file exists.  
  13. ; Since these defaults are already stored internally in the Director 
  14. ; application and projectors, it is *not* necessary to distribute this 
  15. ; file with your movie unless you change one or more of the settings.
  16.  
  17. ; For use with projectors, you must name your .INI file "<ProjectorName>.INI"
  18. ; rather than "DIRECTOR.INI" and place the file in the same directory as
  19. ; your projector executable. 
  20.  
  21. HeadRoomNegative=0
  22.  
  23. [Memory]
  24. ExtraMemory=480
  25. ; Amount of kBytes over and above physical memory for use by a projector.
  26. ; if set too high, can't load cast members.
  27. ; if set too low, can't run QT for Windows.
  28.  
  29. SwapFileMeg=0
  30. ; Amount of megabytes of SwapFile space to enable during authoring.
  31. ; Default is to allow swapfile space of up to 1/2 of the available 
  32. ; physical RAM.
  33.  
  34.  
  35. [Palette]
  36. Animation=1
  37. ; 1: allows director to take control of the palette for fast palette effects
  38. ;    and transitions.
  39. ; 0: prevents director from taking control of the palette so other apps,
  40. ;    wallpaper etc. look better but palette effects and transitions will
  41. ;    be slower.
  42.  
  43.  
  44.  
  45. ; Global Sound Settings ------------------------------------------------
  46.  
  47. [Sound]
  48. ; Settings in the [Sound] section apply to all sound cards.
  49.  
  50. ;SpoolBufferAlloc=0 
  51. ; When to allocate spool buffers
  52. ; 0 means allocate/deallocate dynamically, when sound starts/stops.
  53. ; 1 means allocate spool once at startup and keep for entire session.
  54.  
  55. ;LowSpoolBufferMs=2500
  56. ; Length of one 8bit spool buffer, in milliseconds.
  57.  
  58. ;HighSpoolBufferMs=1500
  59. ; Length of one 16-bit spool buffer, in milliseconds.
  60.  
  61. ;SpoolBufferCount=2
  62. ; Number of spool buffers to use. Must range from 2 to 10.
  63.  
  64. ;MixMaxChannels=4
  65. ; Maximum number of channels supported by the sound mixer. The actual
  66. ; number you can mix depends on the processing power of your computer.
  67. ; Must range from 1 to 8.
  68.  
  69. ;MixWaveDevice=0 
  70. ; DeviceID of waveOut device to use for playing.
  71. ; Must range from 0 to (# of devices - 1).
  72.  
  73. ;SoundLevel0=0                  ; waveOut volume of lingo soundLevel = 0
  74. ;SoundLevel1=24770              ; waveOut volume of lingo soundLevel = 1
  75. ;SoundLevel2=35030              ; waveOut volume of lingo soundLevel = 2
  76. ;SoundLevel3=42903              ; waveOut volume of lingo soundLevel = 3
  77. ;SoundLevel4=49540              ; waveOut volume of lingo soundLevel = 4
  78. ;SoundLevel5=55388              ; waveOut volume of lingo soundLevel = 5
  79. ;SoundLevel6=60674              ; waveOut volume of lingo soundLevel = 6
  80. ;SoundLevel7=65535              ; waveOut volume of lingo soundLevel = 7
  81.  
  82. MixMaxFidelity=0
  83. ; Sets a limit on the fidelity of sound output. For best performance, use
  84. ; the default setting of 99 (switch on-the-fly), or choose the lowest value
  85. ; possible of the three fixed sound formats (0, 1, 2):
  86. ;  0  = 22.05k samples/sec, 8-bit, mono
  87. ;  1  = 22.05k samples/sec, 8-bit, stereo
  88. ;  2  = 44.1k samples/sec, 16-bit, stereo
  89. ;  99 = Switch formats on-the-fly.  The first sound in a run of overlapping
  90. ;       sounds determines the format for that run.  The format used is the
  91. ;       lowest of the three output formats (0,1,2 above) which is as close
  92. ;       as possible in fidelity to the sound to be played, while still being
  93. ;       supported by the installed sound card. 
  94.  
  95. ; Default Sound Settings -----------------------------------------------
  96.  
  97. [Low Mono Default Sound]
  98. ; Settings in the [Low Mono Default Sound] section apply when the target
  99. ; output format is 22K, 8-bit, mono.  The target output format depends
  100. ; on the capabilities of the sound card as well as the setting of
  101. ; MixMaxFidelity.   These settings are used when the installed sound card
  102. ; is not known to Director and is not specified explictly in the
  103. ; the <SoundCardName> sections.  Settings in the <SoundCardName> or
  104. ; Override sections will override these values for specific sound cards,
  105. ; or for all sound cards, respectively.
  106.  
  107. ;MixBufferMs=200
  108. ; Length of each mixing buffer, in milliseconds.
  109.  
  110. ;MixBufferBytes=0
  111. ; Length of each mixing buffer, in bytes.  Setting this value to non-0,
  112. ; along with setting MixBufferMs=0, lets you specify the buffer size in 
  113. ; bytes rather than milliseconds.
  114.  
  115. ;MixBufferCount=4
  116. ; Number of mixing buffers to use. Must range from 2 to 16.
  117.  
  118. ;MixServiceMode=0
  119. ; 0 means use timer interrupts to drive mixer. Interrupt settings will be
  120. ;         applied from MixIntPeriodMs and MixIntResolutionMs.
  121. ; 1 means use polling to drive mixer. This may cause sound to drop out when
  122. ;         CPU cycles are being hogged by other tasks, disk accesses, etc.
  123. ; 2 means use the waveOut buffer-completion callback to drive mixer.  If
  124. ;         this mode is set, it is best to use MixBufferBytes to specify a
  125. ;         fixed buffer size which is a multiple of 1024.  This mode is not 
  126. ;         supported by all sound cards.
  127.  
  128. ;MixIntPeriodMs=200
  129. ; Interrupt period, in milliseconds. Only used when MixServiceMode is zero.
  130.  
  131. ;MixIntResolutionMs=50
  132. ; Interrupt resolution, in milliseconds. Only used when MixServiceMode is zero.
  133.  
  134.  
  135. [Low Default Sound]
  136. ; Settings in the [Low Default Sound] section apply when the target
  137. ; output format is 22K, 8-bit, stereo.  The target output format depends
  138. ; on the capabilities of the sound card as well as the setting of
  139. ; MixMaxFidelity.   These settings are used when the installed sound card
  140. ; is not known to Director and is not specified explictly in the
  141. ; the <SoundCardName> sections.  Settings in the <SoundCardName> or
  142. ; Override sections will override these values for specific sound cards,
  143. ; or for all sound cards, respectively.
  144.  
  145. ;MixBufferMs=200
  146. ;MixBufferBytes=0
  147. ;MixBufferCount=4
  148. ;MixServiceMode=0
  149. ;MixIntPeriodMs=200
  150. ;MixIntResolutionMs=50
  151.  
  152.  
  153. [High Default Sound]
  154. ; Settings in the [High Default Sound] section apply when the target
  155. ; output format is 44K, 16-bit, stereo.  The target output format depends
  156. ; on the capabilities of the sound card as well as the setting of
  157. ; MixMaxFidelity.   These settings are used when the installed sound card
  158. ; is not known to Director and is not specified explictly in the
  159. ; the <SoundCardName> sections.  Settings in the <SoundCardName> or
  160. ; Override sections will override these values for specific sound cards,
  161. ; or for all sound cards, respectively.
  162. ;MixBufferMs=200
  163. ;MixBufferBytes=0
  164. ;MixBufferCount=4
  165. ;MixServiceMode=0
  166. ;MixIntPeriodMs=200
  167. ;MixIntResolutionMs=50
  168.  
  169.  
  170.  
  171. ; Sound Card-Specific Settings -----------------------------------------
  172.  
  173. ;[Low Mono <SoundCardName>]
  174. ; Settings in this section apply when the target output format is
  175. ; 22K 8-bit mono, and you're using a particular sound card.  The target
  176. ; output format depends on the capabilities of the sound card, as well
  177. ; as the setting of MixMaxFidelity.  You can have any number of these 
  178. ; sections. Replace "<SoundCardName>" (including the angled brackets) 
  179. ; with the actual name of the sound card you want to set defaults for.  
  180. ; To find the name of your card, launch the Sound Mapper application, 
  181. ; and look in the Playback field.  Director maintains a built-in table
  182. ; of settings for many popular sound cards.  Settings in this section take 
  183. ; precedence over Director's built-in settings.
  184. ;MixBufferMs=200
  185. ;MixBufferCount=4
  186. ;MixBufferBytes=0
  187. ;MixServiceMode=0
  188. ;MixIntPeriodMs=200
  189. ;MixIntResolutionMs=50
  190.  
  191.  
  192. [Low <SoundCardName>]
  193. ; Settings in this section apply when the target output format is
  194. ; 22K 8-bit stereo, and you're using a particular sound card.  The target
  195. ; output format depends on the capabilities of the sound card, as well
  196. ; as the setting of MixMaxFidelity.  You can have any number of these 
  197. ; sections. Replace "<SoundCardName>" (including the angled brackets) 
  198. ; with the actual name of the sound card you want to set defaults for.  
  199. ; To find the name of your card, launch the Sound Mapper application, 
  200. ; and look in the Playback field.  Director maintains a built-in table
  201. ; of settings for many popular sound cards.  Settings in this section take 
  202. ; precedence over Director's built-in settings.
  203. ;MixBufferMs=200
  204. ;MixBufferCount=4
  205. ;MixBufferBytes=0
  206. ;MixServiceMode=0
  207. ;MixIntPeriodMs=200
  208. ;MixIntResolutionMs=50
  209.  
  210.  
  211. ;[High <SoundCardName>]
  212. ; Settings in this section apply when the target output format is
  213. ; 44K 16-bit stereo, and you're using a particular sound card.  The target
  214. ; output format depends on the capabilities of the sound card, as well
  215. ; as the setting of MixMaxFidelity.  You can have any number of these 
  216. ; sections. Replace "<SoundCardName>" (including the angled brackets) 
  217. ; with the actual name of the sound card you want to set defaults for.  
  218. ; To find the name of your card, launch the Sound Mapper application, 
  219. ; and look in the Playback field.  Director maintains a built-in table
  220. ; of settings for many popular sound cards.  Settings in this section take 
  221. ; precedence over Director's built-in settings.
  222. ;MixBufferMs=200
  223. ;MixBufferBytes=0
  224. ;MixBufferCount=4
  225. ;MixServiceMode=0
  226. ;MixIntPeriodMs=200
  227. ;MixIntResolutionMs=50
  228.  
  229.  
  230.  
  231. ; Sound Override Settings ----------------------------------------------
  232.  
  233. [Low Mono Override]
  234. ; Settings in the [Low Mono Override] apply when the target ouput format
  235. ; is 22K 8-bit mono.  The target output format depends on the capabilities
  236. ; of the sound card, as well as the setting of MixMaxFidelity.
  237. ; These settings will override Director's internal settings, any defaults
  238. ; specified in the Default Sound sections, as well as settings for specific 
  239. ; cards.  Change these settings only if you want to force Director to use
  240. ; certain values regardless of the sound card installed in the computer.
  241. ; It is not recommended that you modify these settings for movies which
  242. ; you are going to distribute, as they will override Director's internal
  243. ; settings which are already optimized for various sound cards.
  244. ;MixBufferMs=200
  245. ;MixBufferBytes=0
  246. ;MixBufferCount=4
  247. ;MixServiceMode=0
  248. ;MixIntPeriodMs=200
  249. ;MixIntResolutionMs=50
  250.  
  251. [Low Override]
  252. ; Settings in the [Low Override] apply when the target ouput format
  253. ; is 22K 8-bit stereo.  The target output format depends on the capabilities
  254. ; of the sound card, as well as the setting of MixMaxFidelity.
  255. ; These settings will override Director's internal settings, any defaults
  256. ; specified in the Default Sound sections, as well as settings for specific 
  257. ; cards.  Change these settings only if you want to force Director to use
  258. ; certain values regardless of the sound card installed in the computer.
  259. ; It is not recommended that you modify these settings for movies which
  260. ; you are going to distribute, as they will override Director's internal
  261. ; settings which are already optimized for various sound cards.
  262. ;MixBufferMs=200
  263. ;MixBufferBytes=0
  264. ;MixBufferCount=4
  265. ;MixServiceMode=0
  266. ;MixIntPeriodMs=200
  267. ;MixIntResolutionMs=50
  268.  
  269.  
  270. [High Override]
  271. ; Settings in the [High Override] apply when the target ouput format
  272. ; is 44K 16-bit stereo.  The target output format depends on the capabilities
  273. ; of the sound card, as well as the setting of MixMaxFidelity.
  274. ; These settings will override Director's internal settings, any defaults
  275. ; specified in the Default Sound sections, as well as settings for specific 
  276. ; cards.  Change these settings only if you want to force Director to use
  277. ; certain values regardless of the sound card installed in the computer.
  278. ; It is not recommended that you modify these settings for movies which
  279. ; you are going to distribute, as they will override Director's internal
  280. ; settings which are already optimized for various sound cards.
  281. ;MixBufferMs=200
  282. ;MixBufferBytes=0
  283. ;MixBufferCount=4
  284. ;MixServiceMode=0
  285. ;MixIntPeriodMs=200
  286. ;MixIntResolutionMs=50
  287.  
  288.