Eternity Engine Game Configuration: fixed an issue where UDMF sector properties were not labeled as unmanaged

This commit is contained in:
biwa 2023-10-25 21:20:19 +02:00
parent 55725bd2bb
commit aeea3c129e

View file

@ -310,24 +310,28 @@ universalfields
{ {
type = 2; type = 2;
default = "@default"; default = "@default";
managed = false;
} }
colormapmid colormapmid
{ {
type = 2; type = 2;
default = "@default"; default = "@default";
managed = false;
} }
colormapbottom colormapbottom
{ {
type = 2; type = 2;
default = "@default"; default = "@default";
managed = false;
} }
portal_ceil_overlaytype portal_ceil_overlaytype
{ {
type = 2; type = 2;
default = "none"; default = "none";
managed = false;
} }
alphaceiling alphaceiling
@ -340,6 +344,7 @@ universalfields
{ {
type = 2; type = 2;
default = "none"; default = "none";
managed = false;
} }
alphafloor alphafloor
@ -370,6 +375,7 @@ universalfields
consolidateeventlines = true; consolidateeventlines = true;
} }
} }
managed = false;
} }
portalceiling portalceiling
@ -392,6 +398,7 @@ universalfields
consolidateeventlines = true; consolidateeventlines = true;
} }
} }
managed = false;
} }
floorid floorid
@ -414,6 +421,7 @@ universalfields
consolidateeventlines = true; consolidateeventlines = true;
} }
} }
managed = false;
} }
ceilingid ceilingid
@ -436,6 +444,7 @@ universalfields
consolidateeventlines = true; consolidateeventlines = true;
} }
} }
managed = false;
} }
attachfloor attachfloor
@ -472,6 +481,7 @@ universalfields
consolidateeventlines = true; consolidateeventlines = true;
} }
} }
managed = false;
} }
attachceiling attachceiling
@ -508,16 +518,19 @@ universalfields
consolidateeventlines = true; consolidateeventlines = true;
} }
} }
managed = false;
} }
scroll_ceil_x scroll_ceil_x
{ {
type = 1; type = 1;
managed = false;
} }
scroll_ceil_y scroll_ceil_y
{ {
type = 1; type = 1;
managed = false;
} }
scroll_ceil_type scroll_ceil_type
@ -525,16 +538,19 @@ universalfields
type = 2; type = 2;
default = "none"; default = "none";
tooltip = "Available options: none, visual. Controls whether to scroll the texture. Currently thing transporting is not supported for ceiling scrollers."; tooltip = "Available options: none, visual. Controls whether to scroll the texture. Currently thing transporting is not supported for ceiling scrollers.";
managed = false;
} }
scroll_floor_x scroll_floor_x
{ {
type = 1; type = 1;
managed = false;
} }
scroll_floor_y scroll_floor_y
{ {
type = 1; type = 1;
managed = false;
} }
scroll_floor_type scroll_floor_type
@ -542,6 +558,7 @@ universalfields
type = 2; type = 2;
default = "none"; default = "none";
tooltip = "Available options: none, visual, physical or both. Controls whether to scroll the texture and/or transport the things"; tooltip = "Available options: none, visual, physical or both. Controls whether to scroll the texture and/or transport the things";
managed = false;
} }
xpanningceiling xpanningceiling