home *** CD-ROM | disk | FTP | other *** search
/ PC Accelerator 10 / HOMEWRLD.bin / HOMEWRLD.INI < prev    next >
INI File  |  1998-12-31  |  13KB  |  300 lines

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