home *** CD-ROM | disk | FTP | other *** search
/ The Gathering of Goodness / The_Gathering_of_Goodness_CD_www.godgames.com_Number_1_2000.iso / GODGAMES.INI < prev    next >
INI File  |  2000-10-18  |  13KB  |  303 lines

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