@ little progress on the help docs

This commit is contained in:
codeimp 2010-01-05 21:47:00 +00:00
parent 74a5aa1581
commit 6cf6a4908c
5 changed files with 105 additions and 0 deletions

View file

@ -165,6 +165,36 @@
<param name="Name" value="Configuration Syntax">
<param name="Local" value="configstructure.html">
</OBJECT>
<LI> <OBJECT type="text/sitemap">
<param name="Name" value="Compiler Configurations">
<param name="Local" value="compilerconfigs.html">
</OBJECT>
<UL>
<LI> <OBJECT type="text/sitemap">
<param name="Name" value="About Compiler Configurations">
<param name="Local" value="compilerconfigs.html">
</OBJECT>
</UL>
<LI> <OBJECT type="text/sitemap">
<param name="Name" value="Game Configurations">
<param name="Local" value="gameconfigs.html">
</OBJECT>
<UL>
<LI> <OBJECT type="text/sitemap">
<param name="Name" value="About Game Configurations">
<param name="Local" value="gameconfigs.html">
</OBJECT>
</UL>
<LI> <OBJECT type="text/sitemap">
<param name="Name" value="Scripting Configurations">
<param name="Local" value="scriptingconfigs.html">
</OBJECT>
<UL>
<LI> <OBJECT type="text/sitemap">
<param name="Name" value="About Scripting Configurations">
<param name="Local" value="scriptingconfigs.html">
</OBJECT>
</UL>
</UL>
</UL>
</BODY></HTML>

24
Help/compilerconfigs.html Normal file
View file

@ -0,0 +1,24 @@
<!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>About Compiler Configurations</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="Configurations">
<param name="keyword" value="Compiler Configurations">
</object>
<div id="title"><h1>About Compiler Configurations</h1></div>
<div id="contents">
<p>
B
</p>
</div>
</body>

View file

@ -22,5 +22,8 @@
<p>
You can safely create your own configurations for your mapping project or sourceport. If there are any errors in your configuration, Doom Builder will show these in the <a href="w_errorsandwarnings.html">Errors & Warnings dialog</a>. Doom Builder is installed with several configurations which can be great examples to see how these things work. It is recommended to always create new configurations in separate files. Do not modify the files that are installed by Doom Builder, as these will be overwritten when a new version is installed.
</p>
<p>
When you made changes to the configurations in the Doom Builder subdirectories, you must restart Doom Builder to reload the configurations with your changes.
</p>
</div>
</body>

24
Help/gameconfigs.html Normal file
View file

@ -0,0 +1,24 @@
<!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>About Game Configurations</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="Configurations">
<param name="keyword" value="Game Configurations">
</object>
<div id="title"><h1>About Game Configurations</h1></div>
<div id="contents">
<p>
B
</p>
</div>
</body>

View file

@ -0,0 +1,24 @@
<!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>About Scripting Configurations</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="Configurations">
<param name="keyword" value="Scripting Configurations">
</object>
<div id="title"><h1>About Scripting Configurations</h1></div>
<div id="contents">
<p>
B
</p>
</div>
</body>