mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 14:51:40 +00:00
- fixes to let Hacx load its own extended font.
There were two issues blocking this: * the Doom BigUpper font was loaded for all Doom-based games. It is only valid for original idgames releases and nothing more. * Hacx.wad defines its BigFont in FONTDEFS which blocks all custom fonts. Since the Hacx font and GZDoom's base BigFont are very similar, the FONTDEFS lump now gets deleted from the WAD directory.
This commit is contained in:
parent
aba7132846
commit
2e42e4f5fb
596 changed files with 1 additions and 0 deletions
|
@ -83,6 +83,7 @@ IWad
|
|||
MustContain = "MAP01", "HACX-R"
|
||||
BannerColors = "00 00 a8", "a8 a8 a8"
|
||||
Load = "hacx_gzdoom_stuff.pk3"
|
||||
DeleteLumps = "FONTDEFS"
|
||||
}
|
||||
|
||||
IWad
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue