UltimateZoneBuilder/Build/Configurations/Includes/Zandronum_things.cfg
MaxED 99a8433498 Moved all Skulltag things, which are no longer available by default in Zandronum, to Skulltag_things.cfg
Zandronum configs no longer require additional resources to load without errors.
2014-03-07 13:48:10 +00:00

51 lines
1.7 KiB
INI

// Zandronum things that aren't found in ZDoom.
// Simple interface file to access the listing easily.
// The things themselves are actually listed in Zandronum_common.cfg.
// Uncomment "Skulltag_things.cfg" lines if you want to use stuff from Skulltag_data.pk3
doom
{
include("Zandronum_common.cfg", "zandronum")
include("Zandronum_common.cfg", "doomheretichexenstrife")
include("Zandronum_common.cfg", "doomheretichexen")
//include("Skulltag_things.cfg", "doomheretichexenstrife")
//include("Skulltag_things.cfg", "doomheretichexen")
//include("Skulltag_things.cfg", "doom")
}
heretic
{
include("Zandronum_common.cfg", "zandronum")
include("Zandronum_common.cfg", "doomheretichexenstrife")
include("Zandronum_common.cfg", "doomheretichexen")
//include("Skulltag_things.cfg", "doomheretichexenstrife")
//include("Skulltag_things.cfg", "doomheretichexen")
//include("Skulltag_things.cfg", "raven")
//include("Skulltag_things.cfg", "heretic")
}
hexen
{
include("Zandronum_common.cfg", "zandronum")
include("Zandronum_common.cfg", "doomheretichexenstrife")
include("Zandronum_common.cfg", "doomheretichexen")
//include("Skulltag_things.cfg", "doomheretichexenstrife")
//include("Skulltag_things.cfg", "doomheretichexen")
//include("Skulltag_things.cfg", "raven")
//include("Skulltag_things.cfg", "hexen")
}
strife
{
include("Zandronum_common.cfg", "zandronum")
include("Zandronum_common.cfg", "doomheretichexenstrife")
//include("Skulltag_things.cfg", "doomheretichexenstrife")
//include("Skulltag_things.cfg", "strife")
}
default
{
include("Zandronum_common.cfg", "zandronum")
//include("Skulltag_things.cfg", "skulltag")
}