home *** CD-ROM | disk | FTP | other *** search
/ Titanic Explorer - A His…ney on the Ship of Dreams / titanic1.iso / pc / titanic8 / titanic8.ini < prev   
INI File  |  1998-11-04  |  13KB  |  312 lines

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