mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-12-12 21:21:48 +00:00
ecbf9fd743
Sector Edit form, Vertex Edit form: fixed a crash when updating sector/vertex properties in Visual mode. Reorganized game configurations.
42 lines
1.1 KiB
INI
42 lines
1.1 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.
|
|
|
|
doom
|
|
{
|
|
include("Zandronum_common.cfg", "zandronum")
|
|
include("Zandronum_common.cfg", "doomheretichexenstrife")
|
|
include("Zandronum_common.cfg", "doomheretichexen")
|
|
include("Zandronum_common.cfg", "doom")
|
|
}
|
|
|
|
heretic
|
|
{
|
|
include("Zandronum_common.cfg", "zandronum")
|
|
include("Zandronum_common.cfg", "doomheretichexenstrife")
|
|
include("Zandronum_common.cfg", "doomheretichexen")
|
|
include("Zandronum_common.cfg", "raven")
|
|
include("Zandronum_common.cfg", "heretic")
|
|
}
|
|
|
|
hexen
|
|
{
|
|
include("Zandronum_common.cfg", "zandronum")
|
|
include("Zandronum_common.cfg", "doomheretichexenstrife")
|
|
include("Zandronum_common.cfg", "doomheretichexen")
|
|
include("Zandronum_common.cfg", "raven")
|
|
include("Zandronum_common.cfg", "hexen")
|
|
}
|
|
|
|
strife
|
|
{
|
|
include("Zandronum_common.cfg", "zandronum")
|
|
include("Zandronum_common.cfg", "doomheretichexenstrife")
|
|
include("Zandronum_common.cfg", "strife")
|
|
}
|
|
|
|
default
|
|
{
|
|
include("Zandronum_common.cfg", "zandronum")
|
|
}
|
|
|