2012-11-02 23:11:38 +00:00
|
|
|
// 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.
|
2014-03-07 13:48:10 +00:00
|
|
|
// Uncomment "Skulltag_things.cfg" lines if you want to use stuff from Skulltag_data.pk3
|
2012-11-02 23:11:38 +00:00
|
|
|
|
|
|
|
doom
|
|
|
|
{
|
|
|
|
include("Zandronum_common.cfg", "zandronum")
|
|
|
|
include("Zandronum_common.cfg", "doomheretichexenstrife")
|
|
|
|
include("Zandronum_common.cfg", "doomheretichexen")
|
2014-03-07 13:48:10 +00:00
|
|
|
//include("Skulltag_things.cfg", "doomheretichexen")
|
|
|
|
//include("Skulltag_things.cfg", "doom")
|
2012-11-02 23:11:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
heretic
|
|
|
|
{
|
|
|
|
include("Zandronum_common.cfg", "zandronum")
|
|
|
|
include("Zandronum_common.cfg", "doomheretichexenstrife")
|
|
|
|
include("Zandronum_common.cfg", "doomheretichexen")
|
2014-03-07 13:48:10 +00:00
|
|
|
//include("Skulltag_things.cfg", "doomheretichexen")
|
|
|
|
//include("Skulltag_things.cfg", "raven")
|
|
|
|
//include("Skulltag_things.cfg", "heretic")
|
2012-11-02 23:11:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
hexen
|
|
|
|
{
|
|
|
|
include("Zandronum_common.cfg", "zandronum")
|
|
|
|
include("Zandronum_common.cfg", "doomheretichexenstrife")
|
|
|
|
include("Zandronum_common.cfg", "doomheretichexen")
|
2014-03-07 13:48:10 +00:00
|
|
|
//include("Skulltag_things.cfg", "doomheretichexen")
|
|
|
|
//include("Skulltag_things.cfg", "raven")
|
|
|
|
//include("Skulltag_things.cfg", "hexen")
|
2012-11-02 23:11:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
strife
|
|
|
|
{
|
|
|
|
include("Zandronum_common.cfg", "zandronum")
|
|
|
|
include("Zandronum_common.cfg", "doomheretichexenstrife")
|
2014-03-07 13:48:10 +00:00
|
|
|
//include("Skulltag_things.cfg", "strife")
|
2012-11-02 23:11:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
default
|
|
|
|
{
|
|
|
|
include("Zandronum_common.cfg", "zandronum")
|
2015-03-23 14:19:23 +00:00
|
|
|
//include("Skulltag_things.cfg", "skulltag")
|
2012-11-02 23:11:38 +00:00
|
|
|
}
|
|
|
|
|