From your description it sounds like you are trying to use the PrtScrn button in the normal way. ie use it to copy the current screen to the clipboard and then paste it into a painting program of some sort. In Zdoom, you should find the PrtScrn button already bound to "screenshot" so every time you press it a png image appears in your Zdoom directory with whatever was on screen at the time.Malphas wrote:Can someone tell me how to do a screenshot of ZDoom? Is there a console command? The PrntScrn button doesn't seem to work, here. I get a wrongly palletted pic whenever I do so.
[Fixed] Weird occurences
Moderator: GZDoom Developers
Forum rules
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.
-
-
- Posts: 26574
- Joined: Tue Jul 15, 2003 4:58 pm
- Location: Scotland
-
- Posts: 711
- Joined: Tue Jul 15, 2003 5:15 pm
- Location: misplaced
http://classicdoom.com/odddemos.htmMalphas Stewart Living wrote:if I recall correctly... this bizarre phenomenon was fixed in retail Doom v1.666.
The demos on this page seem to have been recorded with 1.9
-
- Posts: 10002
- Joined: Fri Jul 18, 2003 6:18 pm
- Location: Idaho Falls, ID
Actually, according to the Doom specs FAQ I read oh so long ago, monster infighting can occur anytime when:Malphas wrote:And HotWax, if I recall correctly... this bizarre phenomenon was fixed in retail Doom v1.666. From then on, only monsters of different species could attack and eliminate each other (Imp vs. Demon, Caco vs. Knight, etc.). I don't know what could have been done to bring this back. I was not aware at all of any setting for monster in-fighting in the current version of ZDoom (2.0.52 as of this writing). I also did not use any outside weapons or items (Disk of Repulsion?) to trigger this, either.
1) A monster's projectile impacts another monster which is not of the same species. An imp can't hurt another imp with its fireball, but a Caco and a Baron will gladly duke it out should one of them get pegged by the other's fireball.
Exception: Barons and HellKnights do not get hurt by each others' projectile. (Probably because it's the very same one)
2) A monster's hitscan attack hits any other monster, regardless of species. A zombie who gets caught in the pistol blast of another zombie will turn on him. A spiderdemon will get royally pissed off if another spider starts pegging him with chaingun spam. A demon which gets bit by another demon (hitscan attack) will turn on the first demon and return the favor.
Although a missed scratch or bite is far from common, it is possible and can cause two of the same monster type to beat each other down without hesitation.
Of course, all this is not the issue you're talking about with that screenshot. The problem is that one Baron accidentally blew up a barrel that damaged the other, and since the other couldn't get mad at an inanimate object, it turned on the creature which destroyed the barrel in the first place, and caused this private little war. Like I said, I thought this was fixed...
And now, for a pop quiz!! What's the only enemy in the Doom series that under no circumstances can ever upset another monster into attacking it? (And no, I'm not counting the bossbrain/bossshooter/etc enemy here )
-
- Lead GZDoom+Raze Developer
- Posts: 49184
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
It's because there is some code to spefically handle this special case. Have an imp shoot the green fireball with Dehacked and it can easily hur Barons and Hell Knights.HotWax wrote:Exception: Barons and HellKnights do not get hurt by each others' projectile. (Probably because it's the very same one)
-
- Posts: 33
- Joined: Wed Jul 16, 2003 2:14 am
- Location: The Ultimate Warzone (Bronx, NYC)
The only monster I can think of would be the Pain Elemental. It uses Lost Souls as projectiles, but if those harm another monster the issues are taken out on the Lost Soul(s)... and the Pain Elemental floats away, none the wiser.HotWax wrote:And now, for a pop quiz!! What's the only enemy in the Doom series that under no circumstances can ever upset another monster into attacking it?
Oh, and Evil Mittens... Malphas Stewart Living? LOL!
-
- Posts: 10002
- Joined: Fri Jul 18, 2003 6:18 pm
- Location: Idaho Falls, ID
DING DING DING DING, we have a winner!Malphas wrote:The only monster I can think of would be the Pain Elemental. It uses Lost Souls as projectiles, but if those harm another monster the issues are taken out on the Lost Soul(s)... and the Pain Elemental floats away, none the wiser.HotWax wrote:And now, for a pop quiz!! What's the only enemy in the Doom series that under no circumstances can ever upset another monster into attacking it?
Oh, and Evil Mittens... Malphas Stewart Living? LOL!
Yep, those pesky PE's never get the brunt of anyone's anger. It's especially heart-wrenching to watch some poor baron get continuously pelted by lost souls and never realize they're being sent to attack him by some mischievious PE that got caught in his crossfire.
-
-
- Posts: 10773
- Joined: Sun Jul 20, 2003 12:15 pm
Heh. I remember once while I was playing Map23 (Barrels O' Fun), a pain elemental got mad at a Hell Knight and started trying to pelt it with lost souls, but everytime it shot a soul, it would turn around and charge at me, and the knight kept attacking me as if the souls or the PE ever existed.
Also, isn't it impossible for an Archvile get mad at another Archvile? (Not counting the barrel trick, of course.)
Also, isn't it impossible for an Archvile get mad at another Archvile? (Not counting the barrel trick, of course.)
-
- Posts: 10002
- Joined: Fri Jul 18, 2003 6:18 pm
- Location: Idaho Falls, ID
Actually you just reminded me of a special case coded in which prevents ANY monsters from getting mad at an archvile. So I guess there are two enemies, heh.Xaser wrote:Heh. I remember once while I was playing Map23 (Barrels O' Fun), a pain elemental got mad at a Hell Knight and started trying to pelt it with lost souls, but everytime it shot a soul, it would turn around and charge at me, and the knight kept attacking me as if the souls or the PE ever existed.
Also, isn't it impossible for an Archvile get mad at another Archvile? (Not counting the barrel trick, of course.)
-
- Posts: 2033
- Joined: Sat Jul 19, 2003 6:15 am
- Operating System Version (Optional): Tumbleweed x64
- Graphics Processor: Intel with Vulkan/Metal Support
- Location: Central Germany
-
- Posts: 10002
- Joined: Fri Jul 18, 2003 6:18 pm
- Location: Idaho Falls, ID
-
- Site Admin
- Posts: 7749
- Joined: Wed Jul 09, 2003 10:30 pm
This only applies if they are hit by a projectile attack. Instead of doing damage, the projectile will just disappear without hurting the thing it hit if it's the same species. Since no damage is done, the thing that was hit doesn't get mad at its "brother."Malphas wrote:And HotWax, if I recall correctly... this bizarre phenomenon was fixed in retail Doom v1.666. From then on, only monsters of different species could attack and eliminate each other
In your case, the damage was dealt by a barrel. The Baron that was hurt sees who made the barrel blow up and thinks to himself, "He made that barrel blow up, and it hurt me. Now I must hurt him in return."
-
- Posts: 33
- Joined: Wed Jul 16, 2003 2:14 am
- Location: The Ultimate Warzone (Bronx, NYC)
-
- Site Admin
- Posts: 7749
- Joined: Wed Jul 09, 2003 10:30 pm
Re: Weird occurences
What do you mean by "'pops' up?" This is one of the few things that isn't affected by the uncapped framerate.Malphas wrote:Also, upon level start-up the player weapon sprite (no matter what weapon it is) "pops" up to view, in the uncapped FPS setting.
-
- Posts: 33
- Joined: Wed Jul 16, 2003 2:14 am
- Location: The Ultimate Warzone (Bronx, NYC)
As far as I noticed, with every time I start a new level and switch weapons after the screen transition (I have mine set on Crossfade, btw) the weapon HUD sprite immediately is at the default ready position. Only for a fraction of a second would I see the weapon sprite looking any different (i.e. lowered).
As far as I recall in all the previous incarnations, even with the rapid weapon select feature the game animates the player bringing the weapon to the ready position. Also, and enemy sprites present in the screen seem to jerk slightly forward in their paths, ready to hunt me down. I barely noticed any difference in any pick-up sprites, though...
If anything, it's just a minor quirk I noticed. Perhaps it's my system setup...
As far as I recall in all the previous incarnations, even with the rapid weapon select feature the game animates the player bringing the weapon to the ready position. Also, and enemy sprites present in the screen seem to jerk slightly forward in their paths, ready to hunt me down. I barely noticed any difference in any pick-up sprites, though...
If anything, it's just a minor quirk I noticed. Perhaps it's my system setup...
-
- Posts: 48
- Joined: Wed Aug 06, 2003 12:06 am
- Location: USA