UltimateZoneBuilder/Source/Core/Resources/UDMF.cfg
MaxED 883527c37c Sector Edit form and Linedef Edit form now support float texture offsets.
Tag Statistics form: you can now double click on Sectors, Linedefs or Things cell to select them, and right click to open their properties.
Texture size labels were displayed incorrectly in some cases.
Rewritten VerticesMode.DeleteItem() once again...
Vertex Edit form now works in realtime mode.
Vertex Edit form: ceiling and floor vertex offsets can now be cleared.
Added StairSectorBuilder plugin (I suppose some external plugins will stop working in GZDB because I've changed ButtonStep to float in ButtonsNumericTextbox a couple revisions ago...).
Preferences form: action description is now scrollable.
Changed background color of Sector Edit form.
Vertex' ZCeiling and ZFloor properties are now managed internally.
2013-07-08 13:13:28 +00:00

69 lines
929 B
INI

/********************************************************************\
Configuration for UDMF map reader/writer (UniversalMapSetIO)
\********************************************************************/
// These are the fields managed by Doom Builder (either handled or ignored intentionally)
// and are no to be shown in the custom fields of the map elements.
managedfields
{
vertex
{
x;
y;
zceiling;
zfloor;
}
linedef
{
id;
v1;
v2;
special;
arg0;
arg1;
arg2;
arg3;
arg4;
sidefront;
sideback;
}
sidedef
{
offsetx;
offsety;
texturetop;
texturebottom;
texturemiddle;
sector;
}
sector
{
heightfloor;
heightceiling;
texturefloor;
textureceiling;
lightlevel;
special;
id;
}
thing
{
id;
x;
y;
height;
angle;
type;
special;
arg0;
arg1;
arg2;
arg3;
arg4;
}
}