UltimateZoneBuilder/Help/gzdb/mapinfo.html
MaxED ead2521451 Sectors mode, UDMF: Create Brightness Gradient action can now work in "Light" and "Fade" modes.
Visual mode: added support for "fogdensity" and "outsidefogdensity" MAPINFO properties.
Sector Info panel now shows the number of sector's sidedefs as well as light and fade colors (UDMF only).
UDMF: Sector and sidedef flags are now copied/pasted when using "Copy Properties" and "Paste Properties" actions.
Fixed: in some cases default texture overrides were used even when corresponding option was disabled.
Sector Edit form: light and fade values were not saved when a value was pasted/entered into text box.
Sector Edit form: "reset value" button was not shown for light and fade values when selected sectors had different light/fade colors.
Reverted Open Map form changes from previous commit (my assumption that map marker is always empty was not correct...)
Updated documentation.
2013-09-11 08:49:45 +00:00

34 lines
1.2 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 features</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="Template">
</object>
<div id="gz_title"><h1>(Z)MAPINFO support</h1></div>
<div id="contents">
<p>GZDoom Builder will automatically load data from (Z)MAPINFO lump if it's present in map resources. Both new and old MAPINFO definition styles are supported.<br />
Several values from (Z)MAPINFO are used in Visual mode. List of supported properties:
<ul>
<li>fade;</li>
<li>outsidefog;</li>
<li>fogdensity;</li>
<li>outsidefogdensity;</li>
<li>vertwallshade;</li>
<li>horizwallshade;</li>
<li>evenlighting;</li>
<li>smoothlighting.</li>
</ul>
You can reload (Z)MAPINFO by using "<a href="actions.html#mapinfo">Reload (Z)MAPINFO</a>" action.
</p>
</div>
</body>