level.killed_monsters is always smaller or equal than level.total_monsters so != is equivalent to < in this case.
Unlike other source ports ZDoom increases the total monster count when a monster is being spawned.
New Deathmatch Flags
Moderator: GZDoom Developers
-
- Posts: 81
- Joined: Mon Jul 21, 2008 2:17 pm
Re: New Deathmatch Flags
Sorry I should have thought before posting this.
Re: New Deathmatch Flags
What about older maps (or just buggy ones) that have secrets that can't be reached? Of course, I suppose that maps could have monsters you can't kill as well...DoomKn1ght_ wrote:It can be interesting to force players to explore the level and as "all monsters m b k" it prevent some player toSpleen wrote:Because that's why they're secretsSecrets aren't supposed to be necessary to complete a level
do speedrun tricks and add an interesting challenge to coop game.
Re: New Deathmatch Flags
Even DOOM 2 map15HotWax wrote:What about older maps (or just buggy ones) that have secrets that can't be reached? Of course, I suppose that maps could have monsters you can't kill as well...DoomKn1ght_ wrote:It can be interesting to force players to explore the level and as "all monsters m b k" it prevent some player toSpleen wrote:Because that's why they're secretsSecrets aren't supposed to be necessary to complete a level
do speedrun tricks and add an interesting challenge to coop game.

-
- Posts: 81
- Joined: Mon Jul 21, 2008 2:17 pm
Re: New Deathmatch Flags
I don't know, maybe skip the map or choose a map set without that kind of bug.HotWax wrote: What about older maps (or just buggy ones) that have secrets that can't be reached? Of course, I suppose that maps could have monsters you can't kill as well...
The flag is optional so player are free to choose.
- Macil
- Posts: 2529
- Joined: Mon Mar 22, 2004 7:00 pm
- Preferred Pronouns: He/Him
- Location: California, USA. Previously known as "Agent ME".
- Contact:
Re: New Deathmatch Flags
A mapinfo flag could be added that exempts certain levels from the dmflag, and that could be put into the default doom2 mapinfo in the zdoom.pk3 file if there was a level that didn't work well with the need-to-kill-all-monsters dmflag.
People playing netgames that want to use this dmflag with pwads would be expected to make an add-on pk3/wad to fix the levels' MAPINFO if there was a map this didn't work well with.
Also, if the host is in the game (which is always, unless its a dedicated skulltag game), that person could always just disable the dmflag from the menu for the end of that level if they didn't make an edited MAPINFO beforehand.
People playing netgames that want to use this dmflag with pwads would be expected to make an add-on pk3/wad to fix the levels' MAPINFO if there was a map this didn't work well with.
Also, if the host is in the game (which is always, unless its a dedicated skulltag game), that person could always just disable the dmflag from the menu for the end of that level if they didn't make an edited MAPINFO beforehand.
- Graf Zahl
- Lead GZDoom+Raze Developer
- Posts: 49238
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: New Deathmatch Flags
Added.