-
Notifications
You must be signed in to change notification settings - Fork 5
Configuration
Set this value to true
if you want steam-dos to re-create DOSBox user configuration on every run. This option is useful mostly for development purposes. Defaults to: false
This option is used to control the start of software MIDI synthesiser for all games. You can override value for specific game with SDOS_NO_MIDI
. Defaults to: true
The filename of a soundfont file used by software MIDI synthesiser. steam-dos will search for a soundfont in ~/.local/share/soundfonts/
, ~/.local/share/sounds/sf2/
and in default system-wide locations.
Defaults to: FluidR3_GM.sf2
. If not found, then default.sf2
.
-
screen <num>
, where<num>
is the number of the display you want to use. Run$ xrandr --listmonitors
to learn what numbers you can use. You can override value for specific game withSDOS_SCREEN
. Defaults toscreen 0
, which is your primary display. -
desktop
The whole desktop area will be used (all displays) with the game centred, the native resolution of your displays will be preserved. This is a fallback value in case screen detection won't work.
Pick the default scaler, that you want to use for all games. You can override selection per-game by changing option render.scaler
in user .conf file in game's installation dir. You can see full list of available options with visualisation on DOSBox wiki.
Defaults to: normal3x
Change the command, that you use to run DOSBox. For example:
To run DOSBox, that you compiled yourself:
cmd = ~/path_to_dosbox/src/dosbox
To run DOSBox-X fork installed from snap store:
cmd = snap run dosbox-x
You can override value for specific game with SDOS_DOSBOX_CMD
. Defaults to: dosbox
Old name for dosbox.cmd
, used in steam-dos 0.3.3 and older.
Name | Values | Description |
---|---|---|
SDOS_DOSBOX_CMD |
command | Use this command to run the game. Overrides value in dosbox.cmd setting. |
SDOS_NO_MIDI |
0 or 1
|
Set 1 to turn off software MIDI synthesiser. |
SDOS_NO_MIDI_PRESET |
0 or 1
|
Set 1 to prevent patching of game files. |
SDOS_RUN_EXE |
path to file | Set path to executable file to be launched instead of Steam-selected one. Example: SDOS_RUN_EXE="GAME/SETUP.EXE" %command%
|
SDOS_SCREEN |
number | Set to the number of the screen, that you want the game to use. |
SDOS_SIERRA_GAME |
number | Set to the number of the game in Sierra Launcher, that you want to start. Check SierraLauncher.ini file in the game's installation dir to learn which number corresponds to which game. Defaults to 1 . |
This wiki is mirrored on GitLab!