diff options
author | Torbjörn Andersson | 2003-10-29 08:09:45 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2003-10-29 08:09:45 +0000 |
commit | 774b847a8754ef3af400631ae9544332b76d85ed (patch) | |
tree | dce919cb09503c9c73f505afa0e22c0791c2157b /README | |
parent | d7bd7d44b83fb3dce91567fd0d241758ea706b78 (diff) | |
download | scummvm-rg350-774b847a8754ef3af400631ae9544332b76d85ed.tar.gz scummvm-rg350-774b847a8754ef3af400631ae9544332b76d85ed.tar.bz2 scummvm-rg350-774b847a8754ef3af400631ae9544332b76d85ed.zip |
Document the BS2 config file settings
svn-id: r11002
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -845,6 +845,16 @@ The following keywords are recognized: debug_level number Enable debug output. The higher number, the more verbose output. +Broken Sword II adds the following non-standard keywords: + + gfx_details number Graphics details setting (0-3) + music_mute bool If true, music is muted + object_labels bool If true, object labels are enabled + reverse_stereo bool If true, stereo channels are reversed + sfx_mute bool If true, sound effects are muted + speech_mute bool If true, speech is muted + speech_volume number The speech volume setting (0-255) + 9.0 Compiling: --- ---------- You need SDL-1.2.2 or newer (older versions may work, but are unsupported), and |