mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-28 22:52:38 +00:00
22 lines
312 B
INI
22 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";
|
||
|
}
|
||
|
}
|
||
|
}
|