UltimateZoneBuilder/Build/Configurations/Includes/GZDoom_common.cfg
ZZYZX f11127ca71 Made non-existent ZScript classes a fatal error.
Added explicit warning if gzdoom.pk3 is not loaded for GZDoom game configurations.

Fixed tokenizer not picking up the very last token in the stream.
2022-08-07 21:26:22 +03:00

21 lines
312 B
INI

// This is used to require GZDoom.pk3 when you are working with a GZDoom game configuration.
requiredarchives
{
gzdoom
{
filename = "gzdoom.pk3";
need_exclude = true;
0
{
// this is currently checked globally for all archives
class = "actor";
}
1
{
lump = "x11r6rgb.txt";
}
}
}