RjY Posted August 28, 2017 On 17/08/2017 at 1:21 AM, Jthom said: The archvile can switch targets mid-attack, and he can also hit you while his back is turned Indeed, and the fire doesn't move off the original target, so unless you sight the monster, you have no idea what's happened until your screen turns red and you're six feet in the air. 1 Quote Share this post Link to post
Cruduxy Pegg Posted August 28, 2017 Many other monsters "shoot from their butt" if they rotate to fire but quickly get a new target before the firing itself ends, most easily seen on the baron (and maybe cyber). 1 Quote Share this post Link to post
RjY Posted August 28, 2017 @Pegg https://www.doomworld.com/vb/post/1211064 This thread is so long it goes round in circles ;) 0 Quote Share this post Link to post
Da Werecat Posted August 28, 2017 Cyber can't fire out of his butt. It's the lesser goats' exclusive right. 1 Quote Share this post Link to post
kb1 Posted August 29, 2017 55 minutes ago, Da Werecat said: Cyber can't fire out of his butt. It's the lesser goats' exclusive right. ...cause it's the only monster that doesn't call A_FaceTarget in the frame before the firing frame, right? 0 Quote Share this post Link to post
scifista42 Posted August 29, 2017 (edited) ^ No, it's not because of calling A_FaceTarget in frames that come before the frame that has the attack codepointer, it's because all monster attack codepointers call A_FaceTarget within themselves, except A_BruisAttack, which is used by the Hell Knight and Baron of Hell. The problem with this codepointer could be fixed by calling A_FaceTarget on a frame with zero duration right before the frame with A_BruisAttack, but the stock monsters use a non-zero duration and the problem happens if the monster switches target during this non-zero delay. With other monsters, even if the monster switches target during the delay before the attack codepointer, the attack codepointer itself will cause the monster to turn towards its actual target at the same time as it fires, so there will be no problem. Edited August 29, 2017 by scifista42 2 Quote Share this post Link to post
kb1 Posted August 29, 2017 11 hours ago, scifista42 said: ^ No, it's not because of calling A_FaceTarget in frames that come before the frame that has the attack codepointer, it's because all monster attack codepointers call A_FaceTarget within themselves, except A_BruisAttack, which is used by the Hell Knight and Baron of Hell. The problem with this codepointer could be fixed by calling A_FaceTarget on a frame with zero duration right before the frame with A_BruisAttack, but the stock monsters use a non-zero duration and the problem happens if the monster switches target during this non-zero delay. With other monsters, even if the monster switches target during the delay before the attack codepointer, the attack codepointer itself will cause the monster to turn towards its actual target at the same time as it fires, so there will be no problem. Ah, very interesting! I guess I never paid attention to that detail. Yep, both Hell Knight and Baron of Hell actually do call A_FaceTarget, right before the firing frame, but not within the Attack codepointer itself (which is what you said), and, yes, that is unique to them. Some would call this a bug, and, maybe technically it is, but I think it adds a bit of variety, which provides that little bit of extra depth to the game. There's typically something unique and interesting about most every Doom monster (Identifying those would make for a nice Doom General thread, no?). 0 Quote Share this post Link to post
Xyzzу Posted August 29, 2017 I just found out that Shareware Doom has more wall textures than all of Heretic :O 9 Quote Share this post Link to post
Spectre01 Posted September 1, 2017 In PRBoom+, if you launch Ultimate Doom after playing Doom 2, and have the complevel set to Doom 2 v1.9, E4 is no visible from the Episode Selection menu nor can you warp to any of its maps with idclev. Changing the complevel to Ultimate Doom fixes that. 0 Quote Share this post Link to post
Memfis Posted September 2, 2017 You can reset the timer of a 30 second door by trying to open it with a DR action (and maybe other actions as well?). Perhaps this is useful in some traps where you want the door to stay shut? Attaching a demo where a 30 second door stays closed for over 2 minutes. Plays on E1M3 of Debut. 30door-reset.zip 0 Quote Share this post Link to post
Endless Posted September 3, 2017 I have to kill John Romero to beat Doom II. The feels. 2 Quote Share this post Link to post
wheresthebeef Posted September 4, 2017 In the Doom 2 manual, the info for the Revenant is something about dead demons being patched up and turned into Revenants. For the longest time I thought this meant Revenant's could revive dead Pinkies (since they were referred to as Demon in the manual) and turn them into Revenants. I tried for a while to get a Revenant to revive a Pinky but it never worked. I don't know how long it was until I realized I just misunderstood the manual, but it wasn't back in the 90s 6 Quote Share this post Link to post
Csonicgo Posted September 4, 2017 DMX's OPL support is broken. WAY broken. Certain note values for percussion exhibit incorrect harmonics in ways I can't quite figure out. Not sure if it's velocity, or some of the note values being "88"... I'm shadowboxing this "bug" that doesn't show up in the DMXOPL patch proper, but shows up when used in Vanilla or even source ports. If source port authors, when they implement OPL emulation, could fix this, I would love said persons forever. 0 Quote Share this post Link to post
Gez Posted September 5, 2017 That's strange, since there's no way actual DMX code is used in source ports. 0 Quote Share this post Link to post
MTF Sergeant Posted September 9, 2017 The megasphere has a Mancubus face in it. 1 Quote Share this post Link to post
galileo31dos01 Posted September 9, 2017 Capital letters and small letters are important when running a wad, say you type "hellbnd.wad" instead of "Hellbnd.wad", the wad will still run but if you saved in "Hellbnd.wad", it will not load when "hellbnd.wad". Obviously I just found out this. 0 Quote Share this post Link to post
Marlamir Posted September 9, 2017 5 hours ago, galileo31dos01 said: Capital letters and small letters are important when running a wad, say you type "hellbnd.wad" instead of "Hellbnd.wad", the wad will still run but if you saved in "Hellbnd.wad", it will not load when "hellbnd.wad". Obviously I just found out this. i dragging the wad to exe and i no need to worry about saves 0 Quote Share this post Link to post
printz Posted September 9, 2017 (edited) 7 hours ago, galileo31dos01 said: Capital letters and small letters are important when running a wad, say you type "hellbnd.wad" instead of "Hellbnd.wad", the wad will still run but if you saved in "Hellbnd.wad", it will not load when "hellbnd.wad". Obviously I just found out this. What are you talking about? Are you on desktop Linux or something? What port are you using? This seems highly inconsistent. Obviously that should not matter on Windows or DOSBox. Or even macOS or Android (unless the rule is not consistent there). If it does, then it's a bug in the port. Edited September 9, 2017 by printz 0 Quote Share this post Link to post
galileo31dos01 Posted September 9, 2017 2 hours ago, printz said: What are you talking about? Are you on desktop Linux or something? What port are you using? This seems highly inconsistent. Obviously that should not matter on Windows or DOSBox. Or even macOS or Android (unless the rule is not consistent there). If it does, then it's a bug in the port. Windows 7, Crispy Doom 4.1, should I report it? 0 Quote Share this post Link to post
scifista42 Posted September 9, 2017 It seems too odd, as Windows doesn't distinguish between capital and non-capital letters in filenames at all. If I were you, I'd first double-check that the problem really works the way you describe, and wasn't caused by a mere typo or something like that. 0 Quote Share this post Link to post
Maes Posted September 9, 2017 (edited) 26 minutes ago, scifista42 said: It seems too odd, as Windows doesn't distinguish between capital and non-capital letters in filenames at all. If I were you, I'd first double-check that the problem really works the way you describe, and wasn't caused by a mere typo or something like that. Well, the truth is that modern Windows kinda distinguish, making them an "almost" case-insensitive OS, but not always. It's actually a hybrid situation, with the NTFS filesystem being fully case-sensitive, but the OS facilities themselves and a lot of software, still function in the old DOS case-insensitive way. Even with plain old FAT, it was possible to create mixed-case filenames by using hacks/directly editing the FAT table. However, when you presented various software with such sneakily crafted file tables, well, YMMV, and results could be undefined. E.g. if you somehow created NTFS entries for both "Hellbnd.wad" and "hellbnd.wad" in the same folder (itself a perfectly legal condition on a NTFS file system), and asked a software to load "HELLBND.WAD", then according to old file access rules there should have been only one equivalent mixed-case representation, and the outcome will be undefined (unless the software is super-smart and can get around this). A fully POSIX-complliant software would refuse loading either file. An oldschool Windows or DOS one might load either of them in an unpredictable order or throw an error. Certainly, not an ideal situation. Then again... https://superuser.com/questions/266110/how-do-you-make-windows-7-fully-case-sensitive-with-respect-to-the-filesystem Edited September 9, 2017 by Maes 1 Quote Share this post Link to post
galileo31dos01 Posted September 9, 2017 @scifista42 Checked, it still happens in Crispy. If I type "hellbnd.wad" instead of "Hellbnd.wad" and load a state, this happens: In Pr/GlBoom+ the savestate seems to load correctly however the .wad file was written. 0 Quote Share this post Link to post
fabian Posted September 10, 2017 21 hours ago, galileo31dos01 said: @scifista42 Checked, it still happens in Crispy. If I type "hellbnd.wad" instead of "Hellbnd.wad" and load a state, this happens: What happens is that Crispy realizes that the PWAD that was loaded when you saved the game has a different filename than the one that is loaded now that you want to restore that savegame, so it asks for confirmation first. However, if you confirm this message, everything should work as expected and you could even re-save the game to update the filename check to the new spelling. 0 Quote Share this post Link to post
Maes Posted September 10, 2017 Now it's Doom's menu font that's case-insensitive. 0 Quote Share this post Link to post
js500427 Posted September 10, 2017 (edited) Deleted Edited December 26, 2018 by js500427 1 Quote Share this post Link to post
scifista42 Posted September 10, 2017 The hand scenario is one of the most memorable things in the Doom Bible. Somebody from the game dev team obviously read/remembered the Doom Bible and found the hand idea cool enough to include it in the new game. I don't think they went any further than that in taking inspiration from the Doom Bible, though. 1 Quote Share this post Link to post
Deleted_Account Posted September 10, 2017 The hand scenario was also in the Doom movie. 1 Quote Share this post Link to post
scifista42 Posted September 10, 2017 Forgot about that - the movie is probably even more likely to be the direct source of inspiration for the Doom 2016 hand scenario. 0 Quote Share this post Link to post
js500427 Posted September 10, 2017 (edited) Deleted Edited December 26, 2018 by js500427 0 Quote Share this post Link to post
Koko Ricky Posted September 10, 2017 (edited) Uh, I've played through the whole campaign...can someone remind me of where this "hand scenario" is in the new game? I must be having a brain fart. Edited September 10, 2017 by GoatLord 1 Quote Share this post Link to post
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.