- Added new version of ZDBSP nodebuilder

@ working on the reference manual
This commit is contained in:
codeimp 2009-03-23 06:27:20 +00:00
parent 5d7d31987b
commit 6c9b2b0eaf
6 changed files with 75 additions and 5 deletions

Binary file not shown.

View file

@ -26,25 +26,33 @@
<param name="Local" value="w_mainwindow.html">
</OBJECT>
<LI> <OBJECT type="text/sitemap">
<param name="Name" value="Game Configurations Window">
<param name="Local" value="w_gameconfigurations.html">
<param name="Name" value="Custom Fields Editor">
<param name="Local" value="w_customfields.html">
</OBJECT>
<LI> <OBJECT type="text/sitemap">
<param name="Name" value="Errors and Warnings Window">
<param name="Local" value="w_errorsandwarnings.html">
</OBJECT>
<LI> <OBJECT type="text/sitemap">
<param name="Name" value="Image Browser Window">
<param name="Local" value="w_imagesbrowser.html">
<param name="Name" value="Game Configurations Window">
<param name="Local" value="w_gameconfigurations.html">
</OBJECT>
<LI> <OBJECT type="text/sitemap">
<param name="Name" value="Grid Setup Window">
<param name="Local" value="w_gridsetup.html">
</OBJECT>
<LI> <OBJECT type="text/sitemap">
<param name="Name" value="Image Browser Window">
<param name="Local" value="w_imagesbrowser.html">
</OBJECT>
<LI> <OBJECT type="text/sitemap">
<param name="Name" value="Linedef Properties Window">
<param name="Local" value="w_linedefedit.html">
</OBJECT>
<LI> <OBJECT type="text/sitemap">
<param name="Name" value="Map Options Window">
<param name="Local" value="w_mapoptions.html">
</OBJECT>
</UL>
<LI> <OBJECT type="text/sitemap">
<param name="Name" value="Editing Modes">

View file

@ -9,6 +9,10 @@
</head>
<body>
<object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e">
<param name="keyword" value="Template">
</object>
<div id="title"><h1>Template</h1></div>
<div id="contents">

24
Help/w_customfields.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>Custom Fields Editor</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="Custom Fields Editor">
<param name="keyword" value="UDMF Custom Fields">
</object>
<div id="title"><h1>Custom Fields Editor</h1></div>
<div id="contents">
<p>
The UDMF format allows any number of custom properties on every element in the map. With the custom fields editor, you can edit the known properties and add custom ones yourself. The game configuration has known properties that are supported by the sourceport and are automatically shown in the list. Grayed items are known, but have not been set (and thus have their default value). To add your own custom properties, you can click on the text <b>Click to add custom field</b> and type the name for the new property. Then you can change the type and set it's value. To remove a custom property, just select it and press Delete. Known properties cannot be deleted, pressing Delete with a known property selected will just reset it back to it's default value.
</p>
</div>
</body>

View file

@ -32,10 +32,14 @@
Below that is the <b>Action</b> area, which allows you to set a special action that is executed on a specific trigger method such as a switch or proximity trigger. In Hexen format, the action can take some arguments and the trigger method can be specified independently from the action. In UDMF format, the trigger method can be any combination of methods.<br/>
<br/>
In Doom and UDMF formats, the line can also be tagged with a number that identifies the linedef. This number can then be used by Thing actions or scripts to perform actions on the linedef.
<h2>Sidedefs</h2>
Here you can change the properties for each side of the line. If you wish to add or remove a sidedef on the linedef, just check or uncheck the <b>Front Side</b> or <b>Back Side</b> box. In the <b>Sector Index</b> field you can type the sector index that you which this sidedef to be bound to. Note that you generally do not have to change this as Doom Builder will make valid sectors for you. Changing the Sector Index is only recommended for advanced users. On the right are the textures that are on the sidedef. Left-click on the box to browse for a texture using the <a href="w_imagesbrowser.html">Images Browser</a>, right-click on the box to clear the texture (making it a single dash). If you know the texture name, you can also type the name directly into the text field below the texture box.<br />
<br />
In UDMF format, you can click the <b>Custom Fields</b> buttons to change the custom fields for the sidedefs. See <a href="w_customfields.html">Custom Fields Editor</a> for more information.
<h2>Custom</h2>
This tab allows you to edit the custom fields on the linedef. Only available in UDMF format. See <a href="w_customfields.html">Custom Fields Editor</a> for more information.
</p>
</div>
</body>

30
Help/w_mapoptions.html Normal file
View file

@ -0,0 +1,30 @@
<!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>Map Options Window</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="Map Options Window">
<param name="keyword" value="Map Name">
<param name="keyword" value="Level Name">
</object>
<div id="title"><h1>Map Options Window</h1></div>
<div id="contents">
<p>
This dialog window allows you to change some options that apply to the entire map and how it is loaded. At the top you can choose the <b>Game Configuration</b> that you wish to use when editing this map. Please note that changing to a configuration of a different file format may cause a loss of information in your map, possibly breaking it. Below the Game Configuration field is the <b>Level Name</b> field. Here you can enter the lump name that is used to store your map in the WAD file. An example level name for a Doom 1 map could be E2M3 which indicates the map is or episode 2, level 3. An example for a Doom 2 map is MAP03 which is level 3.
<h2>Resources</h2>
The Resources area allows you to specify which resources are loaded when editing this map. The <b>Strictly load patches between P_START and P_END only for this file</b> checkbox applies to the wad file you are editing (where your map is in). When this is checked, Doom Builder will resolve texture patch conflicts by strictly loading patch lumps only from between the P_START and P_END lumps as it was intended by id Software, but most sourceports do not require this (as result, older maps have texture patch lumps that are not in between P_START and P_END).<br />
<br />
In the list of resources you can see all the resources that will be loaded. Doom Builder shows the items from the game configuration in gray at the top of the list, because those are always loaded first. You can change the resources loaded according to the game configuration in the <a href="w_gameconfigurations.html">Game Configuration window</a>. You can drag the resource items (except the ones from the game configuration) to change their order. See also the <a href="w_resource.html">Resource Window</a>.
</p>
</div>
</body>