DOSMENU 2.0

How to edit the global configuration

The global DOSMENU configuration is saved in the DOSMENU.CFG file. You need to edit the file with a text editor.

Every configuration option can be overwritten in a (Sub-)Menu file for the specific menu-view.

Configuration file content and description

######################################
# Configuration File for DOSMENU 2.0 #
######################################

#         Background: Path and Filename of the Background image (BMP)
# BackgroundPosition: 0=Top Left, 1=Center, 2=Tile
#         ScreenMode: 0=640x400, 1=640x480, 2=800x600
#   ScreenSaverStart: Seconds until Screensaver starts

Background=bg\dosmenu2.bmp
BackgroundPosition=1
ScreenMode=2
ScreenSaverStart=60

#       Font: Font-Filename (located in FONTS directory)
# FontInvert: Invert the characters
#             FontInvert=0  FontInvert=1
#                           ############
#               ########    ##        ##
#              ##      ##   #  ######  #
#              ##      ##   #  ######  #
#              ##########   #          #
#              ##      ##   #  ######  #
#              ##      ##   #  ######  #
#              ##      ##   #  ######  #
#                           ############

Font=unifont2
FontInvert=0

# MusicType: Type of Music (WAV, MOD or NONE)
# MusicFile: Musicfile to play

MusicType=MOD
MusicFile=music\music.mod

# All Colors are set in Hexa-Decimal for Red, Green and Blue
# (e.g. White -> Red: 255, Green: 255, Blue: 255 = #FFFFFF)
# !!! Opacity is only Available in Screen Modes 0 and 1 !!!
#            ColorBackground: Background-Color
#           ColorBreadCrumbs: Color of the Bread-Crumbs headline
#              ColorMenuItem: Color of the Menu item frame and text
#       ColorMenuItemOpacity: Opacity of the Menu item text (1=Opaque, 0.5=50%, etc.)
#        ColorMenuItemShadow: Color of the Menu item text shadow
# ColorMenuItemShadowOpacity: Opacity of the Menu item text shadow (1=Opaque, 0.5=50%, etc.)
#             ColorUseShadow: 1=Shadow, 0=No Shadow
#           ColorMenuItemSel: Frame-Color of the selected Menu item
#               ColorInfoBox: Background-Color of the Information-Box
#           ColorInfoBoxText: Color of the Information-Box text
#    ColorInfoBoxTextOpacity: Opacity of the Inforation-Box text (1=Opaque, 0.5=50%, etc.)
#                ColorButton: Background-Color of buttons
#            ColorButtonText: Color of the button text
#               ColorExitBox: Background-Color of the Exit (Yes/No) Box
#              ColorExitText: Text- and Frame-Color of the Exit (Yes/No) Box
#       ColorExitTextOpacity: Opacity of the Text-Color of the Exit (Yes/No) Box (1=Opaque, 0.5=50%, etc.)

ColorBackground=#545151
ColorBreadCrumbs=#F8BF24
ColorMenuItem=#FFFFFF
ColorMenuItemOpacity=1
ColorMenuItemShadow=#000000
ColorMenuItemShadowOpacity=0.25
ColorUseShadow=0
ColorMenuItemSel=#F8BF24
ColorInfoBox=#606060
ColorInfoBoxText=#F8BF24
ColorInfoBoxTextOpacity=1
ColorButton=#F8BF24
ColorButtonText=#000000
ColorExitBox=#300900
ColorExitText=#C02400
ColorExitTextOpacity=1