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