Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorkcgen <1557255+kcgen@users.noreply.github.com>2021-09-23 01:35:40 +0300
committerkcgen <1557255+kcgen@users.noreply.github.com>2021-09-23 06:27:06 +0300
commitac73fdd0de648ad0426552c8e42923ddeed8b67c (patch)
tree9e82099bc0b35ac727a52f0e098e1a8fafe15f34 /README
parent0cca271f823420dd23d9e787114e19250f61964a (diff)
Make custom -conf settings apply last
Diffstat (limited to 'README')
-rw-r--r--README22
1 files changed, 9 insertions, 13 deletions
diff --git a/README b/README
index 980984a12..544714602 100644
--- a/README
+++ b/README
@@ -388,31 +388,27 @@ dosbox -opencaptures program
-fullscreen
Starts DOSBox in fullscreen mode.
- -noprimaryconf, -conf, and -nolocalconf:
+ -noprimaryconf, -nolocal, and -conf:
DOSBox Staging uses a layered configuration approach, as follows:
1. The primary configuration file is loaded first, which comes
from the operating system's user configuration directory.
This can be thought of as your "global" configuration file.
+ Adding -noprimaryconf avoids loading your primary conf file.
- 2. Custom configurations can be layered on next using one
- or more -conf <filename> command-line arguments. For example:
- dosbox -conf myshader.conf -conf myaudio.conf
+ 3. Second, if the local directory contains a dosbox.conf file,
+ these settings are added.
+ Adding -nolocalconf avoids loading the local dosbox.conf file.
- 3. Finally, if the local directory contains a "dosbox.conf" file,
- these settings will be layered on last and therefore have
- the highest precedence.
+ 2. Finally, custom configurations are layered on, in order,
+ using one or more -conf <filename> arguments. For example:
+ dosbox -conf myshader.conf -conf myaudio.conf
This layered approach means you can start with the most general
settings (from your primary conf) and increasingly fine-tune them
- for a specific game, which may only have a couple DOS-specific
- settings inside its own local dosbox.conf file.
-
- The -noprimaryconf and -nolocalconf affect this behavior:
+ for a specific game.
- -noprimaryconf avoids loading your primary conf file.
- -nolocalconf avoids loading the local dosbox.conf file.
-lang languagefilelocation
Start DOSBox using the language specified in "languagefilelocation".