Options File Format
OPTIONS FILE FORMAT
A options file is a file used to define a scenario's lobby options. It is a Lua file with the .options extension.
An option file will be generated the first time a scenario is saved, but should be edited by hand after that. Options files have the following format:
-- If true, select winter skins. (Doesn't apply to DoW3 and is leftover from CoH2)
uses_ice = false | true
-- Relative sort order of this scenario to other scenarios in a scenario pack. (Doesn't apply to DoW3 and is leftover from CoH2)
sort_index = <index>
-- Extended description. (Doesn't apply to DoW3 and is leftover from CoH2)
scenario_description_ext = <locstring>
-- Minimap texture width and height for aspect ratio correction.
minimap_size =
{
<width>, <height>
}
-- Additional atmospheres to load.
atmospheres =
{
{ <locstringid>, <filename> },
}