Jump to content
This Topic

Things about Doom you just found out


Sigvatr

Recommended Posts

Ah, sorry, one more thing: On the platform with the blue keycard on e1m3 in the area where it turns dark and a door opens with imps, if you step on the platform but don't grab the key, the lights will go off but the door with the imps won't open.

Expand  

  MFG38 said:

There's probably another sector inside the one where the floor is a little higher with its bordering linedefs opening the door.

Expand  

CONFIRMED:


Good spot. I never really thought about this.

Share this post


Link to post

While working on a SIMD version of Fraggle's scaler a stray pixel caught my eye on DoomII's main screen...

...demonic armpit sweat?

Share this post


Link to post
  Doominator2 said:

The XBLA version of Doom II had the pills on the medkits but strangely the XBLA port of Ultimate Doom had the original crosses on their medkits.

Expand  


Doom was released much MUCH earlier than Doom 2, and when Activision still had the Doom license. Doom 2 was released after Bethesda ate id.

Share this post


Link to post
  schwerpunk said:

Good spot. I never really thought about this.

Expand  


A better solution (in case someone is making a map where a line is supposed to do two actions) is to split the lines in sections less than 56 units, and make every other line do the actions, so they both happen simultaneously.

Share this post


Link to post

But then make sure that the player has to pass both and won't catch only one of the half.

Share this post


Link to post

That it is faster to use secret exit on map15 and go through map31 than to exit map15 normaly.

Share this post


Link to post

I just re-played Plutonia in the spirits of the Midi project. I've encountered a few things about it, these:
1. Dario and Milo loved to use STEPLAD excessively. I can barely tell one or two maps without it.
2. The beginning of NME (MAP19) strangely reminds me of the beginning of E2M1 from Ultimate Doom.

Share this post


Link to post

The Archvile's six-frame walking animation only really has three frames. id used the lump naming conventions normally used to mirror sprites facing east and west relative to the camera to instead mirror those first three frames for the final three. Clever.

Share this post


Link to post
Guest Unregistered account
  Cell said:

The beginning of NME (MAP19) strangely reminds me of the beginning of E2M1 from Ultimate Doom.

Expand  


You're not the only one - many Doomers who play the Plutonia Experiment have noticed this. If you watch AltimaMantoid's runthrough of it, you'll see he comments on it too.

Share this post


Link to post

Chances are they reused part of E2M1 just like they used part of MAP01 from Doom 2 in the 32nd map of Plutonia.

Share this post


Link to post

From E1M1 to E1M4 there are many dead-player corpses all over the ground but as far as I've seen there are no corpes in ther rest of the episode, perhaps Romero forgot to put them over the maps or maybe this fact means that supposedly the other doom guys weren't able to reach the upper levels.

Share this post


Link to post

From E1M1 to E1M4 there are many dead-player corpses all over the ground but as far as I've seen there are no corpes in ther rest of the episode, perhaps Romero forgot to put them over the maps or maybe this fact means that supposedly the other doom guys weren't able to reach the upper levels.

Expand  


Wow, that's a good one. I must check it out.

Share this post


Link to post

From E1M1 to E1M4 there are many dead-player corpses all over the ground but as far as I've seen there are no corpes in ther rest of the episode, perhaps Romero forgot to put them over the maps or maybe this fact means that supposedly the other doom guys weren't able to reach the upper levels.

Expand  

Most likely the latter I guess.

Share this post


Link to post

Interesting observation - the player corpses, rotting in the early installations, are a cool way to use a common theme which is so subtly implemented that each player's subconscious could create the perfect drama.

Share this post


Link to post

Playing the ultimate doom under prboom on comp level 2 removes episode 4. You can't use the warp command to go to episode 4 either. The only way is to save on e4m1 and loading under comp level 2

Share this post


Link to post

Playing the ultimate doom under prboom on comp level 2 removes episode 4. You can't use the warp command to go to episode 4 either. The only way is to save on e4m1 and loading under comp level 2

Expand  

Makes sense. I guess you won't be able to finish (without cheating) your CL2E4 playthrough once you reach E4M6, though...

Share this post


Link to post

Playing the ultimate doom under prboom on comp level 2 removes episode 4. You can't use the warp command to go to episode 4 either.

Expand  

Right. Complevel 2 is Doom 2, which indeed does not recognise Episode 4 if you run the Ultimate Doom IWAD on it, as Ultimate Doom didn't exist back then. Ultimate Doom is complevel 3.

The only way is to save on e4m1 and loading under comp level 2

Expand  

Does that actually work? I thought loading saved games in PrBoom forces whatever complevel was in use when the game was saved.

Share this post


Link to post

When you start a new game and Doomguy hasn't fully raised his pistol yet, and hit escape to go into menu, wait a short moment.. Doomguy makes the angry face.

Share this post


Link to post
  Jimi said:

When you start a new game and Doomguy hasn't fully raised his pistol yet, and hit escape to go into menu, wait a short moment.. Doomguy makes the angry face.

Expand  

Confirmed in Chocolate Doom:


Cool piece of trivia. It doesn't seem to trigger when replicated by switches from fists back to pistol - only when first starting. Any idea what causes this?

EDIT: doesn't trigger in ZDoom.

Share this post


Link to post
  schwerpunk said:

Cool piece of trivia. It doesn't seem to trigger when replicated by switches from fists back to pistol - only when first starting. Any idea what causes this?

Expand  

It's this line in G_PlayerReborn():

p->usedown = p->attackdown = true;	// don't do anything immediately
When a player is spawned or respawned, this code causes the game to treat them as if they are already holding down the use and fire buttons. The comment seems to indicate that this is supposed to prevent players who respawn while actually holding down the use or fire buttons from performing those actions immediately, but this doesn't seem to actually work.

In any case, since the game thinks you've pressed the fire button, Doomguy will make his rampage face after a short delay if your weapon isn't ready to fire by then (the rampage face only goes away when your weapon returns to its ready-to-fire state, not when you release the fire button - this is most noticeable when firing the SSG twice in a row, where Doomguy will briefly make the rampage face during the reload cycle after the second shot, even if you've already released the fire button).

  schwerpunk said:

EDIT: doesn't trigger in ZDoom.

Expand  

ZDoom changed the status bar face code so that the rampage face goes away as soon as the fire button is released, regardless of what state your weapon is in.

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...