Advertisement
Guest User

Immoral Cumbat settings

a guest
May 16th, 2013
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.03 KB | None | 0 0
  1. Put DosBox, SDL.dll, and SDL_net.dll, and a blank notepad file into the folder with Immoral Cumbat.
  2. Paste everything below into the notepad file, type your Cumbat directory into mount field at the bottom, save it, rename the file to dosbox.conf, and run DosBox.
  3.  
  4. ----------------------------------------
  5. [sdl]
  6. # fullscreen -- Start dosbox directly in fullscreen.
  7. # fulldouble -- Use double buffering in fullscreen.
  8. # fullresolution -- What resolution to use for fullscreen: original or fixed size (e.g. 1024x768).
  9. # windowresolution -- Scale the window to this size IF the output device supports hardware scaling.
  10. # output -- What to use for output: surface,overlay,opengl,openglnb,ddraw.
  11. # autolock -- Mouse will automatically lock, if you click on the screen.
  12. # sensitiviy -- Mouse sensitivity.
  13. # waitonerror -- Wait before closing the console if dosbox has an error.
  14. # priority -- Priority levels for dosbox: lowest,lower,normal,higher,highest,pause (when not focussed).
  15. # Second entry behind the comma is for when dosbox is not focused/minimized.
  16. # mapperfile -- File used to load/save the key/event mappings from.
  17. # usescancodes -- Avoid usage of symkeys, might not work on all operating systems.
  18.  
  19. fullscreen=true
  20. fulldouble=false
  21. fullresolution=0x0
  22. windowresolution=original
  23. output=overlay
  24. autolock=true
  25. sensitivity=100
  26. waitonerror=true
  27. priority=higher,normal
  28. mapperfile=mapper.txt
  29. usescancodes=true
  30.  
  31. [dosbox]
  32. # language -- Select another language file.
  33. # memsize -- Amount of memory DOSBox has in megabytes.
  34. # machine -- The type of machine tries to emulate:hercules,cga,tandy,pcjr,vga.
  35. # captures -- Directory where things like wave,midi,screenshot get captured.
  36.  
  37. language=
  38. machine=svga_s3
  39. captures=capture
  40. memsize=64
  41.  
  42. [render]
  43. # frameskip -- How many frames DOSBox skips before drawing one.
  44. # aspect -- Do aspect correction, if your output method doesn't support scaling this can slow things down!.
  45. # scaler -- Scaler used to enlarge/enhance low resolution modes.
  46. # Supported are none,normal2x,normal3x,advmame2x,advmame3x,hq2x,hq3x,
  47. # 2xsai,super2xsai,supereagle,advinterp2x,advinterp3x,
  48. # tv2x,tv3x,rgb2x,rgb3x,scan2x,scan3x.
  49. # If forced is appended (like scaler=hq2x forced), the scaler will be used
  50. # even if the result might not be desired.
  51.  
  52. frameskip=0
  53. aspect=true
  54. scaler=normal2x
  55.  
  56. [cpu]
  57. # core -- CPU Core used in emulation: normal,simple,dynamic,auto.
  58. # auto switches from normal to dynamic if appropriate.
  59. # cycles -- Amount of instructions DOSBox tries to emulate each millisecond.
  60. # Setting this value too high results in sound dropouts and lags.
  61. # You can also let DOSBox guess the correct value by setting it to max.
  62. # The default setting (auto) switches to max if appropriate.
  63. # cycleup -- Amount of cycles to increase/decrease with keycombo.
  64. # cycledown Setting it lower than 100 will be a percentage.
  65.  
  66. core=auto
  67. cputype=auto
  68. cycles=max
  69. cycleup=500
  70. cycledown=20
  71.  
  72. [mixer]
  73. # nosound -- Enable silent mode, sound is still emulated though.
  74. # rate -- Mixer sample rate, setting any devices higher than this will
  75. # probably lower their sound quality.
  76. # blocksize -- Mixer block size, larger blocks might help sound stuttering
  77. # but sound will also be more lagged.
  78. # prebuffer -- How many milliseconds of data to keep on top of the blocksize.
  79.  
  80. nosound=false
  81. rate=44100
  82. blocksize=4096
  83. prebuffer=30
  84.  
  85. [midi]
  86. # mpu401 -- Type of MPU-401 to emulate: none, uart or intelligent.
  87. # device -- Device that will receive the MIDI data from MPU-401.
  88. # This can be default,alsa,oss,win32,coreaudio,none.
  89. # config -- Special configuration options for the device. In Windows put
  90. # the id of the device you want to use. See README for details.
  91.  
  92. mpu401=intelligent
  93. device=default
  94. config=
  95.  
  96. [sblaster]
  97. # sbtype -- Type of sblaster to emulate:none,sb1,sb2,sbpro1,sbpro2,sb16.
  98. # sbbase,irq,dma,hdma -- The IO/IRQ/DMA/High DMA address of the soundblaster.
  99. # mixer -- Allow the soundblaster mixer to modify the dosbox mixer.
  100. # oplmode -- Type of OPL emulation: auto,cms,opl2,dualopl2,opl3.
  101. # On auto the mode is determined by sblaster type.
  102. # All OPL modes are 'Adlib', except for CMS.
  103. # oplrate -- Sample rate of OPL music emulation.
  104.  
  105. sbtype=sb16
  106. sbbase=220
  107. irq=7
  108. dma=1
  109. hdma=5
  110. mixer=true
  111. oplmode=auto
  112. oplrate=22050
  113.  
  114. [gus]
  115. # gus -- Enable the Gravis Ultrasound emulation.
  116. # gusbase,irq1,irq2,dma1,dma2 -- The IO/IRQ/DMA addresses of the
  117. # Gravis Ultrasound. (Same IRQ's and DMA's are OK.)
  118. # gusrate -- Sample rate of Ultrasound emulation.
  119. # ultradir -- Path to Ultrasound directory. In this directory
  120. # there should be a MIDI directory that contains
  121. # the patch files for GUS playback. Patch sets used
  122. # with Timidity should work fine.
  123.  
  124. gus=true
  125. gusrate=22050
  126. gusbase=240
  127. irq1=5
  128. irq2=5
  129. dma1=3
  130. dma2=3
  131. ultradir=C:\MUSICAL
  132.  
  133. [speaker]
  134. # pcspeaker -- Enable PC-Speaker emulation.
  135. # pcrate -- Sample rate of the PC-Speaker sound generation.
  136. # tandy -- Enable Tandy Sound System emulation (off,on,auto).
  137. # For auto Tandysound emulation is present only if machine is set to tandy.
  138. # tandyrate -- Sample rate of the Tandy 3-Voice generation.
  139. # disney -- Enable Disney Sound Source emulation. Covox Voice Master and Speech Thing compatible.
  140.  
  141. pcspeaker=true
  142. pcrate=22050
  143. tandy=auto
  144. tandyrate=22050
  145. disney=true
  146.  
  147. [joystick]
  148. # joysticktype -- Type of joystick to emulate: auto (default), none,
  149. # 2axis (supports two joysticks,
  150. # 4axis (supports one joystick, first joystick used),
  151. # 4axis_2 (supports one joystick, second joystick used),
  152. # fcs (Thrustmaster), ch (CH Flightstick).
  153. # none disables joystick emulation.
  154. # auto chooses emulation depending on real joystick(s).
  155. # timed -- enable timed intervals for axis. (false is old style behaviour).
  156. # autofire -- continuously fires as long as you keep the button pressed.
  157. # swap34 -- swap the 3rd and the 4th axis. can be useful for certain joysticks.
  158. # buttonwrap -- enable button wrapping at the number of emulated buttons.
  159.  
  160. joysticktype=auto
  161. timed=true
  162. autofire=false
  163. swap34=false
  164. buttonwrap=true
  165.  
  166. [serial]
  167. # serial1-4 -- set type of device connected to com port.
  168. # Can be disabled, dummy, modem, nullmodem, directserial.
  169. # Additional parameters must be in the same line in the form of
  170. # parameter:value. Parameter for all types is irq.
  171. # for directserial: realport (required), rxdelay (optional).
  172. # for modem: listenport (optional).
  173. # for nullmodem: server, rxdelay, txdelay, telnet, usedtr,
  174. # transparent, port, inhsocket (all optional).
  175. # Example: serial1=modem listenport:5000
  176.  
  177. serial1=dummy
  178. serial2=dummy
  179. serial3=disabled
  180. serial4=disabled
  181.  
  182. [dos]
  183. # xms -- Enable XMS support.
  184. # ems -- Enable EMS support.
  185. # umb -- Enable UMB support.
  186. # keyboardlayout -- Language code of the keyboard layout (or none).
  187.  
  188. xms=true
  189. ems=true
  190. umb=true
  191. keyboardlayout=none
  192.  
  193. [IPX]
  194. Enable=1
  195. Connection=1
  196. ipx=true
  197.  
  198.  
  199. [autoexec]
  200. # Lines in this section will be run at startup.
  201.  
  202. @ECHO OFF
  203. mount A C:\(insert your cumbat directory here)
  204. A:
  205. cumbat
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement