CompatFlags values carry over between different WADs

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.

Post a reply

Smilies
:D :) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :geek: :ugeek: :!: :?: :idea: :arrow: :| :mrgreen: :3: :wub: >:( :blergh:
View more smilies

BBCode is OFF
Smilies are ON

Topic review
   

Expand view Topic review: CompatFlags values carry over between different WADs

Re: CompatFlags values carry over between different WADs

by Graf Zahl » Mon May 25, 2020 8:21 am

You know how it goes - change these things and you get even louder complaints. The assumption when implementing it like this probably was that it is likely that these flags need to persist across interrupted game sessions but the multiplayer relevant dmflags don't.

Re: CompatFlags values carry over between different WADs

by Nash » Sun Apr 19, 2020 1:40 am

I would expect them all to behave consistently - either they all save or they don't. Got caught in the situation OP describe a few times myself - was playing some old WADs with compatibility, then forgot to turn them off for playing modern WADs.

Re: CompatFlags values carry over between different WADs

by Graf Zahl » Sat Apr 18, 2020 1:34 pm

What makes you think this is a *bug*?

CompatFlags values carry over between different WADs

by Soul Sucka » Sat Apr 18, 2020 1:33 am

DMFlags are always reset every time you load up GZDoom. CompatFlags, however, do not. This often causes issues when one manually sets specific CompatFlags to play WADs designed for vanilla, for example, but as one would assume that CompatFlags are reset much like DMFlags, they unknowingly play newer wads with those flags carried over instead, sometimes leading to unintentional behaviour and bugs. The player should be right to assume that DMFlags and CompatFlags are standardised in how they both reset with each new instance of GZDoom.

Top