Next: Map teams.xml, Previous: Map hints.xml, Up: Reference [Contents][Index]
--animation-density=<value>
LW6_ANIMATION_DENSITY
animation-density
Type: float
Default value: 1.0 Min value: 0 Max value: 10
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_SPEED
animation-speed
Type: float
Default value: 1.0 Min value: 0 Max value: 10
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_BG
background-color-root-bg
Type: color
Default value: #000000
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_FG
background-color-root-fg
Type: color
Default value: #cccccc
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_BG
background-color-stuff-bg
Type: color
Default value: #333333
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_FG
background-color-stuff-fg
Type: color
Default value: #ffffff
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_STYLE
background-style
Type: string
Default value: bubbles
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 possible values are ’void’ and ’bubbles’.
--blink-cursor=<value>
LW6_BLINK_CURSOR
blink-cursor
Type: boolean
Default value: false
If set, then cursor will blink, allowing you to see what’s under the cursor. It’s just a matter of taste, you might to always have your cursor displayed, or prefer to have it disappear from time to time so that you can see the action below
--color-alternate-bg=<value>
LW6_COLOR_ALTERNATE_BG
color-alternate-bg
Type: color
Default value: #333333
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_FG
color-alternate-fg
Type: color
Default value: #ffffff
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_BG
color-base-bg
Type: color
Default value: #000000
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_FG
color-base-fg
Type: color
Default value: #cccccc
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_COLORIZE
colorize
Type: boolean
Default value: true
If set, then all background drawings including textures will use the background 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.
--colorize-cursor=<value>
LW6_COLORIZE_CURSOR
colorize-cursor
Type: boolean
Default value: true
If set, then all cursors will use the automatic guessed colors, or the specified colors, but basically they won’t be displayed using their native colors. This can be usefull for you can wish to use a generic non-colored texture for your cursor and let it be colorized automatically so that it’s accorded to the level.
--cursor-size=<value>
LW6_CURSOR_SIZE
cursor-size
Type: float
Default value: 1.0 Min value: 0 Max value: 10
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.
--hidden-layer-alpha=<value>
LW6_HIDDEN_LAYER_ALPHA
hidden-layer-alpha
Type: float
Default value: 0.1 Min value: 0 Max value: 1
Whenever players are supposed to be hidden behind a wall, for instance if they are in layer 2 and layer 1 is filled with walls, it’s still possible to see them, but with a low alpha value (almost transparent). This parameter allows you to trick this value, 0 will make these players absolutely invisible, 1 will make them totally opaque, like if they were on layer 1.
--hud-color-frame-bg=<value>
LW6_HUD_COLOR_FRAME_BG
hud-color-frame-bg
Type: color
Default value: #000000
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_FG
hud-color-frame-fg
Type: color
Default value: #cccccc
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_BG
hud-color-text-bg
Type: color
Default value: #333333
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_FG
hud-color-text-fg
Type: color
Default value: #ffffff
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_STYLE
hud-style
Type: string
Default value: floating
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_RATIO
keep-ratio
Type: boolean
Default value: true
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_BG
menu-color-default-bg
Type: color
Default value: #333333
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_FG
menu-color-default-fg
Type: color
Default value: #ffffff
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_BG
menu-color-disabled-bg
Type: color
Default value: #000000
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_FG
menu-color-disabled-fg
Type: color
Default value: #cccccc
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_BG
menu-color-selected-bg
Type: color
Default value: #ffffff
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_FG
menu-color-selected-fg
Type: color
Default value: #333333
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_STYLE
menu-style
Type: string
Default value: cylinder
The menu style is simply the name of the engine used to power the menu system. The only possible value, for now, is ’cylinder’.
--music-exclude=<value>
LW6_MUSIC_EXCLUDE
music-exclude
Type: string
Default value: Chadburn
If this string is found in a music file name, it will be excluded from the list when playing in random mode.
--music-file=<value>
LW6_MUSIC_FILE
music-file
Type: string
Default value:
Allows you to play a custom music file (typically your own ogg music) and override default game music. If file does not exist, game will use its internal music. The file will be searched for in the current ’music-path’ but also in the current map directory. No absolute or even relative path are allowed, only a plain filename with no slash or backslash. Avoid special characters at all cost.
--music-filter=<value>
LW6_MUSIC_FILTER
music-filter
Type: string
Default value:
A music filter, used when files are played randomly. This is not a complex regex-enabled filter, just a plain string search. Even the ’*’ wildcard won’t work. If you want precise control on what music file to play, please consider reorganizing your files and/or use the ’music-file’ parameter.
--pixelize=<value>
LW6_PIXELIZE
pixelize
Type: boolean
Default value: false
Depending on the renderer capabilities, will try to pixelize some parts of the game. This can be used to emulate the old LW5 appearance.
--system-color-bg=<value>
LW6_SYSTEM_COLOR_BG
system-color-bg
Type: color
Default value: #333333
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_FG
system-color-fg
Type: color
Default value: #ffffff
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_BLUE
team-color-blue
Type: color
Default value: #0000ff
Defines the color for the blue team. Syntax is HTML-like, #RGB or #RRGGBB.
--team-color-cyan=<value>
LW6_TEAM_COLOR_CYAN
team-color-cyan
Type: color
Default value: #00ffff
Defines the color for the cyan team. Syntax is HTML-like, #RGB or #RRGGBB.
--team-color-dead=<value>
LW6_TEAM_COLOR_DEAD
team-color-dead
Type: color
Default value: #000000
Defines the color for the teams when they are dead. By default it is black, this means when a team is weak it becomes black. Syntax is HTML-like, #RGB or #RRGGBB.
--team-color-green=<value>
LW6_TEAM_COLOR_GREEN
team-color-green
Type: color
Default value: #00ff00
Defines the color for the green team. Syntax is HTML-like, #RGB or #RRGGBB.
--team-color-lightblue=<value>
LW6_TEAM_COLOR_LIGHTBLUE
team-color-lightblue
Type: color
Default value: #88bbff
Defines the color for the light blue team. Syntax is HTML-like, #RGB or #RRGGBB.
--team-color-magenta=<value>
LW6_TEAM_COLOR_MAGENTA
team-color-magenta
Type: color
Default value: #ff00ff
Defines the color for the magenta team. Syntax is HTML-like, #RGB or #RRGGBB.
--team-color-orange=<value>
LW6_TEAM_COLOR_ORANGE
team-color-orange
Type: color
Default value: #ff8800
Defines the color for the orange team. Syntax is HTML-like, #RGB or #RRGGBB.
--team-color-pink=<value>
LW6_TEAM_COLOR_PINK
team-color-pink
Type: color
Default value: #ff88bb
Defines the color for the pink team. Syntax is HTML-like, #RGB or #RRGGBB.
--team-color-purple=<value>
LW6_TEAM_COLOR_PURPLE
team-color-purple
Type: color
Default value: #bb88ff
Defines the color for the purple team. Syntax is HTML-like, #RGB or #RRGGBB.
--team-color-red=<value>
LW6_TEAM_COLOR_RED
team-color-red
Type: color
Default value: #ff0000
Defines the color for the red team. Syntax is HTML-like, #RGB or #RRGGBB.
--team-color-yellow=<value>
LW6_TEAM_COLOR_YELLOW
team-color-yellow
Type: color
Default value: #ffff00
Defines the color for the yellow team. Syntax is HTML-like, #RGB or #RRGGBB.
--view-color-cursor-bg=<value>
LW6_VIEW_COLOR_CURSOR_BG
view-color-cursor-bg
Type: color
Default value: #333333
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_FG
view-color-cursor-fg
Type: color
Default value: #ffffff
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_BG
view-color-map-bg
Type: color
Default value: #000000
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_FG
view-color-map-fg
Type: color
Default value: #cccccc
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_STYLE
view-style
Type: string
Default value: flat
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.
--waves=<value>
LW6_WAVES
waves
Type: boolean
Default value: true
Activates the wave effect, that’s to say level appears to be under water when playing.
--x-wrap=<value>
LW6_X_WRAP
x-wrap
Type: boolean
Default value: true
Defines wether the map should be wrapped on the x axis. This is the companion of ’x-polarity’, if no polarity is defined, map can’t be wrapped, but in some cases, one might wish to have a map with polarity but without wrapping if, for instance, textures do not tile nicely.
--y-wrap=<value>
LW6_Y_WRAP
y-wrap
Type: boolean
Default value: true
Defines wether the map should be wrapped on the y axis. This is the companion of ’y-polarity’, if no polarity is defined, map can’t be wrapped, but in some cases, one might wish to have a map with polarity but without wrapping if, for instance, textures do not tile nicely.
--zoom=<value>
LW6_ZOOM
zoom
Type: float
Default value: 1.0
Defines the map zoom. If lower than 1.0, map will occupy only a fraction of the screen, if greater than 1.0, some areas will be outside the screen, and the player will need to scroll through it.
--zoom-max=<value>
LW6_ZOOM_MAX
zoom-max
Type: float
Default value: 30.0
Defines the max map zoom. If set to a high value, you’ll be able to dynamically view the map with hudge fighters, seeing only a fraction of the level.
--zoom-min=<value>
LW6_ZOOM_MIN
zoom-min
Type: float
Default value: 0.3
Defines the min map zoom. If set to a low value, you’ll be able to dynamically view a very small, reduced map.
Next: Map teams.xml, Previous: Map hints.xml, Up: Reference [Contents][Index]