UltimateZoneBuilder/Help/e_visual.html

78 lines
2.8 KiB
HTML
Raw Normal View History

2009-04-15 14:33:30 +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>Visual 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="Visual Mode">
<param name="keyword" value="3D Mode">
</object>
<div id="title"><h1>Visual Mode</h1></div>
<div id="contents">
<p>
The Visual Mode is different from the other modes. In this mode you can walk and fly through your map in 3D and see it as it would look like in game. With the crosshair you can aim at objects (floors, ceilings, walls and things) and edit them instantly.
<h2>Default Controls</h2>
<table border="0" cellspacing="6" width="90%">
<tr>
<td width="150" valign="top"><b>W</b></td>
<td>Switches from any classic editing mode to this mode and back to the previous mode.</td>
</tr>
<tr>
<td valign="top"><b>E</b></td>
<td>Move forward. Hold Shift to move faster.</td>
</tr>
<tr>
<td valign="top"><b>D</b></td>
<td>Move backward. Hold Shift to move faster.</td>
</tr>
<tr>
<td valign="top"><b>S</b></td>
<td>Strafe left. Hold Shift to move faster.</td>
</tr>
<tr>
<td valign="top"><b>F</b></td>
<td>Strafe right. Hold Shift to move faster.</td>
</tr>
<tr>
<td valign="top"><b title="Left Mouse Button">LMB</b></td>
<td>For walls, hold down this button to drag the texture offsets.</td>
</tr>
<tr>
<td valign="top"><b title="Right Mouse Button">RMB</b></td>
<td>Edit the targeted object's properties.</td>
</tr>
<tr>
<td valign="top"><b>G</b></td>
<td>Toggle gravity on/off.</td>
</tr>
<tr>
<td valign="top"><b>B</b></td>
<td>Toggle full-brightness on/off.</td>
</tr>
<tr>
<td valign="top"><b>T</b></td>
<td>Toggle things on/off/boxed. When things are set to boxed, you will see the bounding box of things around them in the color of their category.</td>
</tr>
<tr>
<td valign="top"><b>A</b></td>
<td>Auto-aligns the neighbouring textures horizontally, until a wall is encountered that has different textures.</td>
</tr>
<tr>
<td valign="top"><b>Shift+A</b></td>
<td>Auto-aligns the neighbouring textures vertically, until a wall is encountered that has different textures. The vertical alignment takes the ceiling height differences between sidedefs into account.</td>
</tr>
</table>
</p>
</div>
</body>