Jump to content

new map!


Recommended Posts

UPDATE: so i added this new area where there are rising stairs that lead to the blue door (i did so little amount of progress because doom builder 2 just crashed on me and i forgot to save my progress so i had to start over)

 

1715615913_kp_2022-10-25_170125371.png.77cbfe5afe74fdd920f09809b9c648c2.png

 

 

here's the same thing in 3d mode:

 

1431497559_kp_2022-10-25_165730748.png.017393f1ecc539cfca3f04063c17c707.png

 

402723115_kp_2022-10-25_165146981.png.f2749ba13bfbfa0a36e5feb3069e6e0e.png

Edited by datdude12399

Share this post


Link to post

Nice! congrats on the progress and good luck with further updates. I like the raised platform before the blue door.

 

Doombuilder 2 is pretty old at this point and is no longer supported. I would suggest using UDB you can get it here. or Doombuilder X which I have never used but I believe is good for slower hardware both of these are much less likely to crash. both are based on Doombuilder2 so they function in almost exactly the same way, but have more features tools and continued support and updates.

 

Share this post


Link to post

here are some screenshots

and here's the wad: Laboratory.zip 

also it has dynamic lights (and it's supposed to be played with them on) i just can't screenshot with lzdoom so i chose zdoom instead witch doesn't render dynamic lights

Spoiler

 

Screenshot_Doom_20221228_195548.png.f716a2221fa6dcca1c224b0612687d29.pngScreenshot_Doom_20221228_195559.png.8966995f2e22f1d2fdacd03469ba78a4.pngScreenshot_Doom_20221228_195701.png.1be9da6bc1b4fddbfd6844365a9b77aa.pngScreenshot_Doom_20221228_195752.png.882b8d3684df670a1e3595f3e6dc2143.pngScreenshot_Doom_20221228_195844.png.714d1a55dfd7933cc67276ba04d9b860.pngScreenshot_Doom_20221228_195852.png.b33ae65f432530b37ebdaf77bf27f101.pngScreenshot_Doom_20221228_195858.png.e22bc586fd2c3a387e5ef71c6dd0d017.png

 

it's a doom 1 (brutal doom needed!) map

Edited by datdude12399

Share this post


Link to post
10 hours ago, datdude12399 said:

... just tried DBX and i've tried UDB in the past but none of them seem to run on my computer

 

If DB2 runs okay for you then I'm surprised that DBX does not since it is supposedly a more robust iteration of DB2.

Both rely on

  • DirectX 9.0 Runtime
  • Microsoft .Net Framework 3.5
  • Microsoft Visual C++ 2008 SP1 Redistributable Package (x86)
  • Graphics card with Pixel Shader model 2.0
  • SlimDX.dll

Running the installer Doom Builder 2.1.2.1553 will install the required subsystems.

 

Ultimate Doom Builder needs

  • Microsoft .Net Framework 4.7.2
  • Graphics card with OpenGL 3.2 support

 

Now about your map:

  • Coming along nicely.

 

The MAPINFO in your map is kind of nonsensical,

 

Spoiler

9Hvw0TT.png

 

because:

MAPINFO is installed as a Map Marker. Rename that lump to MAP01.

Create a New Entry --> MAPINFO at the bottom of the list.

Click on View as Text and enter the definitions.

 

old version

 

Quote

map E1M1 "Laboratory"
{
    sky1  = "SKY1", 0  //  SKY1 is displayed anyways because it is MAP01, so enter eg SKY3
    smoothlighting
    music = "D_E2M1"
    next  = E1M2 //  The map goes to E1M2 anyways, so enter eg E2M6. Must be in full quotes.
}

 

small text errors result in big map errors

 

 

corrected version

 

Quote

map E1M1 "Laboratory"
{
    sky1  = "SKY3", 0
    smoothlighting
    music = "D_E2M1"
    next  =  "E2M6"
}

 

 

Spoiler

qBLYisX.png

 

Tip: Be mindful of misaligned textures

 

Just out of curiosity, Why MAP01 and E1M1?

Since you are mapping for DOOM E1M1, playing DOOM2 MAP01 has missing textures.

 

Edited by Kappes Buur

Share this post


Link to post
17 hours ago, Kappes Buur said:

Just out of curiosity, Why MAP01 and E1M1?

Since you are mapping for DOOM E1M1, playing DOOM2 MAP01 has missing textures.

It's supposed to be a doom 1 map so don't play it in doom 2 (forgot to write that)

Share this post


Link to post
  • 2 weeks later...
On 10/26/2022 at 3:40 AM, Kappes Buur said:

If DB2 runs okay for you then I'm surprised that DBX does not since it is supposedly a more robust iteration of DB2.

 

i meant to say the DBX crashed when i load it up

Share this post


Link to post

You probably shouldn't call it "E1M1.WAD". That doesn't give tell people any idea whose map it is. It should have a distinct name, probably "Laboratory.WAD" since that's what you called the ZIP file.

 

After I repaired the MAPINFO file to put the "=" for the par time, I gave it a shot. It's a decent first map (probably a bit too generous with stuff for the threat level the map provides).

- Different textures, light levels and such, some changes in height.

- Transition textures are used in most-all places, which is good.

- Interesting idea to have a choice between yellow or red keys to exit.

- The teleporter lines are backwards and are one-time-only. Generally teleporters usually are made so that stepping on activates them, not stepping off, and they're usually repeatable.

Share this post


Link to post

Just played this - quite cool! I definitely agree with the other comments about too much ammo though...

 

Didn't notice any obvious bugs- aside perhaps from the vertical misaligned secret door tex at 00:58. I didn't backtrack much so I didn't notice if the S1 on the door was still there, so can't comment on that, I liked the various nods to parts of the classic maps :-).

 

Definitely recommend adding some higher tier monsters though - the rocket launcher was totally un-needed, so maybe a BoH or two to necessitate them?

Missed a secret, but hey-ho...

 

Anyway, here is my (mostly) chainsaw playthrough:

 

 

 

Share this post


Link to post
  • 1 month later...

update on the editor issue: i've swithed to GZDoom Builder because it's much simpler to use, HAS DYNAMIC LIGHTS and because it was the only other editor that wouldn't crash when i loaded it up outside of DB2

Share this post


Link to post

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...