UltimateZoneBuilder/Build/Configurations/Includes/Eternity_things.cfg
MaxED ea57d45eb3 Added: action argument inputs now support incremental increase/decrease prefixes (+++ and ---).
Probably fixed probable I/O race condition when loading images.
Fixed Visual mode stuttering due to floating point precision degradation when running the editor for several days without restarting (internal timer is now reset when saving the map or creating a new one).
Fixed, Nodes Viewer, cosmetic: Nodes Viewer window position was reset after pressing the "Rebuild Nodes" button.
Added Eternity Game configurations by printz.
Updated ZDoom_ACS.cfg (CheckClass).
Updated ZDoom ACC (CheckClass).
2016-08-29 10:06:16 +00:00

124 lines
No EOL
2.1 KiB
INI

monsters
{
888
{
title = "Dog";
sprite = "internal:dog";
class = "MBFHelperDog";
width = 12;
height = 28;
}
}
eternity
{
color = 8; // Grey
arrow = 1;
title = "Eternity Items";
width = 0;
height = 0;
sort = 1;
fixedsize = true;
5003
{
title = "Camera spot";
class = "SMMUCameraSpot";
}
1200
{
title = "Enviro sequence 0";
}
1300
{
title = "Enviro sequence param";
}
1400
{
title = "Sector sequence 0";
}
1500
{
title = "Sector sequence param";
}
5004
{
title = "ExtraData thing";
}
5006
{
title = "Skybox camera";
class = "EESkyboxCam";
}
5007
{
title = "Particle Drip";
class = "EEParticleDrip";
}
9001
{
title = "Map spot";
class = "EEMapSpot";
}
9013
{
title = "Map spot gravity";
class = "EEMapSpotGravity";
}
9027
{
title = "Particle fountain red";
}
9028
{
title = "Particle fountain green";
}
9029
{
title = "Particle fountain blue";
}
9030
{
title = "Particle fountain yellow";
}
9031
{
title = "Particle fountain purple";
}
9032
{
title = "Particle fountain black";
}
9033
{
title = "Particle fountain white";
}
9300t
{
title = "Polyobject anchor";
class = "EEPolyObjAnchor";
}
9301
{
title = "Polyobject spawn spot";
class = "EEPolyObjSpawnSpot";
}
9302
{
title = "Polyobject spawn spot crush";
class = "EEPolyObjSpawnSpotCrush";
}
9303
{
title = "Polyobject spawn spot damage";
class = "EEPolyObjSpawnSpotDamage";
}
14001
{
title = "Ambience 1";
}
14065
{
title = "Ambience param";
}
}