mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-29 15:11:56 +00:00
f11127ca71
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.
21 lines
312 B
INI
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";
|
|
}
|
|
}
|
|
}
|