Files
kichikuou_xsystem35-sdl2/xsys35rc.sample
T
kichikuou aec06f775a Support the save format of original System3.x (except System3.5 v1)
Now xsystem35 can load ASD files created by System3.5 (v2+) - System3.9.
The format for saving can be configured with the -saveformat option.
2023-02-23 19:03:23 +09:00

97 lines
2.9 KiB
Plaintext

#----------------------------------------------------------
# XSyetem35 設定ファイル
#
# 行頭が '#' で始まる行はコメント行です
# ------------------------------------------------------------
# 使用するフォントの指定
#
#ttfont_mincho: /usr/local/share/xsystem35/fonts/mincho.otf
#ttfont_gothic: /usr/local/share/xsystem35/fonts/MTLc3m.ttf
# True Type フォントのフェイス指定
#ttfont_mincho_face: 0
#ttfont_gothic_face: 0
# ------------------------------------------------------------
# フォントのアンチエイリアスを無効にする
#antialias: No
# ------------------------------------------------------------
# ------------------------------------------------------------
# Enables game-specific hacks. Usually auto-detected, but must be
# specified for games with modified / translated titles.
#
# Possible values are: toushin2, rance3_eng, rance4_eng, rance4_v2.
#game: rance4_v2
# ------------------------------------------------------------
# ------------------------------------------------------------
# The format when writing save files.
# xsystem35 : default
# system36 : compatible with System3.5 v2 - System3.6
# system39 : compatible with System3.8 - System3.9
#saveformat: xsystem35
# ------------------------------------------------------------
# ------------------------------------------------------------
# CD-ROM のデバイス名
#
#cdrom_device: /dev/cdrom
# ------------------------------------------------------------
# ------------------------------------------------------------
# raw midi device または sequencer device のデバイス名
#
#midi_device: /dev/midi
##midi_device: /dev/sequencer
# ------------------------------------------------------------
# ------------------------------------------------------------
# オーディオバッファのバイト数
# 小さすぎると音が途切れ、大きくすると効果音が遅れるようになります。
#audio_buffer_size: 2048
# ------------------------------------------------------------
# ------------------------------------------------------------
# MIDI Output method
# 'e' : SDL_mixer (default)
# 'pX' : via PortMidi (X is the device number, usually 0)
# 'r' : raw midi device
# 'sX' : sequencer device (X is the port number, usually 0)
# '0' : disable MIDI
#
#midi_output_device: e
# ------------------------------------------------------------
# ------------------------------------------------------------
# joystick device のデバイス番号 (0-)
#
#joy_device: 0
# ------------------------------------------------------------
# -----------------------------------------------------------
# リソースファイルによるマウスカーソルの形状変更を無効にする
# にする場合、以下を Yes にする (なにも指定しない場合は有効)
#
#no_imagecursor: Yes
# -----------------------------------------------------------