Next: Advanced settings, Previous: Map hints.xml, Up: Reference
--animation-density=<value>LW6_ANIMATION_DENSITYanimation-densityType: float.
Density of the background animation, that is, for instance, if the background animation is about displaying bubbles, using a high value will display many bubbles. A value of 1.0 corresponds to the default setting.
--animation-speed=<value>LW6_ANIMATION_SPEEDanimation-speedType: float.
Speed of the background animation, that is, for instance, if the background animation is about displaying bubbles, using a high value will cause bubbles to move very fast. A value of 1.0 corresponds to the default setting.
--background-color-root-bg=<value>LW6_BACKGROUND_COLOR_ROOT_BGbackground-color-root-bgType: color.
Defines the main background color. This is, for instance, the color which will be used to clear the screen before drawing thing. Will be automatically guessed from the map texture if color-auto is set. Can be #RGB, #RGBA, #RRGGBB or #RRGGBBAA.
--background-color-root-fg=<value>LW6_BACKGROUND_COLOR_ROOT_FGbackground-color-root-fgType: color.
Defines a color which will be used together with color-base-bg to compose the background. It can be wise to have a minimum contrast between this color and color-base-bg, but it is not mandatory, especially if other colors are manually redefined. Will be automatically guessed from the map texture if color-auto is set. Can be #RGB, #RGBA, #RRGGBB or #RRGGBBAA.
--background-color-stuff-bg=<value>LW6_BACKGROUND_COLOR_STUFF_BGbackground-color-stuff-bgType: color.
Defines a color which will be used together with color-alternate-fg to draw things (animations, sprites, text, whatever) in the background. It should be different enough from color-alternate-fg so that one can really distinguish these colors. Will be automatically guessed from the map texture if color-auto is set. Can be #RGB, #RGBA, #RRGGBB or #RRGGBBAA.
--background-color-stuff-fg=<value>LW6_BACKGROUND_COLOR_STUFF_FGbackground-color-stuff-fgType: color.
Defines a color which will be used to draw things (animations, sprites, text, whatever) in the background. It should be different enough from color-alternate-bg so that one can really distinguish these colors. Think of this as the sprite, the text, the whatever-needs-to-be-seen-uses-this color. Will be automatically guessed from the map texture if color-auto is set. Can be #RGB, #RGBA, #RRGGBB or #RRGGBBAA.
--background-style=<value>LW6_BACKGROUND_STYLEbackground-styleType: string.
The background defines, of course, what is displayed at the background, but it also conditions the colors used for other items, such as the menus for instance. The only possible value for now is 'bubbles'.
--color-alternate-bg=<value>LW6_COLOR_ALTERNATE_BGcolor-alternate-bgType: color.
Defines the alternate color, more precisely, its bg (background) part. Colors are always defined by a bg/fg pair. Most colors in the game can be deduced from this one, usually to color a map you only need to define color-base-bg, color-base-fg, color-alternate-bg and color-alternate-fg.
--color-alternate-fg=<value>LW6_COLOR_ALTERNATE_FGcolor-alternate-fgType: color.
Defines the alternate color, more precisely, its fg (foreground) part. Colors are always defined by a bg/fg pair. Most colors in the game can be deduced from this one, usually to color a map you only need to define color-base-bg, color-base-fg, color-alternate-bg and color-alternate-fg.
--color-base-bg=<value>LW6_COLOR_BASE_BGcolor-base-bgType: color.
Defines the base color, more precisely, its bg (background) part. Colors are always defined by a bg/fg pair. Most colors in the game can be deduced from this one, usually to color a map you only need to define color-base-bg, color-base-fg, color-alternate-bg and color-alternate-fg.
--color-base-fg=<value>LW6_COLOR_BASE_FGcolor-base-fgType: color.
Defines the base color, more precisely, its fg (foreground) part. Colors are always defined by a bg/fg pair. Most colors in the game can be deduced from this one, usually to color a map you only need to define color-base-bg, color-base-fg, color-alternate-bg and color-alternate-fg.
--colorize=<value>LW6_COLORIZEcolorizeType: boolean.
If set, then all background drawings including textures will use the bakground colors. This means, for instance, that if background colors are set automatically by color-auto from the map texture, then the background will adopt the same range of colors than the map itself. In short, the background will mimic the map.
--cursor-size=<value>LW6_CURSOR_SIZEcursor-sizeType: float.
Size of the cursors on the map. 1 is the default, setting it to a higher value will make cursors bigger, a lower value will make them smaller.
--hud-color-frame-bg=<value>LW6_HUD_COLOR_FRAME_BGhud-color-frame-bgType: color.
Defines the background color for the hud frame. Ignored if hud-color-auto is set. Can be #RGB, #RGBA, #RRGGBB or #RRGGBBAA.
--hud-color-frame-fg=<value>LW6_HUD_COLOR_FRAME_FGhud-color-frame-fgType: color.
Defines the foreground color for the hud frame. Ignored if hud-color-auto is set. Can be #RGB, #RGBA, #RRGGBB or #RRGGBBAA.
--hud-color-text-bg=<value>LW6_HUD_COLOR_TEXT_BGhud-color-text-bgType: color.
Defines the background color for hud text. Ignored if hud-color-auto is set. Can be #RGB, #RGBA, #RRGGBB or #RRGGBBAA.
--hud-color-text-fg=<value>LW6_HUD_COLOR_TEXT_FGhud-color-text-fgType: color.
Defines the foreground color for hud text. Ignored if hud-color-auto is set. Can be #RGB, #RGBA, #RRGGBB or #RRGGBBAA.
--hud-style=<value>LW6_HUD_STYLEhud-styleType: string.
The hud is where informations about the game are displayed. This means, who is winning, are other status-like informations. Possible values include 'floating' and 'tactical'.
--keep-ratio=<value>LW6_KEEP_RATIOkeep-ratioType: boolean.
Defines wether the map should keep its ratio, or if it should be stretched to fill the shape of your screen.
--menu-color-default-bg=<value>LW6_MENU_COLOR_DEFAULT_BGmenu-color-default-bgType: color.
Defines the default background color for menus. Ignored if menu-color-auto is set. Can be #RGB, #RGBA, #RRGGBB or #RRGGBBAA.
--menu-color-default-fg=<value>LW6_MENU_COLOR_DEFAULT_FGmenu-color-default-fgType: color.
Defines the default foreground color for menus. In fact, this is the main color for menu text, the color used to draw letters in menus. Ignored if menu-color-auto is set. Can be #RGB, #RGBA, #RRGGBB or #RRGGBBAA.
--menu-color-disabled-bg=<value>LW6_MENU_COLOR_DISABLED_BGmenu-color-disabled-bgType: color.
Defines the background color for a disabled menu item. Ignored if menu-color-auto is set. Can be #RGB, #RGBA, #RRGGBB or #RRGGBBAA.
--menu-color-disabled-fg=<value>LW6_MENU_COLOR_DISABLED_FGmenu-color-disabled-fgType: color.
Defines the foreground color for a disabled menu item. Ignored if menu-color-auto is set. Can be #RGB, #RGBA, #RRGGBB or #RRGGBBAA.
--menu-color-selected-bg=<value>LW6_MENU_COLOR_SELECTED_BGmenu-color-selected-bgType: color.
Defines the background color for a selected menu item. Ignored if menu-color-auto is set. Can be #RGB, #RGBA, #RRGGBB or #RRGGBBAA.
--menu-color-selected-fg=<value>LW6_MENU_COLOR_SELECTED_FGmenu-color-selected-fgType: color.
Defines the foreground color for a selected menu item. Ignored if menu-color-auto is set. Can be #RGB, #RGBA, #RRGGBB or #RRGGBBAA.
--menu-style=<value>LW6_MENU_STYLEmenu-styleType: string.
The menu style is simply the name of the engine used to power the menu system. The only possible value, for now, is 'cylinder'.
--system-color-bg=<value>LW6_SYSTEM_COLOR_BGsystem-color-bgType: color.
Defines the system background color, used when displaying system info, such as the number of frames per second. Can be #RGB, #RGBA, #RRGGBB or #RRGGBBAA.
--system-color-fg=<value>LW6_SYSTEM_COLOR_FGsystem-color-fgType: color.
Defines the system foreground color, used when displaying system info, such as the number of frames per second. This will typically be text color. Can be #RGB, #RGBA, #RRGGBB or #RRGGBBAA.
--team-color-blue=<value>LW6_TEAM_COLOR_BLUEteam-color-blueType: color.
Defines the color for the blue team. Syntax is HTML-like, #RGB or #RRGGBB.
--team-color-cyan=<value>LW6_TEAM_COLOR_CYANteam-color-cyanType: color.
Defines the color for the cyan team. Syntax is HTML-like, #RGB or #RRGGBB.
--team-color-green=<value>LW6_TEAM_COLOR_GREENteam-color-greenType: color.
Defines the color for the green team. Syntax is HTML-like, #RGB or #RRGGBB.
--team-color-lightblue=<value>LW6_TEAM_COLOR_LIGHTBLUEteam-color-lightblueType: color.
Defines the color for the light blue team. Syntax is HTML-like, #RGB or #RRGGBB.
--team-color-magenta=<value>LW6_TEAM_COLOR_MAGENTAteam-color-magentaType: color.
Defines the color for the magenta team. Syntax is HTML-like, #RGB or #RRGGBB.
--team-color-orange=<value>LW6_TEAM_COLOR_ORANGEteam-color-orangeType: color.
Defines the color for the orange team. Syntax is HTML-like, #RGB or #RRGGBB.
--team-color-pink=<value>LW6_TEAM_COLOR_PINKteam-color-pinkType: color.
Defines the color for the pink team. Syntax is HTML-like, #RGB or #RRGGBB.
--team-color-purple=<value>LW6_TEAM_COLOR_PURPLEteam-color-purpleType: color.
Defines the color for the purple team. Syntax is HTML-like, #RGB or #RRGGBB.
--team-color-red=<value>LW6_TEAM_COLOR_REDteam-color-redType: color.
Defines the color for the red team. Syntax is HTML-like, #RGB or #RRGGBB.
--team-color-yellow=<value>LW6_TEAM_COLOR_YELLOWteam-color-yellowType: color.
Defines the color for the yellow team. Syntax is HTML-like, #RGB or #RRGGBB.
--view-color-cursor-bg=<value>LW6_VIEW_COLOR_CURSOR_BGview-color-cursor-bgType: color.
Defines the background cursor color. Will typically be used to draw the shape of the cursor. Ignored if view-color-auto is set. Can be #RGB, #RGBA, #RRGGBB or #RRGGBBAA.
--view-color-cursor-fg=<value>LW6_VIEW_COLOR_CURSOR_FGview-color-cursor-fgType: color.
Defines the foreground cursor color. Will typically be used to draw text in the cursor. Ignored if view-color-auto is set. Can be #RGB, #RGBA, #RRGGBB or #RRGGBBAA.
--view-color-map-bg=<value>LW6_VIEW_COLOR_MAP_BGview-color-map-bgType: color.
Defines the background map color. If there's no map texture defined or if use-texture is false, this is the color of the places where armies will go. Ignored if view-color-auto is set. Can be #RGB, #RGBA, #RRGGBB or #RRGGBBAA.
--view-color-map-fg=<value>LW6_VIEW_COLOR_MAP_FGview-color-map-fgType: color.
Defines the foreground map color. If there's no map texture defined or if use-texture is false, this is the color of walls, what armies can't go through. Ignored if view-color-auto is set. Can be #RGB, #RGBA, #RRGGBB or #RRGGBBAA.
--view-style=<value>LW6_VIEW_STYLEview-styleType: string.
The view style conditions which renderer is used for the map, the area where fighters are displayed. This is not the graphics backend. Indeed, the graphics backend defines which technical tool one uses (which library) one runs, wether this parameter says what kind of rendering one wants.