by Gez » Mon Aug 10, 2020 12:14 pm
The thing about DEHSUPP is that it allows ZDaemon's DEHACKED to extend to stuff not normally covered by DEHACKED. Which means that if it's present, the assumption can be that it's needed, and if it's needed then the DEHACKED lump is not going to be compatible with ZDoom's own DEHACKED support, because it'll refer to things and frames that are not from vanilla Doom, Boom, or MBF.
The proper way is then to make equivalent changes using ZDoom's own control lumps (ZMAPINFO, DECORATE, etc.).
The thing about DEHSUPP is that it allows ZDaemon's DEHACKED to extend to stuff not normally covered by DEHACKED. Which means that if it's present, the assumption can be that it's needed, and if it's needed then the DEHACKED lump is not going to be compatible with ZDoom's own DEHACKED support, because it'll refer to things and frames that are not from vanilla Doom, Boom, or MBF.
The proper way is then to make equivalent changes using ZDoom's own control lumps (ZMAPINFO, DECORATE, etc.).