Add missing sector special flags for lighting

This commit is contained in:
NepDisk 2025-02-08 23:53:58 -05:00
parent 6844715c5e
commit 633ec1a045

View file

@ -79,6 +79,9 @@ sectorflags
gravityoverride = "Make Reverse Gravity Temporary";
ripple_floor = "Ripple Floor";
ripple_ceiling = "Ripple Ceiling";
invertencore = "Encore Remap Invert";
flatlighting = "Disable Directional Lighting";
forcedirectionallighting = "Force Directional Lighting On";
// BlanKart SSF flags
speedpad = "Speed Pad";
@ -87,7 +90,7 @@ sectorflags
waterpanel = "Water Run Panel";
redpogospring = "Spring Panel";
yellowpogospring = "Capped Spring Panel";
// RR ACS executor flags
repeatspecial = "Each Time (?) (ACS)";
continuousspecial = "Continuous (ACS)";
@ -130,7 +133,7 @@ sectorflagscategories
waterpanel = "special";
redpogospring = "special";
yellowpogospring = "special";
// RR ACS executor flags
repeatspecial = "trigger";
continuousspecial = "trigger";
@ -258,7 +261,7 @@ universalfields
type = 1;
default = 1.0;
}
comment
{
type = 2;
@ -270,19 +273,19 @@ universalfields
type = 2;
default = "";
}
stringarg0
{
type = 2;
default = "";
}
stringarg1
{
type = 2;
default = "";
}
executordelay
{
type = 0;
@ -297,7 +300,7 @@ universalfields
type = 2;
default = "";
}
//light
//{
// type = 0;
@ -344,20 +347,20 @@ universalfields
//{
// type = 3;
// default = false;
//}
//}
offsetx
{
type = 1;
default = 0.0;
}
offsety
{
type = 1;
default = 0.0;
}
offsetx_bottom
{
type = 1;
@ -369,7 +372,7 @@ universalfields
type = 1;
default = 0.0;
}
offsetx_top
{
type = 1;
@ -387,43 +390,43 @@ universalfields
type = 1;
default = 0.0;
}
offsety_top
{
type = 1;
default = 0.0;
}
scalex_bottom
{
type = 1;
default = 1.0;
}
scalex_mid
{
type = 1;
default = 1.0;
}
scalex_top
{
type = 1;
default = 1.0;
}
scaley_bottom
{
type = 1;
default = 1.0;
}
scaley_mid
{
type = 1;
default = 1.0;
}
scaley_top
{
type = 1;
@ -438,41 +441,41 @@ universalfields
type = 2;
default = "";
}
pitch
{
type = 0;
}
roll
{
type = 0;
}
scalex
{
type = 1;
default = 1.0;
}
scaley
{
type = 1;
default = 1.0;
}
stringarg0
{
type = 2;
default = "";
}
stringarg1
{
type = 2;
default = "";
}
mobjscale
{
type = 1;
@ -480,7 +483,7 @@ universalfields
managed = false;
}
}
sector
{
comment
@ -560,7 +563,7 @@ universalfields
type = 1;
default = 1.0;
}
yscalefloor
{
type = 1;
@ -572,7 +575,7 @@ universalfields
type = 0;
default = 0;
}
lightfloorabsolute
{
type = 3;
@ -602,7 +605,7 @@ universalfields
type = 1;
default = 1.0;
}
yscaleceiling
{
type = 1;
@ -614,7 +617,7 @@ universalfields
type = 0;
default = 0;
}
lightceilingabsolute
{
type = 3;
@ -660,7 +663,7 @@ udmfmaplumpnames
nodebuild = true;
allowempty = true;
}
BEHAVIOR
{
required = false;
@ -735,7 +738,7 @@ enums
20 = "Flame Shield";
21 = "Drop Target";
}
falsetrue
{
0 = "False";