UltimateZoneBuilder/Source/Core/Resources/UDMF.cfg
MaxED c95c26bbbc Fixed: MapSet.GetSectorByCoordinates() returned "false" in some cases when a given coordinate was on top of sector's vertex.
Internal: UDMF sector slopes and offsets are no longer stored in sector.Fields. Use sector.FloorSlope, sector.FloorSlopeOffset, sector.CeilingSlope and sector.CeilingSlopeOffset.
2014-08-25 11:15:19 +00:00

82 lines
1.1 KiB
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;
floorplane_a;
floorplane_b;
floorplane_c;
floorplane_d;
ceilingplane_a;
ceilingplane_b;
ceilingplane_c;
ceilingplane_d;
}
thing
{
id;
x;
y;
height;
angle;
pitch;
roll;
scalex;
scaley;
scale;
type;
special;
arg0;
arg1;
arg2;
arg3;
arg4;
}
}