UltimateZoneBuilder/Build/Configurations/Includes/ZDaemon_things.cfg
DoomKrawa a8ef8d526c ZDaemon sprites (PR#282 by Krawa)
* Flags and Railgun taken from zdaemon.wad.

Thanks to ZDaemon team for the sprites.

* ZDaemon Flags and Railgun.
2019-09-03 11:57:44 +03:00

134 lines
1.8 KiB
INI
Executable file

// Version: 2019-07-24
// Flags and Railgun taken from zdaemon.wad.
// Thanks to ZDaemon team for the sprites.
redteam
{
color = 4; // Red
arrow = 1;
title = "Red Team";
width = 16;
sort = 1;
height = 56;
hangs = 0;
blocking = 1;
error = 2;
5081
{
title = "Red Team Start";
sprite = "PLAYE1";
}
5131
{
title = "Red Flag";
sprite = "internal:ZDFlagRed";
height = 55;
}
}
blueteam
{
color = 1; // Blue
arrow = 1;
title = "Blue Team";
width = 16;
sort = 1;
height = 56;
hangs = 0;
blocking = 1;
error = 2;
5080
{
title = "Blue Team Start";
sprite = "PLAYE1";
}
5130
{
title = "Blue Flag";
sprite = "internal:ZDFlagBlue";
height = 55;
}
}
greenteam
{
color = 2; // Green
arrow = 1;
title = "Green Team";
width = 16;
sort = 1;
height = 56;
hangs = 0;
blocking = 1;
error = 2;
5083
{
title = "Green Team Start";
sprite = "PLAYE1";
}
5133
{
title = "Green Flag";
sprite = "internal:ZDFlagGreen";
}
}
whiteteam
{
color = 15; // White
arrow = 1;
title = "White Team";
width = 16;
sort = 1;
height = 56;
hangs = 0;
blocking = 1;
error = 2;
5084
{
title = "White Team Start";
sprite = "PLAYE1";
}
5134
{
title = "White Flag";
sprite = "internal:ZDFlagWhite";
}
}
dompoints
{
color = 2; // Green
arrow = 1;
title = "Domination Points";
width = 30;
sort = 1;
height = 60;
hangs = 0;
blocking = 1;
error = 2;
5135
{
title = "Domination Point A";
sprite = "internal:ZDDomPointA";
}
5136
{
title = "Domination Point B";
sprite = "internal:ZDDomPointB";
}
5137
{
title = "King of the Hill";
sprite = "internal:ZDDomPointC";
}
}
weapons
{
5012
{
title = "Railgun";
sprite = "internal:ZDRailgun";
}
}