mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-23 04:12:12 +00:00
254ffeb610
Added X and Y position controls to Edit Thing menu. Added "Place selected Things at cursor's position" action.
41 lines
2.3 KiB
HTML
41 lines
2.3 KiB
HTML
<!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>GZDoom Builder introduction</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="Introduction">
|
|
</object>
|
|
|
|
<div id="gz_title"><h1>Introduction</h1></div>
|
|
|
|
<div id="contents">
|
|
<p>
|
|
GZDoom Builder is a Doom Builder 2 fork, which aims to incorporate as many GZDoom features as possible. Currently it's the only map editor for Doom and games based on Doom engine, which supports 3d-models and dynamic lights.
|
|
|
|
<h2>Reference Manual</h2>
|
|
This is the Reference Manual for GZDoom Builder. You can use this manual to look up how the specific GZDoom Builder features work and what the specific modes and actions do. This manual is not a beginners tutorial that teaches you how to make maps.
|
|
|
|
<h2>Table of contents</h2>
|
|
<ul>
|
|
<li><a href="gz_features.html">Features</a></li>
|
|
<li><a href="gz_settings.html">New settings</a></li>
|
|
<li><a href="gz_editmodes.html">New editing modes</a></li>
|
|
<li><a href="gz_actions.html">New actions</a></li>
|
|
<li><a href="gz_gldefs.html">MODELDEF, GLDEFS</a> and <a href="gz_mapinfo.html">(Z)MAPINFO</a> support</li>
|
|
<li><a href="gz_cfg_settings.html">New settings in game configurations</a></li>
|
|
<li><a href="gz_plugins.html">Plugins</a></li>
|
|
<li><a href="gz_faq.html">Frequently asked questions</a></li>
|
|
</ul>
|
|
<img style="float:left; margin-right:10px; margin-top:18px" src="gz_mxd_avatar.png"/>
|
|
<h2>Notice from author:</h2>
|
|
English is not my first language, so there most likely are things which are explained in a strange or grammatically incorrect way. If you notice such things, please write me a <a href="http://forum.zdoom.org/ucp.php?i=pm&mode=compose&u=7012">personal message</a>, or leave a comment in the <a href="http://forum.zdoom.org/viewtopic.php?f=3&t=32392">Official GZDoom Builder thread</a> at zdoom.org.
|
|
</p>
|
|
</div>
|
|
</body>
|