Skip to content
Snippets Groups Projects
Commit aeea3c12 authored by biwa's avatar biwa
Browse files

Eternity Engine Game Configuration: fixed an issue where UDMF sector...

Eternity Engine Game Configuration: fixed an issue where UDMF sector properties were not labeled as unmanaged
parent 55725bd2
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment