sdlpal.cfg.example 4.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. #####################################################
  2. # Configuration file for SDLPAL #
  3. # #
  4. # Lines started with '#' is treated as comments. #
  5. #####################################################
  6. # CodePage: Indicates the codepage to use, 0 for big5 (default), 1 for gbk.
  7. #CodePage=0
  8. # UseEmbeddedFonts: Indicates whether to use DOS-version's embedded fonts.
  9. # Non-zero for using DOS-version's embedded fonts (default),
  10. # zero for using SDLPAL's internal fonts.
  11. # Note that this value is ignored when the DOS option is zero.
  12. #UseEmbeddedFonts=1
  13. # CD: Indicates which type of CD audio source to use. Valid types include 'RAW',
  14. # 'OGG' and 'MP3'. 'RAW' means use the SDL 1.2's CDAudio API (default when
  15. # compiled with SDL 1.2), 'OGG' means use files named as '100xx.ogg' inside
  16. # the 'ogg' directory (default when compiled with SDL 2.0), while 'MP3'
  17. # means use files named as '100xx.mp3' inside the 'mp3' directory.
  18. #CD=OGG
  19. # MUSIC: Indicates which type of music source to use. Valid types include
  20. # 'RIX', 'MIDI', 'OGG' and 'MP3'. 'RIX' means use the RIX music (default),
  21. # 'MIDI' means midi (either in 'mus.mkf' or inside 'musics' directory),
  22. # 'OGG' means use files named as 'xx.ogg' inside the 'ogg' directory, while
  23. # 'MP3' means use files named as 'xx.mp3' inside the 'mp3' directory.
  24. #MUSIC=RIX
  25. # OPL: Indicates which type of OPL emulator to use. Valid types include 'DOSBOX'
  26. # (default), 'MAME' and 'DOSBOXNEW'. 'DOSBOXNEW' is the recommended OPL simulator
  27. # on high-performance devices like PC or tablet. However, for lower-end phones,
  28. # 'DOSBOX' is the best choice for performance-quality balance.
  29. #OPL=DOSBOX
  30. # Stereo: Indicates whether to use mono audio or stereo audio. Non-zero means to use
  31. # stereo audio (default), while zero means only use mono audio.
  32. #Stereo=1
  33. # UseSurroundOPL: Indicates whether to use surround opl emulator or not. Non-zero
  34. # means to using (default), while zero means not to use. Only
  35. # valid when Stereo is set to non-zero.
  36. #UseSurroundOPL=1
  37. # SampleRate: Indicates which sample rate to use, valid values include 44100 (default),
  38. # and 22050. Other values (<=48000) are supported but not recommended.
  39. #SampleRate=44100
  40. # OPLSampleRate: Indicates which sample rate to use for opl emulator. Suggested value
  41. # is 49716, but other values may also be used.
  42. #OPLSampleRate=49716
  43. # SurroundOPLOffset: Indicates the frequency offset of surround opl. The default and
  44. # recommended value is 384.0, but other values may also be used.
  45. #SurroundOPLOffset=384.0
  46. # ResampleQuality: Indicates the resample quality, valid values from 0 to 4 (default).
  47. # Larger value indicates higher quality and higher hardware requirement.
  48. #ResampleQuality=4
  49. # AudioBufferSize: Indicates the size of audio buffer in samples. Valid values are in
  50. # range 2 - 32768, but should be power of 2. Default value is 1024.
  51. #AudioBufferSize=1024
  52. # Volume: Indicates the global volume. Valid values are from 0 to 100, default is 100.
  53. #Volume=100
  54. # WindowWidth: Indicates the width of game window. Default value varies on different
  55. # platforms. On desktop, the default value is 640.
  56. #WindowWidth=640
  57. # WindowHeight: Indicates the height of game window. Default value varies on different
  58. # platforms. On desktop, the default value is 400.
  59. #WindowHeight=400
  60. # FullScreen: Indicates whether the game should started fullscreen or not, default is not.
  61. # On some platforms, such as mobile OS or WinRT, this option is ignored.
  62. #FullScreen=0
  63. # KeepAspectRatio: Indicates whether the content in game window should keep its original
  64. # aspect ratio (default) or not. When aspect ratio is kept, there may be
  65. # left/right or top/bottom black edges in the game window. Currently this
  66. # value is only valid if the game is built with SDL 2.0 or higher, otherwise
  67. # this value is ignored.
  68. #KeepAspectRatio=1
  69. # MessageFileName: Indicates whether to use external message files.
  70. #MessageFileName=jm.msg