sdlpal.cfg.example 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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, 1 for gbk, 2 for shift-jis.
  7. # If not specified, SDLPAL will try to detect automatically (default).
  8. #CodePage=0
  9. # WordLength: Idicates the length of each word, 10 for chinese version (default),
  10. # 16 for japanese version
  11. #WordLength=10
  12. # ExtraMagicDescLines: Idicates number of extra lines for magic description,
  13. # 0 for chinese version (default), 1 for japanese version.
  14. #ExtraMagicDescLines=0
  15. # ExtraItemDescLines: Idicates number of extra lines for item description,
  16. # 0 for chinese version (default), 2 for japanese version.
  17. #ExtraItemDescLines=0
  18. # DOS: Indicates whether to use DOS-version resources or WIN-version resources.
  19. # Non-zero for DOS-version (default), zero for WIN95-version.
  20. #DOS=1
  21. # UseEmbeddedFonts: Indicates whether to use DOS-version's embedded fonts.
  22. # Non-zero for using DOS-version's embedded fonts (default),
  23. # zero for using SDLPAL's internal fonts.
  24. # Note that this value is ignored when the DOS option is zero.
  25. #UseEmbeddedFonts=1
  26. # CD: Indicates which type of CD audio source to use. Valid types include 'RAW',
  27. # 'OGG' and 'MP3'. 'RAW' means use the SDL 1.2's CDAudio API (default when
  28. # compiled with SDL 1.2), 'OGG' means use files named as '100xx.ogg' inside
  29. # the 'ogg' directory (default when compiled with SDL 2.0), while 'MP3'
  30. # means use files named as '100xx.mp3' inside the 'mp3' directory.
  31. #CD=OGG
  32. # MUSIC: Indicates which type of music source to use. Valid types include
  33. # 'RIX', 'MIDI', 'OGG' and 'MP3'. 'RIX' means use the RIX music (default),
  34. # 'MIDI' means midi (either in 'mus.mkf' or inside 'musics' directory),
  35. # 'OGG' means use files named as 'xx.ogg' inside the 'ogg' directory, while
  36. # 'MP3' means use files named as 'xx.mp3' inside the 'mp3' directory.
  37. #MUSIC=RIX
  38. # OPL: Indicates which type of opl emulator to use. Valid types include 'DOSBOX'
  39. # (default) and 'MAME'. 'DOSBOX' means use the opl emulator from dosbox
  40. # project, while 'MAME' means use the opl emulator from M.A.M.E project (due
  41. # to license issues, this option currently is only for testing purpose and can
  42. # only be enabled when complied with a special macro definition.)
  43. #OPL=DOSBOX
  44. # Stereo: Indicates whether to use mono audio or stereo audio. Non-zero means to use
  45. # stereo audio (default), while zero means only use mono audio.
  46. #Stereo=1
  47. # UseSurroundOPL: Indicates whether to use surround opl emulator or not. Non-zero
  48. # means to using (default), while zero means not to use. Only
  49. # valid when Stereo is set to non-zero.
  50. #UseSurroundOPL=1
  51. # SampleRate: Indicates which sample rate to use, valid values include 44100 (default),
  52. # 22050, and some other rates.
  53. #SampleRate=44100