2012-06-19 13:12:28 +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 >
< 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" / >
< / head >
< body >
< object type = "application/x-oleobject" classid = "clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e" >
< param name = "keyword" value = "Template" >
< / object >
< div id = "gz_title" >
< h1 > GZDoom Builder-specific settings in game configurations< / h1 >
< / div >
< div id = "contents" >
2012-07-10 10:20:45 +00:00
< p > < h3 > General settings:< / h3 > < / br > < b > basegame< / b > - indicates on which game current configuration is based. Used to load game-specific GLDEFS lumps (DOOMDEFS, HTICDEFS, HEXNDEFS or STRFDEFS)< / br >
2012-07-12 22:34:12 +00:00
< b > Possile values:< / b > 1 (DOOM), 2 (HERETIC), 3 (HEXEN) or 4 (STRIFE).< / br >
2012-06-19 13:12:28 +00:00
< b > Example:< / b > < code > basegame = 0;< / code > < / p >
2012-07-10 10:20:45 +00:00
< h3 > Thing and linedef definition:< / h3 >
Default values can be set in Thing and Linedef argument definitions.< / br >
< b > Example:< / b > < / br >
< code > arg1< / br >
{< / br >
title = "Speed";< / br >
default = 100;< / br >
}< / br > < / code > < / p >
2012-06-19 13:12:28 +00:00
< / div >
< / body >