mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-02-16 17:11:28 +00:00
UDMF config updates:
- Add tooltips to some thing/line arguments - Pushable things now have a unique color (brown) - Changed some other thing colors
This commit is contained in:
parent
2abdfaf3e4
commit
9c8311d9a2
2 changed files with 159 additions and 36 deletions
|
@ -109,10 +109,12 @@ udmf
|
|||
arg0
|
||||
{
|
||||
title = "Speed";
|
||||
tooltip = "In fracunits per tic.";
|
||||
}
|
||||
arg1
|
||||
{
|
||||
title = "Sequence";
|
||||
title = "Waypoint sequence";
|
||||
tooltip = "The sequence number of (zoom tube) waypoints to use.";
|
||||
}
|
||||
arg2
|
||||
{
|
||||
|
@ -129,6 +131,7 @@ udmf
|
|||
arg0
|
||||
{
|
||||
title = "Speed";
|
||||
tooltip = "In fracunits per tic.";
|
||||
}
|
||||
arg1
|
||||
{
|
||||
|
@ -144,6 +147,7 @@ udmf
|
|||
{
|
||||
title = "Sound";
|
||||
type = 2;
|
||||
tooltip = "Takes a DS constant.\nExample: DSTHOK";
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -165,10 +169,12 @@ udmf
|
|||
arg0
|
||||
{
|
||||
title = "Speed";
|
||||
tooltip = "In fracunits per tic.";
|
||||
}
|
||||
arg1
|
||||
{
|
||||
title = "Sequence";
|
||||
title = "Waypoint sequence";
|
||||
tooltip = "The sequence number of (zoom tube) waypoints to use.";
|
||||
}
|
||||
arg2
|
||||
{
|
||||
|
@ -188,7 +194,7 @@ udmf
|
|||
}
|
||||
arg1
|
||||
{
|
||||
title = "Debris lifetime";
|
||||
title = "Debris lifetime (tics)";
|
||||
}
|
||||
arg2
|
||||
{
|
||||
|
@ -199,6 +205,7 @@ udmf
|
|||
stringarg0
|
||||
{
|
||||
title = "Debris object type";
|
||||
tooltip = "Uses a MT_ constant.\nExample: MT_ROCKCRUMBLE16\nDefaults to MT_ROCKCRUMBLE1.";
|
||||
type = 2;
|
||||
}
|
||||
}
|
||||
|
@ -274,7 +281,8 @@ udmf
|
|||
}
|
||||
arg2
|
||||
{
|
||||
title = "Translucency";
|
||||
title = "Translucency level";
|
||||
tooltip = "Ranges from 0 (fully opaque) to 10 (fully transparent).";
|
||||
}
|
||||
arg3
|
||||
{
|
||||
|
@ -310,10 +318,12 @@ udmf
|
|||
arg1
|
||||
{
|
||||
title = "Speed";
|
||||
tooltip = "In fracunits per tic.";
|
||||
}
|
||||
arg2
|
||||
{
|
||||
title = "Distance";
|
||||
tooltip = "How far to move in either direction, in fracunits.";
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -329,6 +339,7 @@ udmf
|
|||
arg1
|
||||
{
|
||||
title = "Base speed";
|
||||
tooltip = "How much the front sector displacement translates.\nA value of 256 amounts to a 1:1 translation.";
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -375,6 +386,7 @@ udmf
|
|||
arg0
|
||||
{
|
||||
title = "Speed";
|
||||
tooltip = "In fracunits per tic.";
|
||||
}
|
||||
arg1
|
||||
{
|
||||
|
@ -406,10 +418,12 @@ udmf
|
|||
arg2
|
||||
{
|
||||
title = "Forward speed";
|
||||
tooltip = "In fracunits per tic.";
|
||||
}
|
||||
arg3
|
||||
{
|
||||
title = "Return speed";
|
||||
tooltip = "In fracunits per tic.";
|
||||
}
|
||||
arg4
|
||||
{
|
||||
|
@ -439,10 +453,12 @@ udmf
|
|||
arg2
|
||||
{
|
||||
title = "Forward speed";
|
||||
tooltip = "In fracunits per tic.";
|
||||
}
|
||||
arg3
|
||||
{
|
||||
title = "Return speed";
|
||||
tooltip = "In fracunits per tic.";
|
||||
}
|
||||
arg4
|
||||
{
|
||||
|
@ -466,10 +482,11 @@ udmf
|
|||
arg1
|
||||
{
|
||||
title = "Speed";
|
||||
tooltip = "In fracunits per tic.";
|
||||
}
|
||||
arg2
|
||||
{
|
||||
title = "Starting delay";
|
||||
title = "Starting delay (tics)";
|
||||
}
|
||||
arg3
|
||||
{
|
||||
|
@ -505,10 +522,12 @@ udmf
|
|||
arg2
|
||||
{
|
||||
title = "Crush speed";
|
||||
tooltip = "In fracunits per tic.";
|
||||
}
|
||||
arg3
|
||||
{
|
||||
title = "Retract speed";
|
||||
tooltip = "In fracunits per tic.";
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -551,6 +570,7 @@ udmf
|
|||
arg1
|
||||
{
|
||||
title = "Speed";
|
||||
tooltip = "In fracunits per tic.";
|
||||
}
|
||||
arg2
|
||||
{
|
||||
|
@ -602,14 +622,17 @@ udmf
|
|||
arg1
|
||||
{
|
||||
title = "Falling speed";
|
||||
tooltip = "In fracunits per tic.";
|
||||
}
|
||||
arg2
|
||||
{
|
||||
title = "Rising speed";
|
||||
tooltip = "In fracunits per tic.";
|
||||
}
|
||||
stringarg0
|
||||
{
|
||||
title = "Crushing sound";
|
||||
tooltip = "Takes a DS constant.\nExample: DSTHOK";
|
||||
type = 2;
|
||||
}
|
||||
}
|
||||
|
@ -682,6 +705,7 @@ udmf
|
|||
arg1
|
||||
{
|
||||
title = "Sinking speed";
|
||||
tooltip = "In fracunits per tic.";
|
||||
}
|
||||
arg2
|
||||
{
|
||||
|
@ -723,6 +747,7 @@ udmf
|
|||
{
|
||||
title = "Alpha";
|
||||
default = 255;
|
||||
tooltip = "Ranges from 0 (fully transparent) to 255 (fully opaque).";
|
||||
}
|
||||
arg2
|
||||
{
|
||||
|
@ -766,6 +791,7 @@ udmf
|
|||
{
|
||||
title = "Alpha";
|
||||
default = 128;
|
||||
tooltip = "Ranges from 0 (fully transparent) to 255 (fully opaque).";
|
||||
}
|
||||
arg2
|
||||
{
|
||||
|
@ -842,6 +868,7 @@ udmf
|
|||
{
|
||||
title = "Alpha";
|
||||
default = 255;
|
||||
tooltip = "Ranges from 0 (fully transparent) to 255 (fully opaque).";
|
||||
}
|
||||
arg2
|
||||
{
|
||||
|
@ -884,6 +911,7 @@ udmf
|
|||
{
|
||||
title = "Alpha";
|
||||
default = 255;
|
||||
tooltip = "Ranges from 0 (fully transparent) to 255 (fully opaque).";
|
||||
}
|
||||
arg2
|
||||
{
|
||||
|
@ -914,6 +942,7 @@ udmf
|
|||
arg5
|
||||
{
|
||||
title = "Speed";
|
||||
tooltip = "In fracunits per tic.";
|
||||
}
|
||||
arg6
|
||||
{
|
||||
|
@ -971,6 +1000,7 @@ udmf
|
|||
{
|
||||
title = "Alpha";
|
||||
default = 255;
|
||||
tooltip = "Ranges from 0 (fully transparent) to 255 (fully opaque).";
|
||||
}
|
||||
arg2
|
||||
{
|
||||
|
@ -1041,14 +1071,17 @@ udmf
|
|||
arg1
|
||||
{
|
||||
title = "Falling speed";
|
||||
tooltip = "In fracunits per tic.";
|
||||
}
|
||||
arg2
|
||||
{
|
||||
title = "Rising speed";
|
||||
tooltip = "In fracunits per tic.";
|
||||
}
|
||||
stringarg0
|
||||
{
|
||||
title = "Crushing sound";
|
||||
tooltip = "Takes a DS constant.\nExample: DSTHOK";
|
||||
type = 2;
|
||||
}
|
||||
}
|
||||
|
@ -1067,6 +1100,7 @@ udmf
|
|||
{
|
||||
title = "Alpha";
|
||||
default = 255;
|
||||
tooltip = "Ranges from 0 (fully transparent) to 255 (fully opaque).";
|
||||
}
|
||||
arg2
|
||||
{
|
||||
|
@ -1124,6 +1158,7 @@ udmf
|
|||
arg2
|
||||
{
|
||||
title = "Sinking speed";
|
||||
tooltip = "In fracunits per tic.";
|
||||
}
|
||||
arg3
|
||||
{
|
||||
|
@ -1145,6 +1180,7 @@ udmf
|
|||
{
|
||||
title = "Alpha";
|
||||
default = 128;
|
||||
tooltip = "Ranges from 0 (fully transparent) to 255 (fully opaque).";
|
||||
}
|
||||
arg2
|
||||
{
|
||||
|
@ -1178,6 +1214,7 @@ udmf
|
|||
{
|
||||
title = "Alpha";
|
||||
default = 255;
|
||||
tooltip = "Ranges from 0 (fully transparent) to 255 (fully opaque).";
|
||||
}
|
||||
arg2
|
||||
{
|
||||
|
@ -2117,6 +2154,7 @@ udmf
|
|||
arg1
|
||||
{
|
||||
title = "Speed";
|
||||
tooltip = "In fracunits per tic.";
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -2222,6 +2260,7 @@ udmf
|
|||
arg2
|
||||
{
|
||||
title = "Speed";
|
||||
tooltip = "In fracunits per tic.";
|
||||
}
|
||||
arg3
|
||||
{
|
||||
|
@ -2258,6 +2297,7 @@ udmf
|
|||
arg3
|
||||
{
|
||||
title = "Speed";
|
||||
tooltip = "In fracunits per tic.";
|
||||
}
|
||||
arg4
|
||||
{
|
||||
|
@ -2290,14 +2330,15 @@ udmf
|
|||
arg1
|
||||
{
|
||||
title = "Speed";
|
||||
tooltip = "In fracunits per tic.";
|
||||
}
|
||||
arg2
|
||||
{
|
||||
title = "Starting delay";
|
||||
title = "Starting delay (tics)";
|
||||
}
|
||||
arg3
|
||||
{
|
||||
title = "Delay before flip";
|
||||
title = "Delay before flip (tics)";
|
||||
}
|
||||
arg4
|
||||
{
|
||||
|
@ -2329,10 +2370,12 @@ udmf
|
|||
arg2
|
||||
{
|
||||
title = "Crush speed";
|
||||
tooltip = "In fracunits per tic.";
|
||||
}
|
||||
arg3
|
||||
{
|
||||
title = "Retract speed";
|
||||
tooltip = "In fracunits per tic.";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -2733,6 +2776,7 @@ udmf
|
|||
stringarg0
|
||||
{
|
||||
title = "Music name";
|
||||
tooltip = "Takes a music lump name, without the O_ or D_ prefix. Use - to disable music.\nExample: GFZ1";
|
||||
type = 2;
|
||||
}
|
||||
}
|
||||
|
@ -2772,6 +2816,7 @@ udmf
|
|||
stringarg0
|
||||
{
|
||||
title = "Sound name";
|
||||
tooltip = "Takes a DS constant.\nExample: DSTHOK";
|
||||
type = 2;
|
||||
}
|
||||
}
|
||||
|
@ -3116,6 +3161,7 @@ udmf
|
|||
arg2
|
||||
{
|
||||
title = "Alpha";
|
||||
tooltip = "Ranges from 0 (fully transparent) to 255 (fully opaque).";
|
||||
}
|
||||
arg3
|
||||
{
|
||||
|
@ -3146,10 +3192,11 @@ udmf
|
|||
arg2
|
||||
{
|
||||
title = "Alpha";
|
||||
tooltip = "Ranges from 0 (fully transparent) to 255 (fully opaque).";
|
||||
}
|
||||
arg3
|
||||
{
|
||||
title = "Fading speed";
|
||||
title = "Fading speed (tics)";
|
||||
}
|
||||
arg4
|
||||
{
|
||||
|
@ -3345,6 +3392,7 @@ udmf
|
|||
arg1
|
||||
{
|
||||
title = "Speed";
|
||||
tooltip = "In fracunits per tic.";
|
||||
}
|
||||
arg2
|
||||
{
|
||||
|
@ -3352,7 +3400,7 @@ udmf
|
|||
}
|
||||
arg3
|
||||
{
|
||||
title = "Return delay";
|
||||
title = "Return delay (tics)";
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -3368,6 +3416,7 @@ udmf
|
|||
arg1
|
||||
{
|
||||
title = "Speed";
|
||||
tooltip = "In fracunits per tic.";
|
||||
}
|
||||
arg2
|
||||
{
|
||||
|
@ -3376,7 +3425,7 @@ udmf
|
|||
}
|
||||
arg3
|
||||
{
|
||||
title = "Return delay";
|
||||
title = "Return delay (tics)";
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -3392,6 +3441,7 @@ udmf
|
|||
arg1
|
||||
{
|
||||
title = "Speed";
|
||||
tooltip = "In fracunits per tic.";
|
||||
}
|
||||
arg2
|
||||
{
|
||||
|
@ -3417,10 +3467,12 @@ udmf
|
|||
arg1
|
||||
{
|
||||
title = "Speed";
|
||||
tooltip = "In degrees per tic.";
|
||||
}
|
||||
arg2
|
||||
{
|
||||
title = "Rotation";
|
||||
tooltip = "How many degrees the PolyObject will rotate.";
|
||||
type = 8;
|
||||
}
|
||||
arg3
|
||||
|
@ -3449,10 +3501,12 @@ udmf
|
|||
arg1
|
||||
{
|
||||
title = "Speed";
|
||||
tooltip = "In fracunits per tic.";
|
||||
}
|
||||
arg2
|
||||
{
|
||||
title = "Waypoint sequence";
|
||||
tooltip = "The sequence number of (zoom tube) waypoints to use.";
|
||||
}
|
||||
arg3
|
||||
{
|
||||
|
@ -3522,6 +3576,7 @@ udmf
|
|||
arg1
|
||||
{
|
||||
title = "Translucency level";
|
||||
tooltip = "Ranges from 0 (fully opaque) to 10 (fully transparent).";
|
||||
}
|
||||
arg2
|
||||
{
|
||||
|
@ -3543,6 +3598,7 @@ udmf
|
|||
arg1
|
||||
{
|
||||
title = "Translucency level";
|
||||
tooltip = "Ranges from 0 (fully opaque) to 10 (fully transparent).";
|
||||
}
|
||||
arg2
|
||||
{
|
||||
|
|
|
@ -1185,7 +1185,7 @@ udmf
|
|||
{
|
||||
color = 14; // Yellow
|
||||
title = "Rings and Weapon Panels";
|
||||
width = 24;
|
||||
width = 16;
|
||||
height = 24;
|
||||
sprite = "RINGA0";
|
||||
|
||||
|
@ -1193,10 +1193,10 @@ udmf
|
|||
{
|
||||
title = "Ring";
|
||||
sprite = "RINGA0";
|
||||
width = 16;
|
||||
arg0
|
||||
{
|
||||
title = "Float?";
|
||||
tooltip = "This raises the object by 24 fracunits.";
|
||||
type = 11;
|
||||
enum = "yesno";
|
||||
}
|
||||
|
@ -1208,6 +1208,7 @@ udmf
|
|||
arg0
|
||||
{
|
||||
title = "Float?";
|
||||
tooltip = "This raises the object by 24 fracunits.";
|
||||
type = 11;
|
||||
enum = "yesno";
|
||||
}
|
||||
|
@ -1219,6 +1220,7 @@ udmf
|
|||
arg0
|
||||
{
|
||||
title = "Float?";
|
||||
tooltip = "This raises the object by 24 fracunits.";
|
||||
type = 11;
|
||||
enum = "yesno";
|
||||
}
|
||||
|
@ -1227,9 +1229,11 @@ udmf
|
|||
{
|
||||
title = "Infinity Ring";
|
||||
sprite = "RNGIA0";
|
||||
width = 24;
|
||||
arg0
|
||||
{
|
||||
title = "Float?";
|
||||
tooltip = "This raises the object by 24 fracunits.";
|
||||
type = 11;
|
||||
enum = "yesno";
|
||||
}
|
||||
|
@ -1241,6 +1245,7 @@ udmf
|
|||
arg0
|
||||
{
|
||||
title = "Float?";
|
||||
tooltip = "This raises the object by 24 fracunits.";
|
||||
type = 11;
|
||||
enum = "yesno";
|
||||
}
|
||||
|
@ -1252,6 +1257,7 @@ udmf
|
|||
arg0
|
||||
{
|
||||
title = "Float?";
|
||||
tooltip = "This raises the object by 24 fracunits.";
|
||||
type = 11;
|
||||
enum = "yesno";
|
||||
}
|
||||
|
@ -1263,6 +1269,7 @@ udmf
|
|||
arg0
|
||||
{
|
||||
title = "Float?";
|
||||
tooltip = "This raises the object by 24 fracunits.";
|
||||
type = 11;
|
||||
enum = "yesno";
|
||||
}
|
||||
|
@ -1274,6 +1281,7 @@ udmf
|
|||
arg0
|
||||
{
|
||||
title = "Float?";
|
||||
tooltip = "This raises the object by 24 fracunits.";
|
||||
type = 11;
|
||||
enum = "yesno";
|
||||
}
|
||||
|
@ -1282,10 +1290,10 @@ udmf
|
|||
{
|
||||
title = "CTF Team Ring (Red)";
|
||||
sprite = "internal:TRNGA0R";
|
||||
width = 16;
|
||||
arg0
|
||||
{
|
||||
title = "Float?";
|
||||
tooltip = "This raises the object by 24 fracunits.";
|
||||
type = 11;
|
||||
enum = "yesno";
|
||||
}
|
||||
|
@ -1294,10 +1302,10 @@ udmf
|
|||
{
|
||||
title = "CTF Team Ring (Blue)";
|
||||
sprite = "internal:TRNGA0B";
|
||||
width = 16;
|
||||
arg0
|
||||
{
|
||||
title = "Float?";
|
||||
tooltip = "This raises the object by 24 fracunits.";
|
||||
type = 11;
|
||||
enum = "yesno";
|
||||
}
|
||||
|
@ -1306,9 +1314,12 @@ udmf
|
|||
{
|
||||
title = "Bounce Ring Panel";
|
||||
sprite = "PIKBA0";
|
||||
width = 24;
|
||||
height = 40;
|
||||
arg0
|
||||
{
|
||||
title = "Float?";
|
||||
tooltip = "This raises the object by 24 fracunits.";
|
||||
type = 11;
|
||||
enum = "yesno";
|
||||
}
|
||||
|
@ -1317,9 +1328,12 @@ udmf
|
|||
{
|
||||
title = "Rail Ring Panel";
|
||||
sprite = "PIKRA0";
|
||||
width = 24;
|
||||
height = 40;
|
||||
arg0
|
||||
{
|
||||
title = "Float?";
|
||||
tooltip = "This raises the object by 24 fracunits.";
|
||||
type = 11;
|
||||
enum = "yesno";
|
||||
}
|
||||
|
@ -1328,9 +1342,12 @@ udmf
|
|||
{
|
||||
title = "Automatic Ring Panel";
|
||||
sprite = "PIKAA0";
|
||||
width = 24;
|
||||
height = 40;
|
||||
arg0
|
||||
{
|
||||
title = "Float?";
|
||||
tooltip = "This raises the object by 24 fracunits.";
|
||||
type = 11;
|
||||
enum = "yesno";
|
||||
}
|
||||
|
@ -1339,9 +1356,12 @@ udmf
|
|||
{
|
||||
title = "Explosion Ring Panel";
|
||||
sprite = "PIKEA0";
|
||||
width = 24;
|
||||
height = 40;
|
||||
arg0
|
||||
{
|
||||
title = "Float?";
|
||||
tooltip = "This raises the object by 24 fracunits.";
|
||||
type = 11;
|
||||
enum = "yesno";
|
||||
}
|
||||
|
@ -1350,9 +1370,12 @@ udmf
|
|||
{
|
||||
title = "Scatter Ring Panel";
|
||||
sprite = "PIKSA0";
|
||||
width = 24;
|
||||
height = 40;
|
||||
arg0
|
||||
{
|
||||
title = "Float?";
|
||||
tooltip = "This raises the object by 24 fracunits.";
|
||||
type = 11;
|
||||
enum = "yesno";
|
||||
}
|
||||
|
@ -1361,9 +1384,12 @@ udmf
|
|||
{
|
||||
title = "Grenade Ring Panel";
|
||||
sprite = "PIKGA0";
|
||||
width = 24;
|
||||
height = 40;
|
||||
arg0
|
||||
{
|
||||
title = "Float?";
|
||||
tooltip = "This raises the object by 24 fracunits.";
|
||||
type = 11;
|
||||
enum = "yesno";
|
||||
}
|
||||
|
@ -1375,7 +1401,7 @@ udmf
|
|||
color = 10; // Light_Green
|
||||
title = "Other Collectibles";
|
||||
width = 16;
|
||||
height = 32;
|
||||
height = 24;
|
||||
sort = 1;
|
||||
sprite = "CEMGA0";
|
||||
|
||||
|
@ -1402,6 +1428,7 @@ udmf
|
|||
arg0
|
||||
{
|
||||
title = "Float?";
|
||||
tooltip = "This raises the object by 24 fracunits.";
|
||||
type = 11;
|
||||
enum = "yesno";
|
||||
}
|
||||
|
@ -1445,9 +1472,11 @@ udmf
|
|||
{
|
||||
title = "Emerald Hunt Location";
|
||||
sprite = "SHRDA0";
|
||||
height = 32;
|
||||
arg0
|
||||
{
|
||||
title = "Float?";
|
||||
tooltip = "This raises the object by 24 fracunits.";
|
||||
type = 11;
|
||||
enum = "yesno";
|
||||
}
|
||||
|
@ -1459,6 +1488,7 @@ udmf
|
|||
arg0
|
||||
{
|
||||
title = "Float?";
|
||||
tooltip = "This raises the object by 24 fracunits.";
|
||||
type = 11;
|
||||
enum = "yesno";
|
||||
}
|
||||
|
@ -1472,6 +1502,7 @@ udmf
|
|||
arg1
|
||||
{
|
||||
title = "Float?";
|
||||
tooltip = "This raises the object by 24 fracunits.";
|
||||
type = 11;
|
||||
enum = "yesno";
|
||||
}
|
||||
|
@ -1952,6 +1983,7 @@ udmf
|
|||
arg0
|
||||
{
|
||||
title = "Distance check?";
|
||||
tooltip = "If enabled, bubbles are only spawned a player is within 2048 fracunits.";
|
||||
type = 11;
|
||||
enum = "yesno";
|
||||
}
|
||||
|
@ -1996,6 +2028,7 @@ udmf
|
|||
arg0
|
||||
{
|
||||
title = "Float?";
|
||||
tooltip = "This raises the object by 24 fracunits.";
|
||||
type = 11;
|
||||
enum = "yesno";
|
||||
}
|
||||
|
@ -2144,6 +2177,7 @@ udmf
|
|||
stringarg0
|
||||
{
|
||||
title = "Color";
|
||||
tooltip = "Uses a SKINCOLOR_ constant.\nExample: SKINCOLOR_RED";
|
||||
}
|
||||
}
|
||||
550
|
||||
|
@ -2222,6 +2256,7 @@ udmf
|
|||
arg0
|
||||
{
|
||||
title = "Float?";
|
||||
tooltip = "This raises the object by 16 fracunits.";
|
||||
type = 11;
|
||||
enum = "yesno";
|
||||
}
|
||||
|
@ -2236,6 +2271,7 @@ udmf
|
|||
arg0
|
||||
{
|
||||
title = "Float?";
|
||||
tooltip = "This raises the object by 16 fracunits.";
|
||||
type = 11;
|
||||
enum = "yesno";
|
||||
}
|
||||
|
@ -2250,6 +2286,7 @@ udmf
|
|||
arg0
|
||||
{
|
||||
title = "Float?";
|
||||
tooltip = "This raises the object by 16 fracunits.";
|
||||
type = 11;
|
||||
enum = "yesno";
|
||||
}
|
||||
|
@ -2396,6 +2433,7 @@ udmf
|
|||
stringarg0
|
||||
{
|
||||
title = "Object types";
|
||||
tooltip = "A list of MT_ constants to use, separated by commas.\nExample: MT_RING,MT_BLUESPHERE";
|
||||
}
|
||||
}
|
||||
611
|
||||
|
@ -2416,6 +2454,7 @@ udmf
|
|||
stringarg0
|
||||
{
|
||||
title = "Object types";
|
||||
tooltip = "A list of MT_ constants to use, separated by commas.\nExample: MT_RING,MT_BLUESPHERE";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -2438,10 +2477,12 @@ udmf
|
|||
arg0
|
||||
{
|
||||
title = "Repeat speed";
|
||||
tooltip = "In tics.";
|
||||
}
|
||||
stringarg0
|
||||
{
|
||||
title = "Sound";
|
||||
tooltip = "Takes a DS constant.\nExample: DSAMWTR3";
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -2477,7 +2518,7 @@ udmf
|
|||
sprite = "internal:zoom";
|
||||
arg0
|
||||
{
|
||||
title = "Sequence";
|
||||
title = "Sequence number";
|
||||
}
|
||||
arg1
|
||||
{
|
||||
|
@ -2529,7 +2570,7 @@ udmf
|
|||
height = 16;
|
||||
arg0
|
||||
{
|
||||
title = "Particles";
|
||||
title = "Number of particles";
|
||||
}
|
||||
arg1
|
||||
{
|
||||
|
@ -2538,15 +2579,18 @@ udmf
|
|||
arg2
|
||||
{
|
||||
title = "Rising speed";
|
||||
tooltip = "In fracunits per tic.";
|
||||
}
|
||||
arg3
|
||||
{
|
||||
title = "Rotation speed";
|
||||
tooltip = "In degrees per tic.";
|
||||
type = 8;
|
||||
}
|
||||
arg4
|
||||
{
|
||||
title = "Spawn interval";
|
||||
tooltip = "In tics.";
|
||||
}
|
||||
arg5
|
||||
{
|
||||
|
@ -2557,6 +2601,11 @@ udmf
|
|||
title = "Heights control linedef";
|
||||
type = 15;
|
||||
}
|
||||
stringarg0
|
||||
{
|
||||
title = "Particle object type";
|
||||
tooltip = "Uses a MT_ constant.\nExample: MT_PARTICLE\nDefaults to MT_PARTICLE.";
|
||||
}
|
||||
}
|
||||
758
|
||||
{
|
||||
|
@ -2752,7 +2801,7 @@ udmf
|
|||
sprite = "GARGA1";
|
||||
width = 16;
|
||||
height = 40;
|
||||
color = 11;
|
||||
color = 6;
|
||||
arg0
|
||||
{
|
||||
title = "Push behavior";
|
||||
|
@ -2768,7 +2817,7 @@ udmf
|
|||
sprite = "GARGB1";
|
||||
width = 32;
|
||||
height = 80;
|
||||
color = 11;
|
||||
color = 6;
|
||||
arg0
|
||||
{
|
||||
title = "Push behavior";
|
||||
|
@ -2936,6 +2985,7 @@ udmf
|
|||
sprite = "ESTAA1";
|
||||
width = 32;
|
||||
height = 240;
|
||||
color = 6;
|
||||
arg0
|
||||
{
|
||||
title = "Push behavior";
|
||||
|
@ -2962,22 +3012,24 @@ udmf
|
|||
sprite = "SMCEA0";
|
||||
width = 17;
|
||||
height = 34;
|
||||
color = 17;
|
||||
color = 11;
|
||||
arg0
|
||||
{
|
||||
title = "Number of links";
|
||||
}
|
||||
arg1
|
||||
{
|
||||
title = "Number of spokes";
|
||||
title = "Number of extra spokes";
|
||||
}
|
||||
arg2
|
||||
{
|
||||
title = "Width";
|
||||
tooltip = "Adds extra maces to both sides.";
|
||||
}
|
||||
arg3
|
||||
{
|
||||
title = "Speed";
|
||||
tooltip = "In fracunits per tic.";
|
||||
}
|
||||
arg4
|
||||
{
|
||||
|
@ -3017,15 +3069,17 @@ udmf
|
|||
}
|
||||
arg1
|
||||
{
|
||||
title = "Number of spokes";
|
||||
title = "Number of extra spokes";
|
||||
}
|
||||
arg2
|
||||
{
|
||||
title = "Width";
|
||||
tooltip = "Adds extra chains/maces to both sides.";
|
||||
}
|
||||
arg3
|
||||
{
|
||||
title = "Speed";
|
||||
tooltip = "In fracunits per tic.";
|
||||
}
|
||||
arg4
|
||||
{
|
||||
|
@ -3065,15 +3119,17 @@ udmf
|
|||
}
|
||||
arg1
|
||||
{
|
||||
title = "Number of spokes";
|
||||
title = "Number of extra spokes";
|
||||
}
|
||||
arg2
|
||||
{
|
||||
title = "Width";
|
||||
tooltip = "Adds extra springs to both sides.";
|
||||
}
|
||||
arg3
|
||||
{
|
||||
title = "Speed";
|
||||
tooltip = "In fracunits per tic.";
|
||||
}
|
||||
arg4
|
||||
{
|
||||
|
@ -3123,15 +3179,17 @@ udmf
|
|||
}
|
||||
arg1
|
||||
{
|
||||
title = "Number of spokes";
|
||||
title = "Number of extra spokes";
|
||||
}
|
||||
arg2
|
||||
{
|
||||
title = "Width";
|
||||
tooltip = "Adds extra chains to both sides.";
|
||||
}
|
||||
arg3
|
||||
{
|
||||
title = "Speed";
|
||||
tooltip = "In fracunits per tic.";
|
||||
}
|
||||
arg4
|
||||
{
|
||||
|
@ -3174,22 +3232,24 @@ udmf
|
|||
sprite = "BFBRA0";
|
||||
width = 17;
|
||||
height = 34;
|
||||
color = 17;
|
||||
color = 11;
|
||||
arg0
|
||||
{
|
||||
title = "Number of links";
|
||||
}
|
||||
arg1
|
||||
{
|
||||
title = "Number of spokes";
|
||||
title = "Number of extra spokes";
|
||||
}
|
||||
arg2
|
||||
{
|
||||
title = "Width";
|
||||
tooltip = "Adds extra firebars to both sides.";
|
||||
}
|
||||
arg3
|
||||
{
|
||||
title = "Speed";
|
||||
tooltip = "In fracunits per tic.";
|
||||
}
|
||||
arg4
|
||||
{
|
||||
|
@ -3232,22 +3292,24 @@ udmf
|
|||
sprite = "SMCEA0";
|
||||
width = 17;
|
||||
height = 34;
|
||||
color = 17;
|
||||
color = 11;
|
||||
arg0
|
||||
{
|
||||
title = "Number of links";
|
||||
}
|
||||
arg1
|
||||
{
|
||||
title = "Number of spokes";
|
||||
title = "Number of extra spokes";
|
||||
}
|
||||
arg2
|
||||
{
|
||||
title = "Width";
|
||||
tooltip = "Adds extra maces to both sides.";
|
||||
}
|
||||
arg3
|
||||
{
|
||||
title = "Speed";
|
||||
tooltip = "In fracunits per tic.";
|
||||
}
|
||||
arg4
|
||||
{
|
||||
|
@ -3276,11 +3338,13 @@ udmf
|
|||
stringarg0
|
||||
{
|
||||
title = "Mace object type";
|
||||
tooltip = "Uses a MT_ constant.\nExample: MT_BIGMACE";
|
||||
type = 2;
|
||||
}
|
||||
stringarg1
|
||||
{
|
||||
title = "Link object type";
|
||||
tooltip = "Uses a MT_ constant.\nExample: MT_BIGCHAIN";
|
||||
type = 2;
|
||||
}
|
||||
}
|
||||
|
@ -3292,7 +3356,7 @@ udmf
|
|||
sprite = "CSTAA1";
|
||||
width = 16;
|
||||
height = 40;
|
||||
color = 11;
|
||||
color = 6;
|
||||
arg0
|
||||
{
|
||||
title = "Push behavior";
|
||||
|
@ -3308,7 +3372,7 @@ udmf
|
|||
sprite = "CBBSA1";
|
||||
width = 32;
|
||||
height = 72;
|
||||
color = 11;
|
||||
color = 6;
|
||||
arg0
|
||||
{
|
||||
title = "Push behavior";
|
||||
|
@ -3418,7 +3482,7 @@ udmf
|
|||
sprite = "CBLLA0";
|
||||
width = 20;
|
||||
height = 40;
|
||||
color = 11;
|
||||
color = 6;
|
||||
arg0
|
||||
{
|
||||
title = "Push behavior";
|
||||
|
@ -4202,7 +4266,7 @@ udmf
|
|||
sprite = "BGARD1";
|
||||
width = 16;
|
||||
height = 40;
|
||||
color = 11;
|
||||
color = 6;
|
||||
arg0
|
||||
{
|
||||
title = "Push behavior";
|
||||
|
@ -4365,6 +4429,7 @@ udmf
|
|||
arg0
|
||||
{
|
||||
title = "Float?";
|
||||
tooltip = "This raises the object by 24 fracunits.";
|
||||
type = 11;
|
||||
enum = "yesno";
|
||||
}
|
||||
|
@ -4379,6 +4444,7 @@ udmf
|
|||
arg0
|
||||
{
|
||||
title = "Float?";
|
||||
tooltip = "This raises the object by 24 fracunits.";
|
||||
type = 11;
|
||||
enum = "yesno";
|
||||
}
|
||||
|
@ -4858,7 +4924,7 @@ udmf
|
|||
sprite = "XMS3A0";
|
||||
width = 16;
|
||||
height = 64;
|
||||
color = 11;
|
||||
color = 6;
|
||||
arg0
|
||||
{
|
||||
title = "Push behavior";
|
||||
|
@ -4873,7 +4939,7 @@ udmf
|
|||
sprite = "XMS3B0";
|
||||
width = 16;
|
||||
height = 80;
|
||||
color = 11;
|
||||
color = 6;
|
||||
arg0
|
||||
{
|
||||
title = "Push behavior";
|
||||
|
@ -4940,7 +5006,7 @@ udmf
|
|||
sprite = "ESTAB1";
|
||||
width = 20;
|
||||
height = 96;
|
||||
color = 11;
|
||||
color = 6;
|
||||
arg0
|
||||
{
|
||||
title = "Push behavior";
|
||||
|
@ -4952,7 +5018,7 @@ udmf
|
|||
|
||||
mario
|
||||
{
|
||||
color = 2; // Brown
|
||||
color = 2; // Green
|
||||
title = "Mario";
|
||||
|
||||
1800
|
||||
|
@ -4965,6 +5031,7 @@ udmf
|
|||
arg0
|
||||
{
|
||||
title = "Float?";
|
||||
tooltip = "This raises the object by 24 fracunits.";
|
||||
type = 11;
|
||||
enum = "yesno";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue