mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-23 12:22:35 +00:00
f839269a72
Added toasts for visual sloping events
46 lines
No EOL
1.5 KiB
INI
Executable file
46 lines
No EOL
1.5 KiB
INI
Executable file
// 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", "things.zandronum")
|
|
include("Zandronum_common.cfg", "things.doomheretichexenstrife")
|
|
include("Zandronum_common.cfg", "things.doomheretichexen")
|
|
include("Skulltag_things.cfg", "doomheretichexen")
|
|
include("Skulltag_things.cfg", "doom")
|
|
}
|
|
|
|
heretic
|
|
{
|
|
include("Zandronum_common.cfg", "things.zandronum")
|
|
include("Zandronum_common.cfg", "things.doomheretichexenstrife")
|
|
include("Zandronum_common.cfg", "things.doomheretichexen")
|
|
include("Skulltag_things.cfg", "doomheretichexen")
|
|
include("Skulltag_things.cfg", "raven")
|
|
include("Skulltag_things.cfg", "heretic")
|
|
}
|
|
|
|
hexen
|
|
{
|
|
include("Zandronum_common.cfg", "things.zandronum")
|
|
include("Zandronum_common.cfg", "things.doomheretichexenstrife")
|
|
include("Zandronum_common.cfg", "things.doomheretichexen")
|
|
include("Skulltag_things.cfg", "doomheretichexen")
|
|
include("Skulltag_things.cfg", "raven")
|
|
include("Skulltag_things.cfg", "hexen")
|
|
}
|
|
|
|
strife
|
|
{
|
|
include("Zandronum_common.cfg", "things.zandronum")
|
|
include("Zandronum_common.cfg", "things.doomheretichexenstrife")
|
|
include("Skulltag_things.cfg", "strife")
|
|
}
|
|
|
|
default
|
|
{
|
|
include("Zandronum_common.cfg", "things.zandronum")
|
|
include("Skulltag_things.cfg", "skulltag")
|
|
} |