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;
default = "@default";
managed = false;
}
colormapmid
{
type = 2;
default = "@default";
managed = false;
}
colormapbottom
{
type = 2;
default = "@default";
managed = false;
}
portal_ceil_overlaytype
{
type = 2;
default = "none";
managed = false;
}
alphaceiling
@ -340,6 +344,7 @@ universalfields
{
type = 2;
default = "none";
managed = false;
}
alphafloor
@ -370,6 +375,7 @@ universalfields
consolidateeventlines = true;
}
}
managed = false;
}
portalceiling
@ -391,7 +397,8 @@ universalfields
modify = "abs";
consolidateeventlines = true;
}
}
}
managed = false;
}
floorid
@ -414,6 +421,7 @@ universalfields
consolidateeventlines = true;
}
}
managed = false;
}
ceilingid
@ -435,7 +443,8 @@ universalfields
modify = "abs";
consolidateeventlines = true;
}
}
}
managed = false;
}
attachfloor
@ -472,6 +481,7 @@ universalfields
consolidateeventlines = true;
}
}
managed = false;
}
attachceiling
@ -507,17 +517,20 @@ universalfields
modify = "abs";
consolidateeventlines = true;
}
}
}
managed = false;
}
scroll_ceil_x
{
type = 1;
managed = false;
}
scroll_ceil_y
{
type = 1;
managed = false;
}
scroll_ceil_type
@ -525,16 +538,19 @@ universalfields
type = 2;
default = "none";
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
{
type = 1;
managed = false;
}
scroll_floor_y
{
type = 1;
managed = false;
}
scroll_floor_type
@ -542,6 +558,7 @@ universalfields
type = 2;
default = "none";
tooltip = "Available options: none, visual, physical or both. Controls whether to scroll the texture and/or transport the things";
managed = false;
}
xpanningceiling