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
|
|
|
|
{
|
2022-11-27 10:02:26 +00:00
|
|
|
include("Zandronum_common.cfg", "things.zandronum")
|
|
|
|
include("Zandronum_common.cfg", "things.doomheretichexenstrife")
|
|
|
|
include("Zandronum_common.cfg", "things.doomheretichexen")
|
2017-03-09 15:58:46 +00:00
|
|
|
include("Skulltag_things.cfg", "doomheretichexen")
|
|
|
|
include("Skulltag_things.cfg", "doom")
|
2012-11-02 23:11:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
heretic
|
|
|
|
{
|
2022-11-27 10:02:26 +00:00
|
|
|
include("Zandronum_common.cfg", "things.zandronum")
|
|
|
|
include("Zandronum_common.cfg", "things.doomheretichexenstrife")
|
|
|
|
include("Zandronum_common.cfg", "things.doomheretichexen")
|
2017-03-09 15:58:46 +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
|
|
|
|
{
|
2022-11-27 10:02:26 +00:00
|
|
|
include("Zandronum_common.cfg", "things.zandronum")
|
|
|
|
include("Zandronum_common.cfg", "things.doomheretichexenstrife")
|
|
|
|
include("Zandronum_common.cfg", "things.doomheretichexen")
|
2017-03-09 15:58:46 +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
|
|
|
|
{
|
2022-11-27 10:02:26 +00:00
|
|
|
include("Zandronum_common.cfg", "things.zandronum")
|
|
|
|
include("Zandronum_common.cfg", "things.doomheretichexenstrife")
|
2017-03-09 15:58:46 +00:00
|
|
|
include("Skulltag_things.cfg", "strife")
|
2012-11-02 23:11:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
default
|
|
|
|
{
|
2022-11-27 10:02:26 +00:00
|
|
|
include("Zandronum_common.cfg", "things.zandronum")
|
2017-03-09 15:58:46 +00:00
|
|
|
include("Skulltag_things.cfg", "skulltag")
|
|
|
|
}
|