Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Anyone still play Doom

30 views
Skip to first unread message

Anonymous

unread,
Apr 25, 2011, 5:31:28 PM4/25/11
to
Looking for a good resource for tools and editors.

Smola

unread,
Apr 26, 2011, 7:24:58 AM4/26/11
to
In article <a6e02b530d86bf43...@remailer.paranoici.org>, "Anonymous" says...

>
> Looking for a good resource for tools and editors.

I use CodeImp Doom Builder but only to find secrets. :)

And I've played some online with ZDaemon.
http://www.zdaemon.org/


--
(c) CC BY-NC-SA 3.0

RjY

unread,
Apr 26, 2011, 11:05:52 AM4/26/11
to
Anonymous posted:

>Looking for a good resource for tools and editors.

Here's a big list of all that kind of stuff:
http://www.doomworld.com/classicdoom/utils/editors.php

--
http://rjy.org.uk/

Borax Man

unread,
Nov 6, 2011, 6:51:22 AM11/6/11
to
Doomworld.com is good start.

Anonymous

unread,
Oct 17, 2016, 8:50:09 PM10/17/16
to
a few concepts to get before starting:
a linedef is a line that can create up to two sectors, one on each side. one of the sides is considered the "front", which is the side the buttons and doors are triggerable. the linedef's sides can be flipped.

| |
0 |- 1 => *flip* => 1 -| 0
| |

sector is not a room, but it should be if you want to avoid problems similar to halls of mirrors or misbehaving doors. it is represented as a number. any good sector is defined by linedefs enclosed, "pointing inwards" or referencing the same sector.
, ,
+-----+-----+
| 1 | 2 |
|-1 1|-2 2-|
| 1 | 2 |
+-----+-----+
' '
rooms are connected by linedefs that references two different sectors, one for each side. the setup above allows you to make floors and ceiling with different heights, and a fake wall if you want like the one found in e1m1's secret, at the zig-zag area, or even a button. you can make part of this linedef impassable if you want.
, ,
+-----+-----+
| 1 | 1 |
|-1 1|-1 1-|
| 1 | 1 |
+-----+-----+
' '
the above setup only allows you to place a fake wall, a button and make part of it impassable.

the info above should help you addressing unclosed sectors and understanding mapping exploits, or creating interesting effects.

David Damerell

unread,
Oct 20, 2016, 8:59:21 AM10/20/16
to
Quoting Anonymous <inv...@invalid.invalid>:
>a few concepts to get before starting:
[...]
>the info above should help you addressing unclosed sectors and
>understanding mapping exploits, or creating interesting effects.

Thank you. That would have been an interesting document to read 23 years
ago...
--
David Damerell <dame...@chiark.greenend.org.uk> Oil is for sissies
Today is Second Oneiros, October.
Tomorrow will be Second Mania, October.
0 new messages