This indicates the type of configuration to prevent accedential use of a different configuration. Must always be the string "Doom Builder 2 Game Configuration".<br/>
<br/>
<bclass="fat">game</b> (string)<br/>
The name that is displayed in Doom Buider for your Game Configuration.<br/>
This game configuration is available by default. You can enable and disable game configurations using <ahref="w_gameconfigurations.html">Game Configurations window</a>.<br/>
The URL used to display action special help. "<strong>%K</strong>" wildcard is replaced by <strong>id</strong> property defined in <ahref="gc_linedefsettings.html#actionid">action definition</a>.<br/>
The URL to open when thing class name is clicked in the Thing Edit form. "<strong>%K</strong>" wildcard is replaced by <strong>classname</strong> property defined in thing definition or by DECORATE actor name.<br/>
Game engine/sourceport name. This is used as the UDMF namespace for UDMF map format interface. It currently has no other function.<br/>
<br/>
<bclass="fat">defaultlumpname</b> (string)<br/>
Default lump name suggested when creating a new map and selecting this configuration.<br/>
<br/>
<bclass="fat">testparameters</b> (string)<br/>
Default parameters used to launch the test game engine. See <ahref="w_gameconfigurations.html">Game Configurations window</a> for the available parameter placeholders.<br/>
<br/>
<bclass="fat">testshortpaths</b> (boolean)<br/>
Set to <b>true</b> to use MSDOS 8.3 format paths and filenames by default. The user can still change this in the <ahref="w_gameconfigurations.html">Game Configurations window</a>.<br/>
Name of the <ahref="scriptingconfigs.html">Nodebuilder Compiler Configuration structure</a> to use as the default settings for the compiler that is used when saving the map. The user can still change this in the <ahref="w_gameconfigurations.html">Game Configurations window</a>.<br/>
Name of the <ahref="scriptingconfigs.html">Nodebuilder Compiler Configuration structure</a> to use as the default settings for the compiler that is used when testing the map. The user can still change this in the <ahref="w_gameconfigurations.html">Game Configurations window</a>.<br/>
Name of the <ahref="scriptingconfigs.html">Script Compiler Configuration file</a> to use as the default settings for the script compiler that is used when compiling map scripts. The user can still change this in the <ahref="w_mapoptions.html">Map Options window</a>.<br/>
<br/>
<bclass="fat">skills</b> (structure)<br/>
This defines the skill options the user has available with this game engine/project. The settings in this structure are expected to be numbers with string values (the descriptive name for the skill level).<br/>
When <b>true</b>, Doom Builder will highlight sectors associated with the same tag number when a line is highlighted. This is only really useful for Doom format maps, because Hexen format and UDMF format has no single tag on linedefs (in those formats, the arguments of the linedef's action can be tags, which also works to highlight sectors).<br/>
Default value is <b>false</b>.<br/>
<br/>
<bclass="fat">singlesidedflag</b> (integer or string)<br/>
This lets Doom Builder know the <ahref="gc_linedefflags.html">linedef flag</a> that indicates a line with only one side. Doom Builder will set this flag value on a linedef when it changes a line to become single sided and removes the flag from a linedef when it becomes double sided. Plugins can also use this information to perform operations on linedefs. For map formats that use numeric flags (Doom and Hexen) this must be an integer flag value. For map formats that use named flags (UDMF), this must be a string indicating the name of the flag.<br/>
<br/>
<bclass="fat">doublesidedflag</b> (integer or string)<br/>
This lets Doom Builder know the <ahref="gc_linedefflags.html">linedef flag</a> that indicates a line with two sides. Doom Builder will set this flag value on a linedef when it changes a line to become double sided and removes the flag from a linedef when it becomes single sided. Plugins can also use this information to perform operations on linedefs. For map formats that use numeric flags (Doom and Hexen) this must be an integer flag value. For map formats that use named flags (UDMF), this must be a string indicating the name of the flag.<br/>
<br/>
<bclass="fat">impassableflag</b> (integer or string)<br/>
This lets Doom Builder know the <ahref="gc_linedefflags.html">linedef flag</a> that indicates a line which blocks players and monsters. Doom Builder uses this to give the line a special color and plugins can use this information to perform operations related to blocking sound lines. For map formats that use numeric flags (Doom and Hexen) this must be an integer specifying the flag value of the Impassable flag. For map formats that use named flags (UDMF), this must be a string indicating the name of the Impassable flag.<br/>
Maximum map bounding box size considered to be safe by "Check map size" <ahref="e_mapanalysis.html">error check</a>. Setting this to <b>0</b> disables the check.<br/>
Thing type number that Doom Builder will use to keep your Visual Mode camera position stored in the map. Doom Builder will place a single thing of this type in your map and move it along as you move in Visual Mode.<br/>
<br/>
<bclass="fat">skyflatname</b> (string)<br/>
Name of the flat that is interpreted as sky (meaning there is no ceiling). Doom Builder and plugins can use this information for various purposes. <br/>
Enables support for long (> 8 chars) texture names. This is used by GZDoom Builder to limit the input fields in the user interface and to check the validity of texture names in resources. This setting should only be enabled for UDMF game configurations. Enabling this setting will make maps incompatible with Doom Builder 2 and can lead to problems in Slade 3 This does NOT determine the actual limitation on the texture names in the map file format.<br/>
When set to true, sidedefs will be compressed regardless of linedef action or tag(s) (DB2 behaviour, can potentially cause problems when target source port doesn't decompress sidedefs).<br/>
When set to false, sidedefs, which belong to a line with an action or non-zero tag(s), will be skipped when compressing sidedefs.<br/>