<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Blast Magazine&#187; pwad</title>
	<atom:link href="http://blastmagazine.com/tag/pwad/feed/" rel="self" type="application/rss+xml" />
	<link>http://blastmagazine.com</link>
	<description>Movies, Music, TV, Video Games, and More</description>
	<lastBuildDate>Tue, 14 Feb 2012 04:09:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Doom Metrics</title>
		<link>http://blastmagazine.com/the-magazine/gaming/doom/doom-metrics/</link>
		<comments>http://blastmagazine.com/the-magazine/gaming/doom/doom-metrics/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 07:00:46 +0000</pubDate>
		<dc:creator>Blast Magazine Newsroom</dc:creator>
				<category><![CDATA[Documentation]]></category>
		<category><![CDATA[Doom]]></category>
		<category><![CDATA[level editing]]></category>
		<category><![CDATA[pwad]]></category>

		<guid isPermaLink="false">http://blastmagazine.com/?p=1088</guid>
		<description><![CDATA[This document tells level editors and creators about the limits and size specifications of Doom Doom Metrics &#8212;&#8212;&#8212;&#8212; Scott Ampoker (scott@basis.com) Creation of a successful Doom level requires that the PWAD designer be aware of the &#8220;physical&#8221; sizes and limitations of the Doom world. On a less critical level, the choice of wall, floor, and [...]]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><em>This document tells level editors and creators about the limits and size specifications of Doom</em></p>
<p>Doom Metrics<br />
&#8212;&#8212;&#8212;&#8212;<br />
Scott Ampoker (scott@basis.com)</p>
<p>Creation of a successful Doom level requires that the PWAD designer be aware of the &#8220;physical&#8221; sizes and limitations of the Doom world.  On a less critical level, the choice of wall, floor, and ceiling textures will have some influence on room dimensions.  This document is primarily concerned with physical limitations.  This document is not complete,<br />
and as I explain below, it is not absolute either.  I regret that I haven&#8217;t determined the map limits of a Doom level.  The data structures would appear to allow grid coordinates as well and floor/ceiling heights from -32768..32767.  However, map editors impose stricter limits.</p>
<p>To determine physical limitations, I created a simple level with three sectors resembling this:</p>
<p>*&#8212;&#8212;&#8212;&#8211;*            *&#8212;&#8212;&#8212;&#8212;*<br />
|                |             |                 |<br />
|                *&#8212;&#8212;&#8212;*                 |<br />
|               |              |                 |<br />
|               *&#8212;&#8212;&#8212;*                  |<br />
|               |              |                 |<br />
*&#8212;&#8212;&#8212;&#8211;*             *&#8212;&#8212;&#8212;&#8212;*</p>
<p>By manipulating the height and width of the center sector I was able to determine minimum clearances.  While it was easy to perform tests with &#8220;the player&#8221;, it was a little trickier testing the various enemies. I had to get an enemy to chase me through the center hallway.  Unfortunately, this does not lead to definitive results.  If the width of the hallway is<br />
near the minimum limit, the enemy is far less likely to enter the hallway within a short period of time.  This would give the false impression that the hallway is already too narrow.  I advise PWAD designers to allow extra clearance if it is intended that enemies move easily from one sector to the next.</p>
<p>After performing most of my tests, I received the April 13 version of  &#8220;The Unofficial Doom Specs&#8221; by Matt Fell.  Unlike the earlier version I had been using, this version provided the actual width and height of each object.  I found this useful in comfirming most (but not all) of my test results and for filling in the missing data on the Spiderdemon which I<br />
hadn&#8217;t tested at all.  (Many thanks to Matt for his invaluable contributions). It appears that the minimum width through which an object will pass is greater than the actual diameter of the object.  For example, The 32-wide player requires a width of 33 (although Fell reports a minimum width of 34).  I will list the physical dimensions as well as the minimum clearances I have actually seen work.  I left a value empty (&#8220;-&#8221;) if I hadn&#8217;t satisfactorily established a minimum.</p>
<p>MINUMIM<br />
ACTUAL 	       CLEARANCE<br />
OBJECT		HEIGHT  WIDTH        HEIGHT  WIDTH<br />
&#8212;&#8212;		&#8212;&#8212;  &#8212;&#8211;        &#8212;&#8212;  &#8212;&#8211;<br />
Player	          56      32           56      33<br />
Trooper/Sarg      56      40	       56      44<br />
Imp		  56      40           56      44<br />
Demon/Spectre	  56      60	       56      64<br />
Cacodemon	  56      62	       56      64<br />
Lost Soul	  56      32	       56       -<br />
Baron		  64      48	       64       -<br />
Cyberdemon	 110      80          110       -<br />
Spiderdemon      100     256		-	-</p>
<p><img src="http://blastmagazine.com/wp-content/uploads/2008/03/doomsargemeasure.jpg" alt="Doom Sergeant measurements/Blast Magazine illustration" /></p>
<p>NOTE: Rising doors stop 4 units short of the neighboring ceiling.  In order to ensure the minimum doorway height of 56, the neighboring ceiling should have a clearance of at least 60.</p>
<p>ANOTHER NOTE: When passing from one sector to the next, an object must fit between the higher of the two floors and the lower of the two ceilings.</p>
<p>STEPS AND STAIRS</p>
<p>It appears that any creature with legs can step up as many as 24 units at a time.  (I haven&#8217;t verified this with the Spiderdemon).  As we all know, the player can step down from any height.  Enemies appear to be limited to descending at most 24 units at a time.  (Floating enemies aren&#8217;t constrained by steps).</p>
<p>Although a simple step up or down is easy to handle, stairways arefar more complicated.  I figured that the depth of each step (the distance front of one step to the front of the next step) had to be a factor.  The test results confirmed this but were confusing at best.</p>
<p>The player can climb steps with a depth as *narrow as 1*!  This could be creatively used in PWADS since it would appear that the player is scaling a sheer wall.</p>
<p>Enemies are much more picky about steps.  For example, I discovered that a trooper would descend stairs that had a minimum step depth of 33 with the maximum riser height of 24.  When I changed the riser height to some smaller value, the mimimum required depth got smaller too.  I gasped in horror realizing the amount of work it would take to figure out the magic formula, by trial and error, for each enemy.  For what it&#8217;s worth, the following table shows the minimum observed depth for 24-unit risers.  You can assume these to be a safe values for any smaller riser.  If your creatures appear to be afraid of the stairs, try adjusting the riser to depth ratio to create a kinder and gentler stairway.  (I did not test the<br />
Cyberdemon or the Spiderdemon in this area.)</p>
<p>OBJECT		MINIMUM STEP DEPTH WITH 24-UNIT RISER<br />
&#8212;&#8212;		&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Trooper/Sarg	33<br />
Imp		33<br />
Demon/Spectre	51<br />
Cacodemon	N/A<br />
Lost Soul	N/A<br />
Baron		41<br />
Cyberdemon	-<br />
Spiderdemon	-</p>
<p>WALL/ROOM DIMENSIONS</p>
<p>Unlike the physical limits described above, wall/room dimensions are determined more by aesthetic factors than by numerical requirements.  However, in the absence of hard rules, there are magic numbers and standard situations that come up from time to time.  It is not practical to cover every situation here.  When in doubt, you should always examine any of the stardard Doom levels for guidance.  It is helpful to always think in powers of 2.  Doom level editors should provide a user setable snap grid adjustable down to 8 units.</p>
<p>Room sizes are, of couse, entirely arbitrary.  However, hallway and corridor widths are commonly 64 or 128 units wide.</p>
<p>Most general wall textures are 128 x 128 units.  The manner in which the wall textures are rendered is described in a separate document (MANAGING TEXTURES AND THE &#8220;UNPEGGED&#8221; ATTRIBUTE).  The use of &#8220;unpegged&#8221; attributes and X, Y offset modifiers enables the PWAD designer to satisfactorily use these wall textures on any wall space.</p>
<p>Some of the available wall textures have more specific uses such as doors, switches, decorations, and wall thickness filler.  Doors are usually 64 or 128 units wide.  Door heights can vary.  72 units seems to be a common door height in the standard Doom levels.</p>
<p>Decorations and switches normally appear on wall textures that are 64 units wide (a few are 128).  When placing these textures on non-standard wall widths, the decoration/switch will not appear centered without adjusting the texture X-offset.</p>
<p>Wall thickness filler is used on the insides of door tracks, windows, and the occasional alcove.  Textures intended for such use normally 8 or 16 units wide but are designed to tile well with non-standard wall thicknesses and heights.</p>
<p>Special stair riser textures are 8 and 16 units high.  However, any texture may be used on a stair riser.</p>
<p>FLOORS AND CEILINGS<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>The textures used for floors and ceilings are all 64 x 64 units.  Unlike wall textures, floor and ceiling textures are aligned and oriented with respect to the underlying map coordinate grid.  Since these textures are tiled globally, they will always create seamless transitions from one sector to the next (assuming the adjoining sector has similar floor/ceiling textures).</p>
<p>Some floor/ceiling textures have specific markings on them that are important.  For example, some ceiling textures have a grid of lights. To ensure that the ceiling lights in a sector tile correctly, not only must the sector size be a proper multiple of a single light, but the sector itself must be placed on the map at an appropriate grid line.</p>
<p>A transporter pad has a special design.  In order for the image on the transporter pad to appear correct, the pad must be aligned on a 64 x 64 map grid.</p>
<p>There are some special stair step textures (STEP1 and STEP2).  These could be used for the top surface of each stair.  If you wish to use these textures for your stairs, make sure you pick the texure with the proper north/south or east/west orientation and snap your stairs to a 64-unit width and a 32-unit depth.</p>
<p>REAL WORLD SCALE<br />
&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>Occasionally, a PWAD designer wishes to create a Doom level based on an actual place (such as his office building or home).  I undertook such a project using the actual blue prints as my reference.  This creates the problem of equating Doom measurement units to real world units. There is no magic formula.  The Doom engine does not appear to render things with consistant aspect ratio.  For my project, I found that the following scale produced a satisfying result that &#8220;felt right&#8221; when walking through the level:</p>
<p>16 Horizontal Doom units = 1 horizontal foot<br />
10 Vertical Doom units = 1 vertical foot</p>
<p>You may wish to experiment with these values to suit your tastes.  The vertical scale seems to be the hardest to pin down.  Heights look different in Doom depending on whether the player is near or far from the feature in question.</p>
</div>]]></content:encoded>
			<wfw:commentRss>http://blastmagazine.com/the-magazine/gaming/doom/doom-metrics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PWAD: DOOMED to Run Amok v1.0</title>
		<link>http://blastmagazine.com/the-magazine/gaming/doom/doomed-to-run-amok-v10-doom-pwad/</link>
		<comments>http://blastmagazine.com/the-magazine/gaming/doom/doomed-to-run-amok-v10-doom-pwad/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 07:00:09 +0000</pubDate>
		<dc:creator>Blast Magazine Newsroom</dc:creator>
				<category><![CDATA[Doom]]></category>
		<category><![CDATA[Levels]]></category>
		<category><![CDATA[doomed to run amok]]></category>
		<category><![CDATA[level]]></category>
		<category><![CDATA[pwad]]></category>

		<guid isPermaLink="false">http://blastmagazine.com/?p=1090</guid>
		<description><![CDATA[Doom levels usually come with a specific template of information telling you about the level, its compatibility and build issues and what to expect. Doomed to Run Amok was one of the coolest levels included in the D!ZONE 150 CD-ROM from Wizard Works. It includes new graphics and sounds! ======================================= Title: DOOMED to Run Amok [...]]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><em>Doom levels usually come with a specific template of information telling you about the level, its compatibility and build issues and what to expect.</em></p>
<p><em>Doomed to Run Amok was one of the coolest levels included in the D!ZONE 150 CD-ROM from Wizard Works. It includes new graphics and sounds!</em></p>
<p>=======================================<br />
<strong> Title:</strong> DOOMED to Run Amok v1.0<br />
<strong> Filename: </strong>AMOK10t.WAD (t=Total Build, with Sound, Music, etc.)<br />
<strong> Author: </strong>David L. Davis<br />
<strong> Email Address          :</strong> (None)<br />
<strong> Misc. Author Info      :</strong> In late 30&#8242;s, SR. PC Programmer / Analyst, and                        bitten with &#8220;DOOM&#8221; madness!</p>
<p><strong>Description: </strong>Waste the &#8220;BAD GUYS&#8221;, what else?.</p>
<p><strong>Additional Credits to:</strong><br />
id Software Team                         (DOOM &#8220;The Game&#8221; / &#8220;The Graphic Engine&#8221;)<br />
Brendon Wyber  (DEU v5.21 / Map &amp; Thing Editor)<br />
Raphael Quinet (DEU v5.21 /  &#8221;  &#8221;   &#8221;      &#8221;  )<br />
Colin Reed (BSP v1.2x / DOOM Node Builder)<br />
Bill Neisius (DMMUSIC v1.0a / Music Util)<br />
Bill Neisius (DMGRAPH v1.0  / Graph Util)<br />
Bill Neisius (DMAUD   v1.1  / Audio Util)<br />
Matt Fell (The &#8220;OFFICIAL&#8221; DOOM FAQ v5.6 / Info)<br />
Matt Fell (The &#8220;UNOFFICIAL&#8221; DOOM SPEC v1.3 / Docs)<br />
MDC Development (TEXTREF v1.0 / Docs)<br />
Brain Marshall (DOOM 3D Engine Techniques / Info)<br />
=======================================</p>
<p>* Play Information *<br />
<strong> Episode and Level #: </strong>E2M1<br />
<strong> Single Player:</strong> Yes<br />
<strong> Cooperative 2-4 Player: </strong>Yes *Not Tested*<br />
<strong> Deathmatch  2-4 Player:</strong> No<br />
<strong> Difficulty Settings:</strong> Yes<br />
<strong> Exit Level:</strong> Yes (That&#8217;s if you can get by the Cyber-Demon!)<br />
<strong> New Sounds:</strong> Yes, Replacement Sounds for Plamsa Gun,                        Rocket Launcher, and a few others.<br />
<strong> New Graphics:</strong> Yes (Status Bar now has a Marble Face),                        a new TekDoom Door, and TekCude (Wall Textures)<br />
<strong> Special Graphics:</strong> a Preview of a few Villains from DOOM II within                        a hidden secret room. (Wall Textures) (&#8220;DOOM II &#8230;its going to be HELL on EARTH!!&#8221;)<br />
<strong> New Music: </strong>Yes, (New Age &#8211; Title Unknown)<br />
<strong> Demos Replaced:</strong> None</p>
<p><img src="http://blastmagazine.com/wp-content/uploads/2008/03/doomamuk4.jpg" alt="DOOMED to Run Amok v1.0 Doom Screenshot" /></p>
<p>* Construction *<br />
Base: Brand-Spanking New level from scratch<br />
Build Time: 180+ hours (Every free moment for a month, course                        rebuilds can take a little while on a 386DX/25 Mhz                        machine with a Big WAD like this one!!.) Plus                        the time to learn how to use DEU, BSP, DOOM Utils,                        and reading all the DOOM information out-there!<br />
Editor(s) used: DEU v5.21, BSP v1.2me (a Recompiled version of                        BSP v1.2x with Math Emulation Support)                        DMMUSIC v1.0a, DMGRAPH v1.0, &amp; DMAUD v1.1<br />
Known Bugs: Some Texture Alignment Problems.</p>
<p>* Copyright / Permissions *<br />
Authors may NOT use this level as a base to build additional levels, but portions of this level may be &#8220;cut and pasted&#8221; into your own base levels if original authorship is placed within the &#8220;Additional Credits&#8221; section.</p>
<p>You MAY distribute this WAD, provided you include this file, with no modifications.  You may distribute this file in any electronic format (BBS, Diskette, CD, etc) as long as you include this file intact.</p>
<p>Download <a href="http://blastmagazine.com/files/doom/wads/AMOK10T.WAD">Doomed to Run Amok </a></p>
</div>]]></content:encoded>
			<wfw:commentRss>http://blastmagazine.com/the-magazine/gaming/doom/doomed-to-run-amok-v10-doom-pwad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Two big tech additions coming in April</title>
		<link>http://blastmagazine.com/the-magazine/technology/two-big-tech-additions-coming-in-april/</link>
		<comments>http://blastmagazine.com/the-magazine/technology/two-big-tech-additions-coming-in-april/#comments</comments>
		<pubDate>Sat, 22 Mar 2008 15:45:33 +0000</pubDate>
		<dc:creator>John M. Guilfoil</dc:creator>
				<category><![CDATA[Science and Technology]]></category>
		<category><![CDATA[Doom]]></category>
		<category><![CDATA[drop]]></category>
		<category><![CDATA[drop-down]]></category>
		<category><![CDATA[pwad]]></category>

		<guid isPermaLink="false">http://blastmagazine.com/2008/03/two-big-tech-additions-coming-in-april/</guid>
		<description><![CDATA[We have two huge additions to the tech section coming April 1. First, we&#8217;re throwing up a Doom Page, with docs, levels, programs and all kinds of lost pieces of data celebrating the Doom universe which gave us the FPS gaming genre. We&#8217;ve found old FAQ&#8217;s, thousands of old PWAD levels, level editors, total conversions [...]]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p>We have two huge additions to the tech section coming April 1.</p>
<p>First, we&#8217;re throwing up a <a href="/technology/doom" title="Blast Magazine Doom Page">Doom Page</a>, with docs, levels, programs and all kinds of lost pieces of data celebrating the Doom universe which gave us the FPS gaming genre.</p>
<p>We&#8217;ve found old FAQ&#8217;s, thousands of old PWAD levels, level editors, total conversions and share versions of new episodes like Hell2Pay. And we&#8217;re gonna give&#8217;em to you.</p>
<p>To kick off the happy feeling of Doom, I&#8217;m giving you all a glimpse of the page and letting you <a href="http://blastmagazine.com/2008/03/download-doom-95/">download</a> the Doom 95 Windows front-end with Doom1.wad shareware attached.</p>
<p>The second new addition to Blast&#8217;s tech pages is <a href="/technology/drop/">The Drop Folder</a>.</p>
<p>In college, I did my workstudy with Northeastern&#8217;s &#8220;RESNET&#8221; computer team. We always had our &#8220;Drop&#8221; folder (or CD, flash drive, etc) that contained the tools and programs that we felt were absolutely vital.</p>
<p>I&#8217;m expanding that a bit &#8212; beyond just utilities like Hijack This! and stuff &#8212; to include a well-maintained list of programs and tidbits that make your life easier. And actually, I could use some help. If you know of a program or download that makes your life easier, leave a comment on this article and let me know about it!!</p>
<p>I&#8217;m already figuring on including some wicked good apps like FileZilla Portable,  DOSBox, Pidgin, the latest build of WordPress and I have some goodies saved up that you&#8217;ll see in April. I&#8217;m hoping to make this an active list of nerdware and a one-stop place to pull your vital apps from the web without complicated sign-ups or long waits.</p>
<p>We also just installed drop-down menus. Let me know if there are any problems!</p>
<p>-jg</p>
</div>]]></content:encoded>
			<wfw:commentRss>http://blastmagazine.com/the-magazine/technology/two-big-tech-additions-coming-in-april/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

