1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120
|
#----------------------------------------------------------
# XSyetem35 Configuration File
#
# XSystem35 reads configuration from ~/.xsys35rc and .xsys35rc in the current
# directory. The latter takes precedence over the former, so you should put
# general settings in ~/.xsys35rc and game-specific settings in .xsys35rc
# in the game directory.
#
# Lines starting with '#' are comments.
# ------------------------------------------------------------
# Fonts
#
# Gothic (sans-serif) and Mincho (serif) fonts. .ttf and .otf files are
# supported.
#ttfont_gothic: /usr/local/share/xsystem35/fonts/MTLc3m.ttf
#ttfont_mincho: /usr/local/share/xsystem35/fonts/mincho.otf
# Some fonts have multiple "faces" included. This specifies which face to use
# from the font file.
#ttfont_mincho_face: 0
#ttfont_gothic_face: 0
# Disable font antialiasing.
#antialias: No
# ------------------------------------------------------------
# Display
#
# Enforce integer scaling.
#integerscale: Yes
# Disable custom mouse cursor defined in resource files.
#no_imagecursor: Yes
# ------------------------------------------------------------
# Audio
#
# Path to the CD playlist. The playlist is a text file with one filename per
# line, in the order of CD tracks.
#playlist: playlist.txt
# Audio buffer size in bytes.
# Too small value causes sound glitches, too large value causes sound delay.
#audio_buffer_size: 2048
# MIDI Output method
# 'e' : SDL_mixer (default)
# 'pX' : via PortMidi (X is the device number, usually 0)
# '0' : disable MIDI
#midi_output_device: e
# ------------------------------------------------------------
# Input
#
# joystick device number (0-)
#joy_device: 0
# -----------------------------------------------------------
# Miscellaneous
#
# Directory to save game state files.
# If it begins with '~', it is expanded to the user's home directory ($HOME).
#savedir: ~/.xsystem35-saves
# 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
# 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, persiom, agake.
#game: rance4_v2
# Text hook mode.
# none : no text hook (default)
# print : print text to console
# copy : automatically copy text to clipboard (for use with text hooker tools)
#texthook: none
# Suppress text hook on specified scenario pages.
# Used to suppress system messages, etc.
# The example below is for Kichikuou Rance.
#texthook_suppress: 7,11,15,16,17,18,23,24,32,33,197
# Censor list for Streamer Mode.
# This mosaics images listed in the specified file, making them safe for
# streaming or public viewing. The file should contain one image number
# per line, with '#' treated as comments.
#censor: censor_list.txt
# Enables the ZB command (change the font weight). It is disabled by default
# because it makes the text too bold with our default fonts.
# This option is experimental and may be removed in the future. See
# https://github.com/kichikuou/xsystem35-sdl2/issues/44 for details.
#enable_zb: Yes
|