; Preferences
;
; This is the preferences file for the
; Boulder Dash BDCFF-->MAPS converter
; by Arno Weber - arnoweber@hotmail.com



;    --- GRAPHICS ---

GraphicsFile=graphics_original.txt



;    --- MAPS ---

BorderWidth=4
;    Width of the border in pixels. Must be an even number!

AlwaysUseDefaultColors=off
;    off = The colors specified by the BDCFF are used.
;    on  = The default color set is used for each cave.

DefaultColorSet=Black Black Brown LightRed White
;    Specify 5 colors here: border color, background color, dirt color, titan wall color, brick wall color.
;    Available colors are: Black, White, Red, Cyan, Purple, Green, Blue, Yellow, 
;    Orange, Brown, LightRed, Gray1, Gray2, LightGreen, LightBlue, Gray3.

ColorModificationMode=1
;    1 = No modification.
;    2 = Amoeba/slime color becomes dirt color, dirt color becomes titan wall color for amoeba caves only (like Boulder Dash II).
;    3 = Amoeba/slime color becomes dirt color, dirt color becomes titan wall color for amoeba and slime caves.
;    4 = Dirt color becomes titan wall color for amoeba caves only. 
;    5 = Dirt color becomes titan wall color for amoeba and slime caves.



;    --- LEVELS ---

ConvertAllLevels=off
;    off = Only level 1 converted.
;    on  = All levels converted.



;    --- HTML FILE ---

MakeHTML=on
;    off = Only the pics are generated.
;    on  = Also an HTML file is generated.

LevelMode=1
;    1 = All caves written per level in HTML.
;    2 = All levels written per cave in HTML.

FormatPicsInHTML=bmp
;    You may choose to convert the bmp pics into another format (gif or png) in order to save disk space.
;    The format filled in is used in the HTML file. The conversion itself can be done using an editor 
;    like Irfan View.

EmptyLinesAfterCave=2

EmptyLinesAfterIntermission=2

EmptyLinesAfterTitle=4





