-
Content count
3673 -
Joined
-
Last visited
About Kappes Buur
-
Rank
Forum Staple
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
-
A pwad, short for patchwad, is any wad file made by you or other mappers. To make a new map use a map editor, like DoombuilderX, Ultimate Doom Builder, Eureka or Slade. To add/edit lumps use a lump editor like Slade. Open Slade, type st in Filter, to see all lumps used in a status bar Some examples https://imgur.com/a/PfqwKzN
-
Yes, Slade3 is perfect for something like this. I should have mentioned before that you also need to give the new actor a unique DoomED number, something in the range of 15000 to 30000 is good Actor NewBOH : BaronOfHell 15000 { make changes here }
-
I tried all kinds of combination of available Doom64 editors and ports, all came up with one problem or another. The only combination which allows me to edit a map is Doom64 from Steam as the port and DoomBuilder64_kovic-fork_1.6.4_win32 as the editor and then successfully play that map. But, on the other hand, one could just use UDB UDMF for Zandronum or GZDoom and get all the features of DOOM64 and more, as can be seen with Brutal Doom 64.
-
That certainly will work for an editing session, but sometime it comes in handy during a play session. Then you can add an alias in the autoexec.cfg, such as and bind it to an unuse key
-
See https://zdoom.org/wiki/Classes:BaronOfHell Make a new DECORATE actor Actor NewBOH : BaronOfHell { make changes here } the rest is inherited
-
Those creations (actors) are for pwads made for GZDoom. They were made with DECORATE or ZSCRIPT and are new actors which are added to a GZDoom format pwad. That is what DECORATE and/or ZSCRIPT were made for. Making sprites for a 5 headed monster can be done, it's not easy but is doable. Howver, to control each head is more difficult but could also be done. For an example see Harbinger by LilWhiteMous where each section is controled by a different DECORATE. You could also make a multiheaded baron for vanilla DOOM by replacing the sprites with unused sprites and updating the behaviour of the baron with WhackEd4. For an example see ALL_HELL breaks loose for the new sprites and the deh file.
-
The rule of thumb is that any publishing of music in any format, which is not created by you, can be considered warez. The modifier to this rule is that you must obtain permission from the original composer, only then may you add the music to your own pwad and give credit in written form. However, there is nothing to stop you to enjoy any music while you are playing a pwad.
-
https://docs.google.com/document/d/1R1UWigq-PFN2-P4NzjjP1dGl88HnaHCpA5AVTD4IKpw/edit?pli=1
-
How did people figure out the WAD/level format for Doom?
Kappes Buur replied to OpenRift's topic in Doom Editing
The only reference I have is Joe Pantuso's book DOOM Game Editol, as on page 13 maybe that gives some insight -
Play as many pwads, of all map formats, as you find and figure out which ones you like best, then try to emulate that style and format. For example, most pwads of the Doomer Board Project are in Doom/Boom format. Pwads like Putrifier, Waterlab, Paranoid, Corrupted Cistern are in GZDoom Hexen format or UDMF. Once you know what you like, learn the tools that help you make a map.
-
How did people figure out the WAD/level format for Doom?
Kappes Buur replied to OpenRift's topic in Doom Editing
When opening a pwad with Slade3, the lumps in the mapnamespace will tell you the map format, for example -
Around what size should vanilla maps be?
Kappes Buur replied to Dweller's question in Editing Questions
To add to @SMG_Man 's post Keep your map centered on or close to the midpoint of the editing area. -
The philosophy that goes into making a good map
Kappes Buur replied to Stroggman's topic in Doom Editing
Three things: 1. Know the tools 2. Give your imagination free rein 3. Have fun -
It is rather easy to use Let's say you have a group of things you like to use often, for example a gun and ammo or multiple monsters, lightd, etc which you want to copy several times. Highlight those things and in the Edit form you choose Add Selection to Group and click on the group. To recall that group to be copied choose Select Group and click on the group. And when the group is no longer needed then select Clear Group