ZoneBuilder/Help/e_linedefs.html

69 lines
2.7 KiB
HTML
Raw Normal View History

<!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>Linedefs Mode</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" />
<script type="text/javascript" src="scripts.js"></script>
</head>
<body onresize="autoadjustheight('classiccontrols')">
<object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e">
<param name="keyword" value="Linedefs Mode">
<param name="keyword" value="Sidedefs">
</object>
<div id="title"><h1>Linedefs Mode</h1></div>
<div id="contents">
<p>
With this mode you can edit the linedefs in your map. Every linedef has a front (right) and back (left) side which make up the boundaries of your sectors. You can edit the sidedef properties through the linedefs in this mode. Drag the linedefs to move them and snap them to the <a href="w_gridsetup.html">grid</a> and other geometry. Hold Shift and/or Control to disable snapping to the grid and geometry.<br />
<br />
The linedefs editing mode is one of the classic (2D) editing modes.
<h2>Default Controls</h2>
<table border="0" cellspacing="6" width="90%">
<tr>
<td width="150" valign="top"><b>L</b></td>
<td>Switches from any other classic editing mode to this mode.</td>
</tr>
<tr>
<td valign="top"><b>Insert</b></td>
<td>Starts the <a href="e_drawgeometry.html">Draw Geometry Mode</a>.</td>
</tr>
<tr>
<td valign="top"><b>Delete</b></td>
<td>Deletes the selected linedefs. Note that this may break your sectors.</td>
</tr>
<tr>
<td valign="top"><b>F</b></td>
<td>Flips the linedef and changes the sidedefs so that they remain in their correct position.</td>
</tr>
<tr>
<td valign="top"><b>Shift+F</b></td>
<td>Flips the sidedefs to the other side of the linedef.</td>
</tr>
<tr>
<td valign="top"><b>Shift+S</b></td>
<td>Splits the linedef with a new vertex on the linedef, nearest to your mouse position.</td>
</tr>
<tr>
<td valign="top"><b>Shift+1</b></td>
<td>Keeps only the single-sided linedefs selected.</td>
</tr>
<tr>
<td valign="top"><b>Shift+2</b></td>
<td>Keeps only the double-sided linedefs selected.</td>
</tr>
<tr>
<td valign="top"><b>Shift+C</b></td>
<td>Starts the <a href="e_curvelinedefs.html">Curve Linedefs Mode</a> to make curves with the selected or highlighted linedefs.</td>
</tr>
</table>
<iframe src="classiccontrols.html" frameborder="0" width="100%" id="classiccontrols" scrolling="no" onload="autoadjustheight('classiccontrols')"></iframe>
</p>
</div>
</body>