2013-08-19 12:12:31 +00:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" xml:lang = "en" >
< head >
2013-08-22 11:17:09 +00:00
< title > Template< / title >
< meta http-equiv = "content-type" content = "text/html; charset=iso-8859-1" / >
< link rel = "stylesheet" type = "text/css" href = "../default.css" media = "screen" title = "Default" / >
2014-10-17 13:43:32 +00:00
< script type = "text/javascript" src = "../scripts.js" > < / script >
2013-08-22 11:17:09 +00:00
< style type = "text/css" >
2013-08-19 12:12:31 +00:00
<!--
2014-10-17 13:43:32 +00:00
.style3 {color: #003399}
2013-08-19 12:12:31 +00:00
-->
2013-08-22 11:17:09 +00:00
< / style >
2013-08-19 12:12:31 +00:00
< / head >
< body >
2013-08-22 11:17:09 +00:00
< object type = "application/x-oleobject" classid = "clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e" >
< param name = "keyword" value = "Template" >
< / object >
< div id = "gz_title" >
2014-03-07 12:37:47 +00:00
< h1 > New settings in game configurations< / h1 >
2013-08-22 11:17:09 +00:00
< / div >
< div id = "contents" >
< h2 > General settings:< / h2 >
2014-10-17 13:43:32 +00:00
< p > int< b > basegame< / b > - indicates which game the current configuration is based on. Used to load game-specific GLDEFS lumps (DOOMDEFS, HTICDEFS, HEXNDEFS or STRFDEFS)< / br >
< b > Possible values:< / b > 1 (DOOM), 2 (HERETIC), 3 (HEXEN) or 4 (STRIFE).< br / >
< b > Example: < / b > < span class = "style3" > basegame = 2;< / span >
< / p >
< p > bool< strong > enabledbydefault< / strong > - this game configuration is available by default.< br / >
< strong > Default value< / strong > is "false".< / p >
< h2 > Linedef definitions:< / h2 >
< p > bool < strong > requiresactivation< / strong > - this linedef action requires activation flag(s). When this property is set to true, a warning will be shown when a user selects this linedef action and no activation flags are set.
< br / >
< strong > Default value< / strong > is "true".
< br / >
< b > Example:< / b > < br >
< code > 1< br / >
{< br / >
title = " Polyobj Start Line" ;< br / >
< span class = "style3" > requiresactivation = false;< / span > < br / >
}< / code > < / p >
2014-03-07 12:37:47 +00:00
< br >
2013-08-22 11:17:09 +00:00
< h2 > Thing and linedef definitions:< / h2 >
2014-10-17 13:43:32 +00:00
< p > int < strong > default< / strong > - sets default value for a Thing or Linedef argument definition.< br >
2013-08-19 12:12:31 +00:00
< b > Example:< / b > < br >
2014-03-07 12:37:47 +00:00
< code > 9038< br / >
2013-08-22 11:17:09 +00:00
{< br / >
title = " ColorSetter" ;< br / >
arg0< br / >
{< br / >
title = " Red" ;< br / >
< span class = "style3" > default = 255;< / span > < br / >
}< br / >
2014-10-17 13:43:32 +00:00
}< / code > < / div >
2013-08-19 12:12:31 +00:00
< / body >