UltimateZoneBuilder/Help/w_linedefedit.html

42 lines
2.3 KiB
HTML
Raw Normal View History

2009-03-20 06:48:09 +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>Linedef Properties 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="Linedef Properties Window">
<param name="keyword" value="Linedef">
<param name="keyword" value="Sidedef">
2009-03-21 11:38:14 +00:00
<param name="keyword" value="Action">
<param name="keyword" value="Special Linedef">
<param name="keyword" value="Tag">
2009-03-20 06:48:09 +00:00
</object>
<div id="title"><h1>Linedef Properties Window</h1></div>
<div id="contents">
<p>
2009-03-21 11:38:14 +00:00
With this dialog window you can edit all linedef properties. When a selection of multiple linedefs is made, some fields may appear grayed or empty in case they are different for some of the selected elements. Setting a value in grayed or empty field will apply this to the entire selection.
<h2>Properties</h2>
On this tab you will find all the general settings for the linedef. These setting apply to both sides of the linedef, unless specified otherwise.<br/>
<br/>
The <b>Settings</b> area provides options for the line such as <i>Impassable</i> which blocks players and monsters from crossing the line, and <i>Doublesided</i> which is automatically set or unset by Doom Builder to indicate if the line has one or two sidedefs. Depending on the game configuration, this area can feature many more options for the behaviour of the linedef.<br/>
<br/>
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>
<h2>Custom</h2>
2009-03-20 06:48:09 +00:00
</p>
</div>
</body>