2007-06-13 19:39:38 +00:00
|
|
|
/*************************************************************\
|
|
|
|
Doom Builder Game Configuration for (Hexen format)
|
|
|
|
\*************************************************************/
|
|
|
|
|
2007-06-16 19:43:06 +00:00
|
|
|
// This is required to prevent accedential use of a different configuration
|
|
|
|
type = "Doom Builder 2 Game Configuration";
|
|
|
|
|
2007-06-13 19:39:38 +00:00
|
|
|
// This is the title to show for this game
|
|
|
|
game = "ZDoom (Heretic in Hexen format)";
|
|
|
|
|
2008-05-25 09:46:30 +00:00
|
|
|
// This is the simplified game engine/sourceport name
|
|
|
|
engine = "zdoom";
|
|
|
|
|
2007-06-16 19:43:06 +00:00
|
|
|
// The format interface handles the map data format
|
|
|
|
formatinterface = "HexenMapSetIO";
|
2007-06-13 19:39:38 +00:00
|
|
|
|
2008-05-05 15:14:57 +00:00
|
|
|
// Default lump name for new map
|
|
|
|
defaultlumpname = "E1M1";
|
|
|
|
|
2007-10-20 12:34:27 +00:00
|
|
|
// Special linedefs
|
|
|
|
soundlinedefflags = 64; // See linedefflags
|
2007-12-26 00:31:32 +00:00
|
|
|
singlesidedflags = 1; // See linedefflags
|
|
|
|
doublesidedflags = 4; // See linedefflags
|
2007-12-27 01:24:11 +00:00
|
|
|
impassableflags = 1;
|
2007-10-20 12:34:27 +00:00
|
|
|
|
2007-12-29 16:06:12 +00:00
|
|
|
// Generalized actions
|
2007-10-20 12:34:27 +00:00
|
|
|
generalizedlinedefs = false;
|
|
|
|
generalizedsectors = true;
|
2007-06-13 19:39:38 +00:00
|
|
|
|
2007-12-29 16:06:12 +00:00
|
|
|
// Texture loading options
|
2007-10-20 12:34:27 +00:00
|
|
|
mixtexturesflats = true;
|
2007-10-07 22:21:47 +00:00
|
|
|
defaulttexturescale = 1.0f;
|
|
|
|
defaultflatscale = 1.0f;
|
2007-06-13 19:39:38 +00:00
|
|
|
|
|
|
|
// Thing number for start position in 3D Mode
|
|
|
|
start3dmode = 32000;
|
|
|
|
|
|
|
|
// Default flags for first new thing
|
|
|
|
defaulthingflags = 999;
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
TEXTURES AND FLAT SOURCES
|
|
|
|
This tells Doom Builder where to find the information for textures
|
|
|
|
and flats in the IWAD file, Addition WAD file and Map WAD file.
|
|
|
|
|
|
|
|
Start and end lumps must be given in a structure (of which the
|
|
|
|
key name doesnt matter) and any textures or flats in between them
|
|
|
|
are loaded in either the textures category or flats category.
|
|
|
|
|
|
|
|
For textures: PNAMES, TEXTURE1 and TEXTURE2 are loaded by default.
|
|
|
|
*/
|
|
|
|
|
|
|
|
// Texture sources
|
|
|
|
textures
|
|
|
|
{
|
|
|
|
zdoom1
|
|
|
|
{
|
|
|
|
start = "TX_START";
|
|
|
|
end = "TX_END";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// Flat sources
|
|
|
|
flats
|
|
|
|
{
|
|
|
|
standard1
|
|
|
|
{
|
|
|
|
start = "F_START";
|
|
|
|
end = "F_END";
|
|
|
|
}
|
|
|
|
|
|
|
|
standard2
|
|
|
|
{
|
|
|
|
start = "FF_START";
|
|
|
|
end = "FF_END";
|
|
|
|
}
|
|
|
|
|
|
|
|
standard3
|
|
|
|
{
|
|
|
|
start = "FF_START";
|
|
|
|
end = "F_END";
|
|
|
|
}
|
|
|
|
|
|
|
|
standard4
|
|
|
|
{
|
|
|
|
start = "F_START";
|
|
|
|
end = "FF_END";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
GAME DETECT PATTERN
|
|
|
|
Used to guess the game for which a WAD file is made.
|
|
|
|
|
|
|
|
1 = One of these lumps must exist
|
|
|
|
2 = None of these lumps must exist
|
|
|
|
3 = All of these lumps must exist
|
|
|
|
*/
|
|
|
|
|
|
|
|
gamedetect
|
|
|
|
{
|
|
|
|
EXTENDED = 2;
|
|
|
|
BEHAVIOR = 3;
|
|
|
|
E1M1 = 1; E1M2 = 1; E1M3 = 1; E1M4 = 1; E1M5 = 1; E1M6 = 1; E1M7 = 1; E1M8 = 1; E1M9 = 1;
|
|
|
|
E2M1 = 1; E2M2 = 1; E2M3 = 1; E2M4 = 1; E2M5 = 1; E2M6 = 1; E2M7 = 1; E2M8 = 1; E2M9 = 1;
|
|
|
|
E3M1 = 1; E3M2 = 1; E3M3 = 1; E3M4 = 1; E3M5 = 1; E3M6 = 1; E3M7 = 1; E3M8 = 1; E3M9 = 1;
|
|
|
|
E4M1 = 1; E4M2 = 1; E4M3 = 1; E4M4 = 1; E4M5 = 1; E4M6 = 1; E4M7 = 1; E4M8 = 1; E4M9 = 1;
|
|
|
|
MAP01 = 2; MAP02 = 2; MAP03 = 2; MAP04 = 2; MAP05 = 2; MAP06 = 2; MAP07 = 2; MAP08 = 2; MAP09 = 2; MAP10 = 2;
|
|
|
|
MAP11 = 2; MAP12 = 2; MAP13 = 2; MAP14 = 2; MAP15 = 2; MAP16 = 2; MAP17 = 2; MAP18 = 2; MAP19 = 2; MAP20 = 2;
|
|
|
|
MAP21 = 2; MAP22 = 2; MAP23 = 2; MAP24 = 2; MAP25 = 2; MAP26 = 2; MAP27 = 2; MAP28 = 2; MAP29 = 2; MAP30 = 2;
|
|
|
|
MAP31 = 2; MAP32 = 2; MAP33 = 2; MAP34 = 2; MAP35 = 2; MAP36 = 2; MAP37 = 2; MAP38 = 2; MAP39 = 2; MAP40 = 2;
|
|
|
|
MAP41 = 2;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
MAP LUMP NAMES
|
|
|
|
Map lumps are loaded with the map as long as they are right after each other. When the editor
|
2007-06-16 19:43:06 +00:00
|
|
|
meets a lump which is not defined in this list it will ignore the map if not satisfied.
|
2007-06-13 19:39:38 +00:00
|
|
|
The order of items defines the order in which lumps will be written to WAD file on save.
|
2007-10-14 15:44:55 +00:00
|
|
|
To indicate the map header lump, use ~MAP
|
2007-06-16 19:43:06 +00:00
|
|
|
|
|
|
|
Legenda:
|
|
|
|
required = Lump is required to exist.
|
|
|
|
blindcopy = Lump will be copied along with the map blindly. (usefull for lumps Doom Builder doesn't use)
|
|
|
|
nodebuild = The nodebuilder generates this lump.
|
|
|
|
allowempty = The nodebuilder is allowed to leave this lump empty.
|
|
|
|
script = This lump is a text-based script. Specify the filename of the script configuration to use.
|
2007-06-13 19:39:38 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
maplumpnames
|
|
|
|
{
|
2007-10-14 15:44:55 +00:00
|
|
|
~MAP
|
|
|
|
{
|
|
|
|
required = true;
|
|
|
|
blindcopy = true;
|
|
|
|
nodebuild = false;
|
|
|
|
}
|
|
|
|
|
2007-06-16 19:43:06 +00:00
|
|
|
THINGS
|
|
|
|
{
|
|
|
|
required = true;
|
|
|
|
nodebuild = true;
|
|
|
|
allowempty = true;
|
|
|
|
}
|
|
|
|
|
|
|
|
LINEDEFS
|
|
|
|
{
|
|
|
|
required = true;
|
|
|
|
nodebuild = true;
|
|
|
|
allowempty = false;
|
|
|
|
}
|
|
|
|
|
|
|
|
SIDEDEFS
|
|
|
|
{
|
|
|
|
required = true;
|
|
|
|
nodebuild = true;
|
|
|
|
allowempty = false;
|
|
|
|
}
|
|
|
|
|
|
|
|
VERTEXES
|
|
|
|
{
|
|
|
|
required = true;
|
|
|
|
nodebuild = true;
|
|
|
|
allowempty = false;
|
|
|
|
}
|
|
|
|
|
|
|
|
SEGS
|
|
|
|
{
|
|
|
|
required = false;
|
|
|
|
nodebuild = true;
|
|
|
|
allowempty = false;
|
|
|
|
}
|
|
|
|
|
|
|
|
SSECTORS
|
|
|
|
{
|
|
|
|
required = false;
|
|
|
|
nodebuild = true;
|
|
|
|
allowempty = false;
|
|
|
|
}
|
|
|
|
|
|
|
|
NODES
|
|
|
|
{
|
|
|
|
required = false;
|
|
|
|
nodebuild = true;
|
|
|
|
allowempty = false;
|
|
|
|
}
|
|
|
|
|
|
|
|
SECTORS
|
|
|
|
{
|
|
|
|
required = true;
|
|
|
|
nodebuild = true;
|
|
|
|
allowempty = false;
|
|
|
|
}
|
|
|
|
|
|
|
|
REJECT
|
|
|
|
{
|
|
|
|
required = false;
|
|
|
|
nodebuild = true;
|
|
|
|
allowempty = true;
|
|
|
|
}
|
|
|
|
|
|
|
|
BLOCKMAP
|
|
|
|
{
|
|
|
|
required = false;
|
|
|
|
nodebuild = true;
|
|
|
|
allowempty = false;
|
|
|
|
}
|
|
|
|
|
|
|
|
BEHAVIOR
|
|
|
|
{
|
2007-06-17 14:54:58 +00:00
|
|
|
required = true;
|
2007-06-16 19:43:06 +00:00
|
|
|
nodebuild = false;
|
|
|
|
blindcopy = true;
|
|
|
|
}
|
|
|
|
|
|
|
|
SCRIPTS
|
|
|
|
{
|
|
|
|
required = false;
|
|
|
|
nodebuild = false;
|
|
|
|
script = "ZDoom_ACS.cfg";
|
|
|
|
}
|
2007-06-13 19:39:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// DEFAULT SECTOR BRIGHTNESS LEVELS
|
|
|
|
sectorbrightness
|
|
|
|
{
|
|
|
|
255;
|
|
|
|
240;
|
|
|
|
224;
|
|
|
|
208;
|
|
|
|
192;
|
|
|
|
176;
|
|
|
|
160;
|
|
|
|
144;
|
|
|
|
128;
|
|
|
|
112;
|
|
|
|
96;
|
|
|
|
80;
|
|
|
|
64;
|
|
|
|
48;
|
|
|
|
32;
|
|
|
|
16;
|
|
|
|
0;
|
|
|
|
}
|
|
|
|
|
|
|
|
// SECTOR TYPES
|
|
|
|
sectortypes
|
|
|
|
{
|
|
|
|
0 = "Normal";
|
|
|
|
1 = "Light Phased";
|
|
|
|
2 = "Light Sequence Start";
|
|
|
|
3 = "Light Sequence Special 1";
|
|
|
|
4 = "Light Sequence Special 2";
|
|
|
|
21 = "Light Phased";
|
|
|
|
22 = "Light Sequence Start";
|
|
|
|
23 = "Light Sequence Special 1";
|
|
|
|
24 = "Light Sequence Special 2";
|
|
|
|
26 = "Stairs Special 1";
|
|
|
|
27 = "Stairs Special 2";
|
|
|
|
65 = "Light Flicker";
|
|
|
|
66 = "Light Strobe Fast";
|
|
|
|
67 = "Light Strobe Slow";
|
|
|
|
68 = "Light Strobe Hurt";
|
|
|
|
69 = "Damage Hellslime";
|
|
|
|
71 = "Damage Nukage";
|
|
|
|
72 = "Light Glow";
|
|
|
|
74 = "Sector Door Close (30 sec)";
|
|
|
|
75 = "Damage End Level";
|
|
|
|
76 = "Light StrobeSlowSync";
|
|
|
|
77 = "Light StrobeFastSync";
|
|
|
|
78 = "Sector Door Raise (5 min)";
|
|
|
|
79 = "Low Friction";
|
|
|
|
80 = "Damage Super Hellslime";
|
|
|
|
81 = "Light Fire Flicker";
|
|
|
|
82 = "Damage -2 or -5% health (fast)";
|
|
|
|
83 = "Damage -4 or -8% health (fast)";
|
|
|
|
84 = "Scroll east + -2 or -5% health (fast)";
|
|
|
|
|
|
|
|
198 = "Light Indoor 2";
|
|
|
|
199 = "Light Indoor 1";
|
|
|
|
200 = "Sky 2 (MAPINFO)";
|
|
|
|
201 = "Scroll North (slow)";
|
|
|
|
202 = "Scroll North (medium)";
|
|
|
|
203 = "Scroll North (fast)";
|
|
|
|
204 = "Scroll East (slow)";
|
|
|
|
205 = "Scroll East (medium)";
|
|
|
|
206 = "Scroll East (fast)";
|
|
|
|
207 = "Scroll South (slow)";
|
|
|
|
208 = "Scroll South (medium)";
|
|
|
|
209 = "Scroll South (fast)";
|
|
|
|
210 = "Scroll West (slow)";
|
|
|
|
211 = "Scroll West (medium)";
|
|
|
|
212 = "Scroll West (fast)";
|
|
|
|
213 = "Scroll NorthWest (slow)";
|
|
|
|
214 = "Scroll NorthWest (medium)";
|
|
|
|
215 = "Scroll NorthWest (fast)";
|
|
|
|
216 = "Scroll NorthEast (slow)";
|
|
|
|
217 = "Scroll NorthEast (medium)";
|
|
|
|
218 = "Scroll NorthEast (fast)";
|
|
|
|
219 = "Scroll SouthEast (slow)";
|
|
|
|
220 = "Scroll SouthEast (medium)";
|
|
|
|
221 = "Scroll SouthEast (fast)";
|
|
|
|
222 = "Scroll SouthWest (slow)";
|
|
|
|
223 = "Scroll SouthWest (medium)";
|
|
|
|
224 = "Scroll SouthWest (fast)";
|
|
|
|
40 = "Wind East weak";
|
|
|
|
41 = "Wind East medium";
|
|
|
|
42 = "Wind East strong";
|
|
|
|
43 = "Wind North weak";
|
|
|
|
44 = "Wind North medium";
|
|
|
|
45 = "Wind North strong";
|
|
|
|
46 = "Wind South weak";
|
|
|
|
47 = "Wind South medium";
|
|
|
|
48 = "Wind South strong";
|
|
|
|
49 = "Wind West weak";
|
|
|
|
50 = "Wind West medium";
|
|
|
|
51 = "Wind West strong";
|
|
|
|
225 = "Carry East Slow";
|
|
|
|
226 = "Carry East Med.Slow";
|
|
|
|
227 = "Carry East Medium";
|
|
|
|
228 = "Carry East Med.Fast";
|
|
|
|
229 = "Carry East Fast";
|
|
|
|
230 = "Carry North Slow";
|
|
|
|
231 = "Carry North Med.Slow";
|
|
|
|
232 = "Carry North Medium";
|
|
|
|
233 = "Carry North Med.Fast";
|
|
|
|
234 = "Carry North Fast";
|
|
|
|
235 = "Carry South Slow";
|
|
|
|
236 = "Carry South Med.Slow";
|
|
|
|
237 = "Carry South Medium";
|
|
|
|
238 = "Carry South Med.Fast";
|
|
|
|
239 = "Carry South Fast";
|
|
|
|
240 = "Carry West Slow";
|
|
|
|
241 = "Carry West Med.Slow";
|
|
|
|
242 = "Carry West Medium";
|
|
|
|
243 = "Carry West Med.Fast";
|
|
|
|
244 = "Carry West Fast";
|
|
|
|
}
|
|
|
|
|
|
|
|
// GENERALIZED SECTOR TYPES
|
|
|
|
gen_sectortypes
|
|
|
|
{
|
|
|
|
effect
|
|
|
|
{
|
|
|
|
0 = "Normal";
|
|
|
|
1 = "Light Phased";
|
|
|
|
2 = "Light Sequence Start";
|
|
|
|
3 = "Light Sequence Special 1";
|
|
|
|
4 = "Light Sequence Special 2";
|
|
|
|
21 = "Light Phased";
|
|
|
|
22 = "Light Sequence Start";
|
|
|
|
23 = "Light Sequence Special 1";
|
|
|
|
24 = "Light Sequence Special 2";
|
|
|
|
26 = "Stairs Special 1";
|
|
|
|
27 = "Stairs Special 2";
|
|
|
|
65 = "Light Flicker";
|
|
|
|
66 = "Light Strobe Fast";
|
|
|
|
67 = "Light Strobe Slow";
|
|
|
|
68 = "Light Strobe Hurt";
|
|
|
|
69 = "Damage Hellslime";
|
|
|
|
71 = "Damage Nukage";
|
|
|
|
72 = "Light Glow";
|
|
|
|
74 = "Sector Door Close (30 sec)";
|
|
|
|
75 = "Damage End Level";
|
|
|
|
76 = "Light StrobeSlowSync";
|
|
|
|
77 = "Light StrobeFastSync";
|
|
|
|
78 = "Sector Door Raise (5 min)";
|
|
|
|
79 = "Low Friction";
|
|
|
|
80 = "Damage Super Hellslime";
|
|
|
|
81 = "Light Fire Flicker";
|
|
|
|
82 = "Damage -2 or -5% health (fast)";
|
|
|
|
83 = "Damage -4 or -8% health (fast)";
|
|
|
|
84 = "Scroll east + -2 or -5% health (fast)";
|
|
|
|
198 = "Light Indoor 2";
|
|
|
|
199 = "Light Indoor 1";
|
|
|
|
200 = "Sky 2 (MAPINFO)";
|
|
|
|
201 = "Scroll North (slow)";
|
|
|
|
202 = "Scroll North (medium)";
|
|
|
|
203 = "Scroll North (fast)";
|
|
|
|
204 = "Scroll East (slow)";
|
|
|
|
205 = "Scroll East (medium)";
|
|
|
|
206 = "Scroll East (fast)";
|
|
|
|
207 = "Scroll South (slow)";
|
|
|
|
208 = "Scroll South (medium)";
|
|
|
|
209 = "Scroll South (fast)";
|
|
|
|
210 = "Scroll West (slow)";
|
|
|
|
211 = "Scroll West (medium)";
|
|
|
|
212 = "Scroll West (fast)";
|
|
|
|
213 = "Scroll NorthWest (slow)";
|
|
|
|
214 = "Scroll NorthWest (medium)";
|
|
|
|
215 = "Scroll NorthWest (fast)";
|
|
|
|
216 = "Scroll NorthEast (slow)";
|
|
|
|
217 = "Scroll NorthEast (medium)";
|
|
|
|
218 = "Scroll NorthEast (fast)";
|
|
|
|
219 = "Scroll SouthEast (slow)";
|
|
|
|
220 = "Scroll SouthEast (medium)";
|
|
|
|
221 = "Scroll SouthEast (fast)";
|
|
|
|
222 = "Scroll SouthWest (slow)";
|
|
|
|
223 = "Scroll SouthWest (medium)";
|
|
|
|
224 = "Scroll SouthWest (fast)";
|
|
|
|
40 = "Wind East weak";
|
|
|
|
41 = "Wind East medium";
|
|
|
|
42 = "Wind East strong";
|
|
|
|
43 = "Wind North weak";
|
|
|
|
44 = "Wind North medium";
|
|
|
|
45 = "Wind North strong";
|
|
|
|
46 = "Wind South weak";
|
|
|
|
47 = "Wind South medium";
|
|
|
|
48 = "Wind South strong";
|
|
|
|
49 = "Wind West weak";
|
|
|
|
50 = "Wind West medium";
|
|
|
|
51 = "Wind West strong";
|
|
|
|
225 = "Carry East Slow";
|
|
|
|
226 = "Carry East Med.Slow";
|
|
|
|
227 = "Carry East Medium";
|
|
|
|
228 = "Carry East Med.Fast";
|
|
|
|
229 = "Carry East Fast";
|
|
|
|
230 = "Carry North Slow";
|
|
|
|
231 = "Carry North Med.Slow";
|
|
|
|
232 = "Carry North Medium";
|
|
|
|
233 = "Carry North Med.Fast";
|
|
|
|
234 = "Carry North Fast";
|
|
|
|
235 = "Carry South Slow";
|
|
|
|
236 = "Carry South Med.Slow";
|
|
|
|
237 = "Carry South Medium";
|
|
|
|
238 = "Carry South Med.Fast";
|
|
|
|
239 = "Carry South Fast";
|
|
|
|
240 = "Carry West Slow";
|
|
|
|
241 = "Carry West Med.Slow";
|
|
|
|
242 = "Carry West Medium";
|
|
|
|
243 = "Carry West Med.Fast";
|
|
|
|
244 = "Carry West Fast";
|
|
|
|
}
|
|
|
|
|
|
|
|
damage
|
|
|
|
{
|
|
|
|
0 = "None";
|
|
|
|
256 = "Damage 5 per second";
|
|
|
|
512 = "Damage 10 per second";
|
|
|
|
768 = "Damage 20 per second";
|
|
|
|
}
|
|
|
|
|
|
|
|
secret
|
|
|
|
{
|
|
|
|
0 = "No";
|
|
|
|
1024 = "Yes";
|
|
|
|
}
|
|
|
|
|
|
|
|
friction
|
|
|
|
{
|
|
|
|
0 = "Disabled";
|
|
|
|
2048 = "Enabled";
|
|
|
|
}
|
|
|
|
|
|
|
|
pusher
|
|
|
|
{
|
|
|
|
0 = "Disabled";
|
|
|
|
4096 = "Enabled";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// LINEDEF FLAGS
|
|
|
|
linedefflags
|
|
|
|
{
|
2007-12-27 01:24:11 +00:00
|
|
|
1 = "Impassable";
|
2007-06-13 19:39:38 +00:00
|
|
|
2 = "Block Monster";
|
|
|
|
4 = "Double Sided";
|
|
|
|
8 = "Upper Unpegged";
|
|
|
|
16 = "Lower Unpegged";
|
|
|
|
32 = "Secret";
|
|
|
|
64 = "Block Sound";
|
|
|
|
128 = "Hidden";
|
|
|
|
256 = "Shown";
|
|
|
|
512 = "Repeatable Action";
|
|
|
|
8192 = "Monster Activates";
|
|
|
|
32768 = "Block Everything";
|
|
|
|
}
|
|
|
|
|
|
|
|
// LINEDEF ACTIVATIONS
|
|
|
|
// Make sure these are in order from lowest value to highest value
|
|
|
|
linedefactivations
|
|
|
|
{
|
|
|
|
0 = "Player walks over";
|
|
|
|
1024 = "Player presses Use";
|
|
|
|
2048 = "Monster walks over";
|
|
|
|
3072 = "Projectile hits";
|
|
|
|
4096 = "Player bumps";
|
|
|
|
5120 = "Projectile flies over";
|
|
|
|
6144 = "Player presses Use (PassThru)";
|
|
|
|
}
|
|
|
|
|
|
|
|
// LINEDEF TYPES
|
|
|
|
// [type] [category] [description]
|
|
|
|
// i know this should be done the same way as the things types,
|
|
|
|
// but hey, are you willing to reformat the linedef types for each config?
|
|
|
|
linedeftypes
|
|
|
|
{
|
2007-12-29 16:14:03 +00:00
|
|
|
0 = " None";
|
2007-06-13 19:39:38 +00:00
|
|
|
|
|
|
|
20
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Floor Lower";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Movement Speed";
|
|
|
|
arg3 = "Movement Amount";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
21
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Floor Lower to Lowest Floor";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Movement Speed";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
22
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Floor Lower to Nearest Floor";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Movement Speed";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
23
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Floor Raise";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Movement Speed";
|
|
|
|
arg3 = "Movement Amount";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
24
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Floor Raise to Highest Floor";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Movement Speed";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
25
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Floor Raise to Nearest Floor";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Movement Speed";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
28
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Floor Crusher Start";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Movement Speed";
|
|
|
|
arg3 = "Crush Damage";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
35
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Floor Raise (8px)";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Movement Speed";
|
|
|
|
arg3 = "Movement Amount (8px)";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
36
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Floor Lower (8px)";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Movement Speed";
|
|
|
|
arg3 = "Movement Amount (8px)";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
46
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Floor Crusher Stop";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
66
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Floor Lower Instantly (8px)";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg3 = "Target Height (8px)";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
67
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Floor Raise Instantly (8px)";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg3 = "Target Height (8px)";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
68
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Floor Move (8px)";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Movement Speed";
|
|
|
|
arg3 = "Target Height (8px)";
|
|
|
|
arg4 = "Negative Height";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
40
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Ceiling Lower";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Movement Speed";
|
|
|
|
arg3 = "Movement Amount";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
41
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Ceiling Raise";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Movement Speed";
|
|
|
|
arg3 = "Movement Amount";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
42
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Ceiling Crusher Start";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Movement Speed";
|
|
|
|
arg3 = "Crush Damage";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
43
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Ceiling Crush Once";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Movement Speed";
|
|
|
|
arg3 = "Crush Damage";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
44
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Ceiling Crusher Stop";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
45
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Ceiling Crush Once and Open";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Movement Speed";
|
|
|
|
arg3 = "Crush Damage";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
69
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Ceiling Move (8px)";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Movement Speed";
|
|
|
|
arg3 = "Movement Amount (8px)";
|
|
|
|
arg4 = "Negative Height";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
95
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Floor and Ceiling Lower";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Movement Speed";
|
|
|
|
arg3 = "Movement Amount";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
96
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Floor and Ceiling Raise";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Movement Speed";
|
|
|
|
arg3 = "Movement Amount";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
60
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Platform Perpetual Move";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Movement Speed";
|
|
|
|
arg3 = "Reverse Delay";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
61
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Platform Stop";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
62
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Platform Lower Wait Raise";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Movement Speed";
|
|
|
|
arg3 = "Reverse Delay";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
63
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Platform Lower (8px)";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Movement Speed";
|
|
|
|
arg3 = "Reverse Delay";
|
|
|
|
arg4 = "Movement Amount (8px)";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
64
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Platform Raise Wait Lower";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Movement Speed";
|
|
|
|
arg3 = "Reverse Delay";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
65
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Platform Raise (8px)";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Movement Speed";
|
|
|
|
arg3 = "Reverse Delay";
|
|
|
|
arg4 = "Movement Amount (8px)";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
29
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Pillar Build";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Movement Speed";
|
|
|
|
arg3 = "Movement Amount";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
30
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Pillar Open";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Movement Speed";
|
|
|
|
arg3 = "Floor Movement Amount";
|
|
|
|
arg4 = "Ceiling Movement Amount";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
94
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Pillar Build and Crush";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Movement Speed";
|
|
|
|
arg3 = "Movement Amount";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
26
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Stairs Build Down";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Movement Speed";
|
|
|
|
arg3 = "Step Amount";
|
|
|
|
arg4 = "Build Step Delay";
|
|
|
|
arg5 = "Reset Delay";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
27
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Stairs Build Up";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Movement Speed";
|
|
|
|
arg3 = "Step Amount";
|
|
|
|
arg4 = "Build Step Delay";
|
|
|
|
arg5 = "Reset Delay";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
31
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Stairs Build Down (sync)";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Movement Speed";
|
|
|
|
arg3 = "Step Amount";
|
|
|
|
arg4 = "Reset Delay";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
32
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Stairs Build Up (sync)";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Movement Speed";
|
|
|
|
arg3 = "Step Amount";
|
|
|
|
arg4 = "Reset Delay";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
10
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Door Close";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Movement Speed";
|
|
|
|
arg3 = "Light Tag";
|
|
|
|
mark1 = 1;
|
|
|
|
mark3 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
11
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Door Open";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Movement Speed";
|
|
|
|
arg3 = "Light Tag";
|
|
|
|
mark1 = 1;
|
|
|
|
mark3 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
12
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Door Raise";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Movement Speed";
|
|
|
|
arg3 = "Close Delay";
|
|
|
|
arg4 = "Light Tag";
|
|
|
|
mark1 = 1;
|
|
|
|
mark4 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
13
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Door Locked Raise";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Movement Speed";
|
|
|
|
arg3 = "Close Delay";
|
|
|
|
arg4 = "Key Number";
|
|
|
|
arg5 = "Light Tag";
|
|
|
|
mark1 = 1;
|
|
|
|
mark5 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
80
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Script Execute";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Script Number";
|
|
|
|
arg2 = "Map Number";
|
|
|
|
arg3 = "Script Argument 1";
|
|
|
|
arg4 = "Script Argument 2";
|
|
|
|
arg5 = "Script Argument 3";
|
|
|
|
}
|
|
|
|
|
|
|
|
81
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Script Suspend";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Script Number";
|
|
|
|
arg2 = "Map Number";
|
|
|
|
}
|
|
|
|
|
|
|
|
82
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Script Terminate";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Script Number";
|
|
|
|
arg2 = "Map Number";
|
|
|
|
}
|
|
|
|
|
|
|
|
83
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Script Locked Execute";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Script Number";
|
|
|
|
arg2 = "Map Number";
|
|
|
|
arg3 = "Script Argument 1";
|
|
|
|
arg4 = "Script Argument 2";
|
|
|
|
arg5 = "Key Number";
|
|
|
|
}
|
|
|
|
|
|
|
|
110
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Light Raise";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Lighting Amount";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
111
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Light Lower";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Lighting Amount";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
112
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Light Change";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Brightness Level";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
113
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Light Fade";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Brightness Level";
|
|
|
|
arg3 = "Fade Duration";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
114
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Light Flow";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Brightest Level";
|
|
|
|
arg3 = "Darkest Level";
|
|
|
|
arg4 = "Fade Duration";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
115
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Light Flicker";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Brightest Level";
|
|
|
|
arg3 = "Darkest Level";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
116
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Light Strobe";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Brightest Level";
|
|
|
|
arg3 = "Darkest Level";
|
|
|
|
arg4 = "Brightest Duration";
|
|
|
|
arg5 = "Darkest Duration";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
121
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Line Identification";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Set Line ID";
|
|
|
|
}
|
|
|
|
|
|
|
|
100
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Scroll Texture Left";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Scroll Speed";
|
|
|
|
}
|
|
|
|
|
|
|
|
101
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Scroll Texture Right";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Scroll Speed";
|
|
|
|
}
|
|
|
|
|
|
|
|
102
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Scroll Texture Up";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Scroll Speed";
|
|
|
|
}
|
|
|
|
|
|
|
|
103
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Scroll Texture Down";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Scroll Speed";
|
|
|
|
}
|
|
|
|
|
|
|
|
129
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Use Puzzle Item";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Item Number";
|
|
|
|
arg2 = "Script Number";
|
|
|
|
arg3 = "Script Argument 1";
|
|
|
|
arg4 = "Script Argument 2";
|
|
|
|
arg5 = "Script Argument 3";
|
|
|
|
}
|
|
|
|
|
|
|
|
140
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Sector Change Sound";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Sound Number";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
120
|
|
|
|
{
|
2007-12-29 16:24:53 +00:00
|
|
|
title = " Earthquake ";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Intensity";
|
|
|
|
arg2 = "Duration";
|
|
|
|
arg3 = "Damage Radius";
|
|
|
|
arg4 = "Tremor Radius";
|
|
|
|
arg5 = "Thing Tag";
|
|
|
|
mark5 = 2;
|
|
|
|
}
|
|
|
|
|
|
|
|
74
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Teleport To Map";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Map Number";
|
|
|
|
arg2 = "Position";
|
|
|
|
}
|
|
|
|
|
|
|
|
75
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " End Game";
|
2007-06-13 19:39:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
70
|
|
|
|
{
|
2007-12-29 16:24:53 +00:00
|
|
|
title = " Teleport ";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Target MapSpot Tag (0=ignore)";
|
|
|
|
arg2 = "Target Sector Tag (0=ignore)";
|
|
|
|
mark1 = 2;
|
|
|
|
mark2 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
71
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Teleport (silent)";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Target MapSpot Tag (0=ignore)";
|
|
|
|
arg2 = "Use Orientation of MapSpot";
|
|
|
|
arg3 = "Target Sector Tag (0=ignore)";
|
|
|
|
mark1 = 2;
|
|
|
|
mark3 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
72
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Thing Thrust";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Thrust Angle";
|
|
|
|
arg2 = "Thrust Distance";
|
|
|
|
}
|
|
|
|
|
|
|
|
73
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Thing Damage";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Damage Amount";
|
|
|
|
}
|
|
|
|
|
|
|
|
130
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Thing Activate";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Thing Tag";
|
|
|
|
mark1 = 2;
|
|
|
|
}
|
|
|
|
|
|
|
|
131
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Thing Deactivate";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Thing Tag";
|
|
|
|
mark1 = 2;
|
|
|
|
}
|
|
|
|
|
|
|
|
132
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Thing Remove";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Thing Tag";
|
|
|
|
mark1 = 2;
|
|
|
|
}
|
|
|
|
|
|
|
|
133
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Thing Destroy";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Thing Tag";
|
|
|
|
mark1 = 2;
|
|
|
|
}
|
|
|
|
|
|
|
|
134
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Thing Projectile";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "MapSpot Tag";
|
|
|
|
arg2 = "Spawn Thing";
|
|
|
|
arg3 = "Movement Angle";
|
|
|
|
arg4 = "Horizontal Movement Speed";
|
|
|
|
arg5 = "Vertical Movement Speed";
|
|
|
|
mark1 = 2;
|
|
|
|
}
|
|
|
|
|
|
|
|
136
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Thing Projectile with Gravity";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "MapSpot Tag";
|
|
|
|
arg2 = "Spawn Thing";
|
|
|
|
arg3 = "Movement Angle";
|
|
|
|
arg4 = "Horizontal Movement Speed";
|
|
|
|
arg5 = "Vertical Movement Speed";
|
|
|
|
mark1 = 2;
|
|
|
|
}
|
|
|
|
|
|
|
|
135
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Thing Spawn";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "MapSpot Tag";
|
|
|
|
arg2 = "Spawn Thing";
|
|
|
|
arg3 = "Thing Angle";
|
|
|
|
mark1 = 2;
|
|
|
|
}
|
|
|
|
|
|
|
|
137
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Thing Spawn (silent)";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "MapSpot Tag";
|
|
|
|
arg2 = "Spawn Thing";
|
|
|
|
arg3 = "Thing Angle";
|
|
|
|
mark1 = 2;
|
|
|
|
}
|
|
|
|
|
|
|
|
1
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Polyobj Start Line";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Polyobj Number";
|
|
|
|
arg2 = "Mirror Polyobj Number";
|
|
|
|
arg3 = "Sound Number";
|
|
|
|
}
|
|
|
|
|
|
|
|
2
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Polyobj Rotate Left";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Polyobj Number";
|
|
|
|
arg2 = "Movement Speed";
|
|
|
|
arg3 = "Target Angle";
|
|
|
|
}
|
|
|
|
|
|
|
|
3
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Polyobj Rotate Right";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Polyobj Number";
|
|
|
|
arg2 = "Movement Speed";
|
|
|
|
arg3 = "Target Angle";
|
|
|
|
}
|
|
|
|
|
|
|
|
4
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Polyobj Move";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Polyobj Number";
|
|
|
|
arg2 = "Movement Speed";
|
|
|
|
arg3 = "Movement Angle";
|
|
|
|
arg4 = "Movement Length";
|
|
|
|
}
|
|
|
|
|
|
|
|
5
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Polyobj Explicit Line";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Polyobj Number";
|
|
|
|
arg2 = "Rendering order";
|
|
|
|
arg3 = "Mirror Polyobj Number";
|
|
|
|
arg4 = "Sound Number";
|
|
|
|
}
|
|
|
|
|
|
|
|
6
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Polyobj Move (8px)";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Polyobj Number";
|
|
|
|
arg2 = "Movement Speed";
|
|
|
|
arg3 = "Movement Angle";
|
|
|
|
arg4 = "Movement Length (8px)";
|
|
|
|
}
|
|
|
|
|
|
|
|
7
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Polyobj Door Swing";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Polyobj Number";
|
|
|
|
arg2 = "Movement Speed";
|
|
|
|
arg3 = "Movement Angle";
|
|
|
|
arg4 = "Delay";
|
|
|
|
}
|
|
|
|
|
|
|
|
8
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Polyobj Door Slide";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Polyobj Number";
|
|
|
|
arg2 = "Movement Speed";
|
|
|
|
arg3 = "Movement Angle";
|
|
|
|
arg4 = "Movement Length";
|
|
|
|
arg5 = "Delay";
|
|
|
|
}
|
|
|
|
|
|
|
|
9
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Line Horizon";
|
2007-06-13 19:39:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
90
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Polyobj Rotate Left (override)";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Polyobj Number";
|
|
|
|
arg2 = "Movement Speed";
|
|
|
|
arg3 = "Target Angle";
|
|
|
|
}
|
|
|
|
|
|
|
|
91
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Polyobj Rotate Right (override)";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Polyobj Number";
|
|
|
|
arg2 = "Movement Speed";
|
|
|
|
arg3 = "Target Angle";
|
|
|
|
}
|
|
|
|
|
|
|
|
92
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Polyobj Move (override)";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Polyobj Number";
|
|
|
|
arg2 = "Movement Speed";
|
|
|
|
arg3 = "Movement Angle";
|
|
|
|
arg4 = "Movement Length";
|
|
|
|
}
|
|
|
|
|
|
|
|
93
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Polyobj Move (8px, override)";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Polyobj Number";
|
|
|
|
arg2 = "Movement Speed";
|
|
|
|
arg3 = "Movement Angle";
|
|
|
|
arg4 = "Movement Length (8px)";
|
|
|
|
}
|
|
|
|
|
|
|
|
181
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Plane Align (slope)";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Align Floor";
|
|
|
|
arg2 = "Align Ceiling";
|
|
|
|
}
|
|
|
|
|
|
|
|
241
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Floor Lower to Lowest TxTy";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Movement Speed";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
242
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Floor Lower to Highest";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Movement Speed";
|
|
|
|
arg3 = "Adjust Target Height";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
238
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Floor Raise to Lowest Ceiling";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Movement Speed";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
239
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Floor Raise by TxTy";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Movement Speed";
|
|
|
|
arg3 = "Movement Amount";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
240
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Floor Raise by Texture";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Movement Speed";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
138
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Floor Waggle";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Amplitude";
|
|
|
|
arg3 = "Frequency";
|
|
|
|
arg4 = "Phase Offset";
|
|
|
|
arg5 = "Duration";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
250
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Floor Donut";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Pillar Movement Speed";
|
|
|
|
arg3 = "Stairs Movement Speed";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
235
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Floor Transfer Trigger";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
236
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Floor Transfer Numeric";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
200
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Floor Generic Change";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Movement Speed";
|
|
|
|
arg3 = "Movement Amount";
|
|
|
|
arg4 = "Movement Target";
|
|
|
|
arg5 = "Flags";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
199
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Ceiling Lower (8px)";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Movement Speed";
|
|
|
|
arg3 = "Movement Amount (8px)";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
198
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Ceiling Raise (8px)";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Movement Speed";
|
|
|
|
arg3 = "Movement Amount (8px)";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
193
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Ceiling Lower Instantly";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg3 = "Movement Amount (8px)";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
194
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Ceiling Raise Instantly";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg3 = "Movement Amount (8px)";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
252
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Ceiling Raise to Nearest Ceiling";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Movement Speed";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
192
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Ceiling Lower to Highest Floor";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Movement Speed";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
253
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Ceiling Lower to Lowest Floor";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Movement Speed";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
254
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Ceiling Lower to Floor";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Movement Speed";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
195
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Ceiling Crush Once and Open A";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Crush Movement Speed";
|
|
|
|
arg3 = "Raise Movement Speed";
|
|
|
|
arg4 = "Crush Damage";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
196
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Ceiling Crush Start A";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Crush Movement Speed";
|
|
|
|
arg3 = "Raise Movement Speed";
|
|
|
|
arg4 = "Crush Damage";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
197
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Ceiling Crush Start A (silent)";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Crush Movement Speed";
|
|
|
|
arg3 = "Raise Movement Speed";
|
|
|
|
arg4 = "Crush Damage";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
255
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Ceiling Crush Once and Open A (silent)";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Crush Movement Speed";
|
|
|
|
arg3 = "Raise Movement Speed";
|
|
|
|
arg4 = "Crush Damage";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
201
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Ceiling Generic Change";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Movement Speed";
|
|
|
|
arg3 = "Movement Amount";
|
|
|
|
arg4 = "Movement Target";
|
|
|
|
arg5 = "Flags";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
205
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Ceiling Generic Crush";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Crush Movement Speed";
|
|
|
|
arg3 = "Raise Movement Amount";
|
|
|
|
arg4 = "Silent";
|
|
|
|
arg5 = "Crush Damage";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
251
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Floor and Ceiling Lower and Raise";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Floor Movement Speed";
|
|
|
|
arg3 = "Ceiling Movement Speed";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
245
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Elevator Raise to Nearest Floor";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Movement Speed";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
246
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Elevator Raise to Activated Floor";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Movement Speed";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
247
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Elevator Lower to Nearest Floor";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Movement Speed";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
217
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Stairs Build Doom";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Movement Speed";
|
|
|
|
arg3 = "Step Amount";
|
|
|
|
arg4 = "Build Step Delay";
|
|
|
|
arg5 = "Reset Delay";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
204
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Stairs Generic Build";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Movement Speed";
|
|
|
|
arg3 = "Step Amount";
|
|
|
|
arg4 = "Flags";
|
|
|
|
arg5 = "Reset Delay";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
207
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Platform Perpetual Move (lip)";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Movement Speed";
|
|
|
|
arg3 = "Reverse Delay";
|
|
|
|
arg4 = "Lip Amount";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
206
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Platform Lower Wait Raise (lip)";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Movement Speed";
|
|
|
|
arg3 = "Reverse Delay";
|
|
|
|
arg4 = "Lip Amount";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
228
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Platform Raise Tx0";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Movement Speed";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
230
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Platform Raise by Value Tx (8px)";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Movement Speed";
|
|
|
|
arg3 = "Movement Amount";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
231
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Platform Toggle Ceiling";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
203
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Platform Generic Change";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Movement Speed";
|
|
|
|
arg3 = "Reverse Delay";
|
|
|
|
arg4 = "Type";
|
|
|
|
arg5 = "Movement Amount";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
215
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Teleport To Line";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Source Line Tag";
|
|
|
|
arg2 = "Target Line Tag";
|
|
|
|
arg3 = "Reverse Angle";
|
|
|
|
}
|
|
|
|
|
|
|
|
243
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " End Normal";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Position";
|
|
|
|
}
|
|
|
|
|
|
|
|
244
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " End Secret";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Position";
|
|
|
|
}
|
|
|
|
|
|
|
|
232
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Light Strobe Doom";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Brightest Duration";
|
|
|
|
arg3 = "Darkest Duration";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
233
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Light Change to Darkest";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
234
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Light Change to Brightest";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
212
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Sector Color";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Red";
|
|
|
|
arg3 = "Green";
|
|
|
|
arg4 = "Blue";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
213
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Sector Fade";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Red";
|
|
|
|
arg3 = "Green";
|
|
|
|
arg4 = "Blue";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
214
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Sector Damage";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Damage Amount";
|
|
|
|
arg3 = "Meaning Of Death";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
216
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Sector Gravity";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Gravity Integral";
|
|
|
|
arg3 = "Gravity Fractional";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
219
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Sector Friction";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Friction Amount";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
218
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Sector Wind";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Wind Strength";
|
|
|
|
arg3 = "Wind Angle";
|
|
|
|
arg4 = "Line Vector";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
220
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Sector Current";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Current Strength";
|
|
|
|
arg3 = "Current Angle";
|
|
|
|
arg4 = "Line Vector";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
183
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Sector Floor Alignment to Line";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Line Tag";
|
|
|
|
arg2 = "Line Side";
|
|
|
|
}
|
|
|
|
|
|
|
|
184
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Sector Ceiling Alignment to Line";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Line Tag";
|
|
|
|
arg2 = "Line Side";
|
|
|
|
}
|
|
|
|
|
|
|
|
185
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Sector Rotate Alignment";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Floor Angle";
|
|
|
|
arg3 = "Ceiling Angle";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
186
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Sector Ceiling Panning";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Horizontal Integral";
|
|
|
|
arg3 = "Horizontal Fractional";
|
|
|
|
arg4 = "Vertical Integral";
|
|
|
|
arg5 = "Vertical Fractional";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
187
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Sector Floor Panning";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Horizontal Integral";
|
|
|
|
arg3 = "Horizontal Fractional";
|
|
|
|
arg4 = "Vertical Integral";
|
|
|
|
arg5 = "Vertical Fractional";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
188
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Sector Ceiling Scale";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Horizontal Integral";
|
|
|
|
arg3 = "Horizontal Fractional";
|
|
|
|
arg4 = "Vertical Integral";
|
|
|
|
arg5 = "Vertical Fractional";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
189
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Sector Floor Scale";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Horizontal Integral";
|
|
|
|
arg3 = "Horizontal Fractional";
|
|
|
|
arg4 = "Vertical Integral";
|
|
|
|
arg5 = "Vertical Fractional";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
248
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Thing Heal";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Health Amount";
|
|
|
|
}
|
|
|
|
|
|
|
|
229
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Thing Goal";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Monster Thing Tag";
|
|
|
|
arg2 = "Target Thing Tag";
|
|
|
|
arg3 = "Delay";
|
|
|
|
mark1 = 2;
|
|
|
|
mark2 = 2;
|
|
|
|
}
|
|
|
|
|
|
|
|
226
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Script Execute Always";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Script Number";
|
|
|
|
arg2 = "Map Number";
|
|
|
|
arg3 = "Script Argument 1";
|
|
|
|
arg4 = "Script Argument 2";
|
|
|
|
arg5 = "Script Argument 3";
|
|
|
|
}
|
|
|
|
|
|
|
|
208
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Translucent Line";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Line Tag";
|
|
|
|
arg2 = "Transparency Amount";
|
|
|
|
}
|
|
|
|
|
|
|
|
221
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Scroll Texture Both";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Line Tag";
|
|
|
|
arg2 = "Left Speed";
|
|
|
|
arg3 = "Right Speed";
|
|
|
|
arg4 = "Down Speed";
|
|
|
|
arg5 = "Up Speed";
|
|
|
|
}
|
|
|
|
|
|
|
|
225
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Scroll Texture by Offsets";
|
2007-06-13 19:39:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
222
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Scroll Texture Model";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Line Tag";
|
|
|
|
arg2 = "Scroll Bits";
|
|
|
|
}
|
|
|
|
|
|
|
|
223
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Scroll Floor";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Line Tag";
|
|
|
|
arg2 = "Scroll Bits";
|
|
|
|
arg3 = "Method";
|
|
|
|
arg4 = "Horizontal Speed";
|
|
|
|
arg5 = "Vertical Speed";
|
|
|
|
}
|
|
|
|
|
|
|
|
224
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Scroll Ceiling";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Line Tag";
|
|
|
|
arg2 = "Scroll Bits";
|
|
|
|
arg3 = "Method";
|
|
|
|
arg4 = "Horizontal Speed";
|
|
|
|
arg5 = "Vertical Speed";
|
|
|
|
}
|
|
|
|
|
|
|
|
209
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Transfer Heights";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "When";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
210
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Transfer Floor Brightness";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
211
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Transfer Ceiling Brightness";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
227
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Point Pusher and Puller Force";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Thing Tag";
|
|
|
|
arg3 = "Strength";
|
|
|
|
arg4 = "Line Vector";
|
|
|
|
mark1 = 1;
|
|
|
|
mark2 = 2;
|
|
|
|
}
|
|
|
|
|
|
|
|
237
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Camera Change";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Thing Tag";
|
|
|
|
arg2 = "Everyone";
|
|
|
|
arg3 = "Movement Resets";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
191
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Player Property";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Everyone";
|
|
|
|
arg2 = "Toggle";
|
|
|
|
arg3 = "Property";
|
|
|
|
}
|
|
|
|
|
|
|
|
249
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Door Close Wait Open";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Movement Speed";
|
|
|
|
arg3 = "Delay";
|
|
|
|
arg4 = "Light Tag";
|
|
|
|
mark1 = 1;
|
|
|
|
mark4 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
202
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Door Generic";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Movement Speed";
|
|
|
|
arg3 = "Type";
|
|
|
|
arg4 = "Delay";
|
|
|
|
arg5 = "Lock";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
38
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Ceiling Waggle";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Amplitude";
|
|
|
|
arg3 = "Frequency";
|
|
|
|
arg4 = "Phase Offset";
|
|
|
|
arg5 = "Duration";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
15
|
|
|
|
{
|
2007-12-29 16:24:53 +00:00
|
|
|
title = " Autosave ";
|
2007-06-13 19:39:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
76
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Teleport Other";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Thing ID";
|
|
|
|
arg2 = "Target Thing ID";
|
|
|
|
arg3 = "Fog";
|
|
|
|
mark1 = 2;
|
|
|
|
mark2 = 2;
|
|
|
|
}
|
|
|
|
|
|
|
|
77
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Teleport Group";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Group Thing ID";
|
|
|
|
arg2 = "Source Thing ID";
|
|
|
|
arg3 = "Target Thing ID";
|
|
|
|
arg4 = "Move source";
|
|
|
|
arg5 = "Fog";
|
|
|
|
mark1 = 2;
|
|
|
|
mark2 = 2;
|
|
|
|
mark3 = 2;
|
|
|
|
}
|
|
|
|
|
|
|
|
78
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Teleport in sector";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Source Thing ID";
|
|
|
|
arg3 = "Target Thing ID";
|
|
|
|
arg4 = "bFog";
|
|
|
|
arg5 = "Group Thing ID";
|
|
|
|
mark1 = 1;
|
|
|
|
mark2 = 2;
|
|
|
|
mark3 = 2;
|
|
|
|
mark5 = 2;
|
|
|
|
}
|
|
|
|
|
|
|
|
117
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Light Stop";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
119
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Thing Damage";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Thing ID";
|
|
|
|
arg2 = "Damage";
|
|
|
|
arg3 = "Means of Death";
|
|
|
|
mark1 = 2;
|
|
|
|
}
|
|
|
|
|
|
|
|
125
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Thing Move";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Thing ID";
|
|
|
|
arg2 = "Target Thing ID";
|
|
|
|
mark1 = 2;
|
|
|
|
mark2 = 2;
|
|
|
|
}
|
|
|
|
|
|
|
|
127
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Thing Set Special";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Thing ID";
|
|
|
|
arg2 = "Special";
|
|
|
|
arg3 = "Special arg 1";
|
|
|
|
arg4 = "Special arg 2";
|
|
|
|
arg5 = "Special arg 3";
|
|
|
|
mark1 = 2;
|
|
|
|
}
|
|
|
|
|
|
|
|
128
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Thing Thrust Z";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Thing ID";
|
|
|
|
arg2 = "Force";
|
|
|
|
arg3 = "Down Up";
|
|
|
|
arg4 = "Add Set";
|
|
|
|
mark1 = 2;
|
|
|
|
}
|
|
|
|
|
|
|
|
139
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Thing Spawn Facing";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Mapspot ID";
|
|
|
|
arg2 = "Type";
|
|
|
|
arg3 = "No Fog";
|
|
|
|
arg4 = "New Thing ID";
|
|
|
|
mark1 = 2;
|
|
|
|
}
|
|
|
|
|
|
|
|
175
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Thing Projectile Intercept";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Mapspot ID";
|
|
|
|
arg2 = "Type";
|
|
|
|
arg3 = "Speed";
|
|
|
|
arg4 = "Thing ID target";
|
|
|
|
arg5 = "New Thing ID";
|
|
|
|
mark1 = 2;
|
|
|
|
mark4 = 2;
|
|
|
|
}
|
|
|
|
|
|
|
|
176
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Thing ID Change";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Old Thing ID";
|
|
|
|
arg2 = "New Thing ID";
|
|
|
|
mark1 = 2;
|
|
|
|
}
|
|
|
|
|
|
|
|
177
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Thing Hate";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Hater ID";
|
|
|
|
arg2 = "Hatee ID";
|
|
|
|
arg3 = "Flags";
|
|
|
|
mark1 = 2;
|
|
|
|
mark2 = 2;
|
|
|
|
}
|
|
|
|
|
|
|
|
178
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Thing Aimed Projectile";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Mapspot ID";
|
|
|
|
arg2 = "Type";
|
|
|
|
arg3 = "Speed";
|
|
|
|
arg4 = "Target Thing ID";
|
|
|
|
arg5 = "New Thing ID";
|
|
|
|
mark1 = 2;
|
|
|
|
mark4 = 2;
|
|
|
|
}
|
|
|
|
|
|
|
|
179
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Change Skill";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "New Skill Level";
|
|
|
|
}
|
|
|
|
|
|
|
|
180
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Thing Set Translation";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Thing ID";
|
|
|
|
arg2 = "Translation index";
|
|
|
|
}
|
|
|
|
|
|
|
|
182
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Line Mirror";
|
2007-06-13 19:39:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
190
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Static Init";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Property";
|
|
|
|
arg3 = "Flip Sky";
|
|
|
|
}
|
|
|
|
|
|
|
|
50
|
|
|
|
{
|
2007-12-29 16:10:36 +00:00
|
|
|
title = " Transfer Brightness Level";
|
2007-06-13 19:39:38 +00:00
|
|
|
arg1 = "Sector Tag";
|
|
|
|
arg2 = "Method";
|
|
|
|
mark1 = 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// THING FLAGS
|
|
|
|
thingflags
|
|
|
|
{
|
|
|
|
1 = "Easy";
|
|
|
|
2 = "Medium";
|
|
|
|
4 = "Hard";
|
|
|
|
8 = "Deaf";
|
|
|
|
16 = "Dormant";
|
|
|
|
32 = "Fighter class";
|
|
|
|
64 = "Cleric class";
|
|
|
|
128 = "Mage class";
|
|
|
|
256 = "Singleplayer";
|
|
|
|
512 = "Cooperative";
|
|
|
|
1024 = "Deathmatch";
|
|
|
|
2048 = "Translucent (25%)";
|
|
|
|
4096 = "Invisible";
|
|
|
|
8192 = "Friendly";
|
|
|
|
16384 = "Frozen while inactive";
|
|
|
|
}
|
|
|
|
|
|
|
|
// THING FLAGS ERROR MASK
|
|
|
|
// Mask for the thing flags which indicates the options
|
|
|
|
// that make the same thing appear in the same modes
|
|
|
|
thingflagsmask1 = 7; // 1 + 2 + 4
|
|
|
|
thingflagsmask2 = 1792; // 256 + 512 + 1024
|
|
|
|
|
|
|
|
|
|
|
|
// THING TYPES
|
|
|
|
thingtypes
|
|
|
|
{
|
|
|
|
editor
|
|
|
|
{
|
|
|
|
color = 15; // White
|
|
|
|
arrow = 1;
|
|
|
|
title = "Editor Things";
|
|
|
|
width = 16;
|
|
|
|
sort = 1;
|
|
|
|
|
|
|
|
32000 = "3D Mode start";
|
|
|
|
}
|
|
|
|
|
|
|
|
cameras
|
|
|
|
{
|
|
|
|
color = 7; // Light Grey
|
|
|
|
arrow = 1;
|
|
|
|
title = "Cameras and Interpolation";
|
|
|
|
width = 16;
|
|
|
|
sort = 1;
|
|
|
|
|
|
|
|
9025 = "Camera";
|
|
|
|
9073
|
|
|
|
{
|
|
|
|
title = "Aiming Camera";
|
|
|
|
arg1 = "Pitch";
|
|
|
|
arg2 = "Max Angle";
|
|
|
|
arg3 = "Max Pitch";
|
|
|
|
arg4 = "Thing ID";
|
|
|
|
}
|
|
|
|
9080 = "Skybox Viewpoint";
|
|
|
|
9081
|
|
|
|
{
|
|
|
|
title = "Skybox Picker";
|
|
|
|
arg1 = "Thing ID sky";
|
|
|
|
}
|
|
|
|
9074
|
|
|
|
{
|
|
|
|
title = "Actor Mover";
|
|
|
|
arg1 = "Point";
|
|
|
|
arg2 = "High Point";
|
|
|
|
arg3 = "bLinear";
|
|
|
|
arg4 = "Thing ID";
|
|
|
|
}
|
|
|
|
9070
|
|
|
|
{
|
|
|
|
title = "Interpolation point";
|
|
|
|
arg1 = "Pitch";
|
|
|
|
arg2 = "Travel Time";
|
|
|
|
arg3 = "Hold Time";
|
|
|
|
arg4 = "Next";
|
|
|
|
arg5 = "High Next";
|
|
|
|
}
|
|
|
|
9075 = "Interpolation Special";
|
|
|
|
9072
|
|
|
|
{
|
|
|
|
title = "Moving Camera";
|
|
|
|
arg1 = "Point";
|
|
|
|
arg2 = "High Point";
|
|
|
|
arg3 = "bLinear";
|
|
|
|
arg4 = "Thing ID looking at";
|
|
|
|
}
|
|
|
|
9071
|
|
|
|
{
|
|
|
|
title = "Path Follower";
|
|
|
|
arg1 = "Point";
|
|
|
|
arg2 = "High Point";
|
|
|
|
arg3 = "bLinear";
|
|
|
|
}
|
|
|
|
9047 = "Patrol Special";
|
|
|
|
}
|
|
|
|
|
|
|
|
bridges
|
|
|
|
{
|
|
|
|
color = 8; // Grey
|
|
|
|
arrow = 0;
|
|
|
|
title = "Bridges";
|
|
|
|
width = 16;
|
|
|
|
sort = 1;
|
|
|
|
|
|
|
|
5064
|
|
|
|
{
|
|
|
|
title = "Bridge radius 16";
|
|
|
|
width = 16;
|
|
|
|
}
|
|
|
|
5061
|
|
|
|
{
|
|
|
|
title = "Bridge radius 32";
|
|
|
|
width = 32;
|
|
|
|
}
|
|
|
|
5065
|
|
|
|
{
|
|
|
|
title = "Bridge radius 8";
|
|
|
|
width = 8;
|
|
|
|
}
|
|
|
|
9990
|
|
|
|
{
|
|
|
|
title = "Bridge Custom";
|
|
|
|
arg1 = "Radius";
|
|
|
|
arg2 = "Thickness";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
players
|
|
|
|
{
|
|
|
|
color = 10; // Light Green
|
|
|
|
arrow = 1;
|
|
|
|
title = "Player Starts";
|
|
|
|
width = 16;
|
|
|
|
sort = 1;
|
|
|
|
|
|
|
|
1 = "Player 1 start";
|
|
|
|
2 = "Player 2 start";
|
|
|
|
3 = "Player 3 start";
|
|
|
|
4 = "Player 4 start";
|
|
|
|
4001 = "Player 5 start";
|
|
|
|
4002 = "Player 6 start";
|
|
|
|
4003 = "Player 7 start";
|
|
|
|
4004 = "Player 8 start";
|
|
|
|
11 = "Player Deathmatch start";
|
|
|
|
}
|
|
|
|
|
|
|
|
teleport
|
|
|
|
{
|
|
|
|
color = 2; // Green
|
|
|
|
arrow = 1;
|
|
|
|
title = "Teleports";
|
|
|
|
width = 16;
|
|
|
|
sort = 1;
|
|
|
|
|
|
|
|
14 = "Teleport Landing";
|
|
|
|
9044 = "Teleport with Z Height";
|
|
|
|
52 = "Teleport Glitter (Exit)";
|
|
|
|
74 = "Teleport Glitter";
|
|
|
|
}
|
|
|
|
|
|
|
|
sounds
|
|
|
|
{
|
|
|
|
color = 5; // Purple
|
|
|
|
arrow = 0;
|
|
|
|
title = "Sounds";
|
|
|
|
width = 0;
|
|
|
|
sort = 1;
|
|
|
|
|
|
|
|
41 = "Waterfall";
|
|
|
|
42 = "Wind";
|
|
|
|
1200 = "Scream";
|
|
|
|
1201 = "Squish";
|
|
|
|
1202 = "Drops";
|
|
|
|
1203 = "Slow Footsteps";
|
|
|
|
1204 = "Heartbeat";
|
|
|
|
1205 = "Bells";
|
|
|
|
1206 = "Growl";
|
|
|
|
1207 = "Magic";
|
|
|
|
1208 = "Laughter";
|
|
|
|
1209 = "Fast Footsteps";
|
|
|
|
|
|
|
|
1400 = "Sound Sequence 0";
|
|
|
|
1401 = "Sound Sequence 1";
|
|
|
|
1402 = "Sound Sequence 2";
|
|
|
|
1403 = "Sound Sequence 3";
|
|
|
|
1404 = "Sound Sequence 4";
|
|
|
|
1405 = "Sound Sequence 5";
|
|
|
|
1406 = "Sound Sequence 6";
|
|
|
|
1407 = "Sound Sequence 7";
|
|
|
|
1408 = "Sound Sequence 8";
|
|
|
|
1409 = "Sound Sequence 9";
|
|
|
|
1411
|
|
|
|
{
|
|
|
|
title = "Sound Sequence";
|
|
|
|
arg1 = "Sound Sequence Number";
|
|
|
|
}
|
|
|
|
14001 = "Ambient Sound 1";
|
|
|
|
14002 = "Ambient Sound 2";
|
|
|
|
14003 = "Ambient Sound 3";
|
|
|
|
14004 = "Ambient Sound 4";
|
|
|
|
14005 = "Ambient Sound 5";
|
|
|
|
14006 = "Ambient Sound 6";
|
|
|
|
14007 = "Ambient Sound 7";
|
|
|
|
14008 = "Ambient Sound 8";
|
|
|
|
14009 = "Ambient Sound 9";
|
|
|
|
14010 = "Ambient Sound 10";
|
|
|
|
14011 = "Ambient Sound 11";
|
|
|
|
14012 = "Ambient Sound 12";
|
|
|
|
14013 = "Ambient Sound 13";
|
|
|
|
14014 = "Ambient Sound 14";
|
|
|
|
14015 = "Ambient Sound 15";
|
|
|
|
14016 = "Ambient Sound 16";
|
|
|
|
14017 = "Ambient Sound 17";
|
|
|
|
14018 = "Ambient Sound 18";
|
|
|
|
14019 = "Ambient Sound 19";
|
|
|
|
14020 = "Ambient Sound 20";
|
|
|
|
14021 = "Ambient Sound 21";
|
|
|
|
14022 = "Ambient Sound 22";
|
|
|
|
14023 = "Ambient Sound 23";
|
|
|
|
14024 = "Ambient Sound 24";
|
|
|
|
14025 = "Ambient Sound 25";
|
|
|
|
14026 = "Ambient Sound 26";
|
|
|
|
14027 = "Ambient Sound 27";
|
|
|
|
14028 = "Ambient Sound 28";
|
|
|
|
14029 = "Ambient Sound 29";
|
|
|
|
14030 = "Ambient Sound 30";
|
|
|
|
14031 = "Ambient Sound 31";
|
|
|
|
14032 = "Ambient Sound 32";
|
|
|
|
14033 = "Ambient Sound 33";
|
|
|
|
14034 = "Ambient Sound 34";
|
|
|
|
14035 = "Ambient Sound 35";
|
|
|
|
14036 = "Ambient Sound 36";
|
|
|
|
14037 = "Ambient Sound 37";
|
|
|
|
14038 = "Ambient Sound 38";
|
|
|
|
14039 = "Ambient Sound 39";
|
|
|
|
14040 = "Ambient Sound 40";
|
|
|
|
14041 = "Ambient Sound 41";
|
|
|
|
14042 = "Ambient Sound 42";
|
|
|
|
14043 = "Ambient Sound 43";
|
|
|
|
14044 = "Ambient Sound 44";
|
|
|
|
14045 = "Ambient Sound 45";
|
|
|
|
14046 = "Ambient Sound 46";
|
|
|
|
14047 = "Ambient Sound 47";
|
|
|
|
14048 = "Ambient Sound 48";
|
|
|
|
14049 = "Ambient Sound 49";
|
|
|
|
14050 = "Ambient Sound 50";
|
|
|
|
14051 = "Ambient Sound 51";
|
|
|
|
14052 = "Ambient Sound 52";
|
|
|
|
14053 = "Ambient Sound 53";
|
|
|
|
14054 = "Ambient Sound 54";
|
|
|
|
14055 = "Ambient Sound 55";
|
|
|
|
14056 = "Ambient Sound 56";
|
|
|
|
14057 = "Ambient Sound 57";
|
|
|
|
14058 = "Ambient Sound 58";
|
|
|
|
14059 = "Ambient Sound 59";
|
|
|
|
14060 = "Ambient Sound 60";
|
|
|
|
14061 = "Ambient Sound 61";
|
|
|
|
14062 = "Ambient Sound 62";
|
|
|
|
14063 = "Ambient Sound 63";
|
|
|
|
14064 = "Ambient Sound 64";
|
|
|
|
14065
|
|
|
|
{
|
|
|
|
title = "Ambient Sound";
|
|
|
|
arg1 = "Ambient Sound Number";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
monsters
|
|
|
|
{
|
|
|
|
color = 12; // Light Red
|
|
|
|
arrow = 1;
|
|
|
|
title = "Monsters";
|
|
|
|
width = 16;
|
|
|
|
sort = 1;
|
|
|
|
|
|
|
|
66 = "Gargoyle";
|
|
|
|
5 = "Fire Gargoyle";
|
|
|
|
68
|
|
|
|
{
|
|
|
|
title = "Golem";
|
|
|
|
width = 22;
|
|
|
|
}
|
|
|
|
69
|
|
|
|
{
|
|
|
|
title = "Golem Ghost";
|
|
|
|
width = 22;
|
|
|
|
}
|
|
|
|
45
|
|
|
|
{
|
|
|
|
title = "Nitrogolem";
|
|
|
|
width = 22;
|
|
|
|
}
|
|
|
|
46
|
|
|
|
{
|
|
|
|
title = "Nitrogolem Ghost";
|
|
|
|
width = 22;
|
|
|
|
}
|
|
|
|
15 = "Disciple Of D'Sparil";
|
|
|
|
6
|
|
|
|
{
|
|
|
|
title = "Iron Lich";
|
|
|
|
width = 40;
|
|
|
|
}
|
|
|
|
7
|
|
|
|
{
|
|
|
|
title = "D'Sparil";
|
|
|
|
width = 28;
|
|
|
|
}
|
|
|
|
56 = "D'Sparil Teleport Location";
|
|
|
|
9
|
|
|
|
{
|
|
|
|
title = "Maulotaur";
|
|
|
|
width = 28;
|
|
|
|
}
|
|
|
|
64
|
|
|
|
{
|
|
|
|
title = "Undead Warrior";
|
|
|
|
width = 24;
|
|
|
|
}
|
|
|
|
65
|
|
|
|
{
|
|
|
|
title = "Undead Warrior Ghost";
|
|
|
|
width = 24;
|
|
|
|
}
|
|
|
|
70
|
|
|
|
{
|
|
|
|
title = "Weredragon";
|
|
|
|
width = 32;
|
|
|
|
}
|
|
|
|
90
|
|
|
|
{
|
|
|
|
title = "Sabreclaw";
|
|
|
|
width = 20;
|
|
|
|
}
|
|
|
|
92
|
|
|
|
{
|
|
|
|
title = "Ophidian";
|
|
|
|
width = 22;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
weapons
|
|
|
|
{
|
|
|
|
color = 14; // Yellow
|
|
|
|
arrow = 0;
|
|
|
|
title = "Weapons";
|
|
|
|
width = 20;
|
|
|
|
sort = 1;
|
|
|
|
|
|
|
|
53 = "Dragon Claw";
|
|
|
|
2001 = "Ethereal Crossbow";
|
|
|
|
2002 = "Firemace";
|
|
|
|
2003 = "Phoenix Rod";
|
|
|
|
2004 = "Hellstaff";
|
|
|
|
2005 = "Gauntlets Of The Necromancer";
|
|
|
|
}
|
|
|
|
|
|
|
|
ammunition
|
|
|
|
{
|
|
|
|
color = 6; // Brown
|
|
|
|
arrow = 0;
|
|
|
|
title = "Ammunition";
|
|
|
|
width = 20;
|
|
|
|
sort = 1;
|
|
|
|
|
|
|
|
10 = "Wand Crystal";
|
|
|
|
12 = "Crystal Geode";
|
|
|
|
13 = "Mace Spheres";
|
|
|
|
16 = "Pile Of Mace Spheres";
|
|
|
|
18 = "Ethereal Arrows";
|
|
|
|
19 = "Quiver Of Ethereal Arrows";
|
|
|
|
20 = "Lesser Runes";
|
|
|
|
21 = "Greater Runes";
|
|
|
|
22 = "Flame Orb";
|
|
|
|
23 = "Inferno Orb";
|
|
|
|
54 = "Claw Orb";
|
|
|
|
55 = "Energy Orb";
|
|
|
|
8 = "Bag Of Holding";
|
|
|
|
}
|
|
|
|
|
|
|
|
health
|
|
|
|
{
|
|
|
|
color = 1; // Blue
|
|
|
|
arrow = 0;
|
|
|
|
title = "Health and Armor";
|
|
|
|
width = 20;
|
|
|
|
sort = 1;
|
|
|
|
|
|
|
|
81 = "Crystal Vial";
|
|
|
|
85 = "Silver Shield";
|
|
|
|
31 = "Enchanted Shield";
|
|
|
|
}
|
|
|
|
|
|
|
|
powerups
|
|
|
|
{
|
|
|
|
color = 9; // Light Blue
|
|
|
|
arrow = 0;
|
|
|
|
|
|
|
|
title = "Artifacts";
|
|
|
|
width = 20;
|
|
|
|
sort = 1;
|
|
|
|
|
|
|
|
30 = "Morph Ovum";
|
|
|
|
32 = "Mystic Urn";
|
|
|
|
33 = "Torch";
|
|
|
|
34 = "Time Bomb Of The Ancients";
|
|
|
|
35 = "Map Scroll";
|
|
|
|
36 = "Chaos Device";
|
|
|
|
75 = "Shadowsphere";
|
|
|
|
82 = "Quartz Flask";
|
|
|
|
83 = "Wings Of Wrath";
|
|
|
|
84 = "Ring of Invulnerability";
|
|
|
|
86 = "Tome of Power";
|
|
|
|
}
|
|
|
|
|
|
|
|
keys
|
|
|
|
{
|
|
|
|
color = 13; // Light Magenta
|
|
|
|
arrow = 0;
|
|
|
|
title = "Keys";
|
|
|
|
width = 20;
|
|
|
|
sort = 1;
|
|
|
|
|
|
|
|
73 = "Green Key";
|
|
|
|
79 = "Blue Key";
|
|
|
|
80 = "Yellow Key";
|
|
|
|
}
|
|
|
|
|
|
|
|
obstacles
|
|
|
|
{
|
|
|
|
color = 3; // Cyan
|
|
|
|
arrow = 0;
|
|
|
|
title = "Obstacles";
|
|
|
|
width = 20;
|
|
|
|
sort = 1;
|
|
|
|
|
|
|
|
29 = "Small Pillar";
|
|
|
|
37 = "Stalagmite (Small)";
|
|
|
|
38 = "Stalagmite (Large)";
|
|
|
|
39 = "Stalactite (Small)";
|
|
|
|
40 = "Stalactite (Large)";
|
|
|
|
44 = "Barrel";
|
|
|
|
47 = "Brown Pillar";
|
|
|
|
87 = "Volcano";
|
|
|
|
2035 = "Gasbag";
|
|
|
|
43 = "Gasbag Generator";
|
|
|
|
}
|
|
|
|
|
|
|
|
lights
|
|
|
|
{
|
|
|
|
color = 11; // Light Cyan
|
|
|
|
arrow = 0;
|
|
|
|
title = "Light sources";
|
|
|
|
width = 16;
|
|
|
|
sort = 1;
|
|
|
|
|
|
|
|
27 = "Serpent Torch";
|
|
|
|
28 = "Chandelier";
|
|
|
|
50 = "Wall Torch";
|
|
|
|
76 = "Fire Brazier";
|
|
|
|
}
|
|
|
|
|
|
|
|
decoration
|
|
|
|
{
|
|
|
|
color = 4; // Red
|
|
|
|
arrow = 0;
|
|
|
|
title = "Decoration";
|
|
|
|
width = 16;
|
|
|
|
sort = 1;
|
|
|
|
|
|
|
|
94 = "Blue Key Marker";
|
|
|
|
95 = "Green Key Marker";
|
|
|
|
96 = "Yellow Key Marker";
|
|
|
|
51 = "Hanging Corpse";
|
|
|
|
17 = "Hanging Skull";
|
|
|
|
24 = "Hanging Skull 2";
|
|
|
|
25 = "Hanging Skull 3";
|
|
|
|
26 = "Hanging Skull 4";
|
|
|
|
48 = "Moss";
|
|
|
|
49 = "Moss 2";
|
|
|
|
}
|
|
|
|
|
|
|
|
sectors
|
|
|
|
{
|
|
|
|
color = 7;
|
|
|
|
arrow = 0;
|
|
|
|
title = "Sector Actions";
|
|
|
|
width = 16;
|
|
|
|
sort = 1;
|
|
|
|
|
|
|
|
9082 = "Silent Sector";
|
|
|
|
9998 = "Actor enters sector";
|
|
|
|
9989 = "Actor hits fake floor";
|
|
|
|
9996 = "Actor hits ceiling";
|
|
|
|
9999 = "Actor hits floor";
|
|
|
|
9997 = "Actor leaves sector";
|
|
|
|
9982 = "Eyes above fake ceiling";
|
|
|
|
9992 = "Eyes above fake floor";
|
|
|
|
9983 = "Eyes below fake ceiling";
|
|
|
|
9993 = "Eyes below fake floor";
|
|
|
|
9995 = "Player uses sector";
|
|
|
|
9994 = "Player uses wall";
|
|
|
|
}
|
|
|
|
|
|
|
|
slopes
|
|
|
|
{
|
|
|
|
color = 8; // Grey
|
|
|
|
arrow = 1;
|
|
|
|
title = "Slopes";
|
|
|
|
width = 0;
|
|
|
|
sort = 1;
|
|
|
|
|
|
|
|
9511
|
|
|
|
{
|
|
|
|
title = "Copy ceiling plane";
|
|
|
|
arg1 = "tag";
|
|
|
|
}
|
|
|
|
9510
|
|
|
|
{
|
|
|
|
title = "Copy floor plane";
|
|
|
|
arg1 = "tag";
|
|
|
|
}
|
|
|
|
9503
|
|
|
|
{
|
|
|
|
title = "Set ceiling slope";
|
|
|
|
arg1 = "Z-Angle";
|
|
|
|
}
|
|
|
|
9502
|
|
|
|
{
|
|
|
|
title = "Set floor slope";
|
|
|
|
arg1 = "Z-Angle";
|
|
|
|
}
|
|
|
|
9501
|
|
|
|
{
|
|
|
|
title = "Slope ceiling to here";
|
|
|
|
arg1 = "Line ID";
|
|
|
|
}
|
|
|
|
9500
|
|
|
|
{
|
|
|
|
title = "Slope floor to here";
|
|
|
|
arg1 = "Line ID";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
zdoom
|
|
|
|
{
|
|
|
|
color = 7; // Light Grey
|
|
|
|
arrow = 1;
|
|
|
|
title = "ZDoom";
|
|
|
|
width = 0;
|
|
|
|
sort = 1;
|
|
|
|
|
|
|
|
9200
|
|
|
|
{
|
|
|
|
title = "Decal";
|
|
|
|
arg1 = "Decal ID";
|
|
|
|
}
|
|
|
|
5001 = "Pusher";
|
|
|
|
5002 = "Puller";
|
|
|
|
9024
|
|
|
|
{
|
|
|
|
title = "Path Node";
|
|
|
|
arg1 = "Next Node";
|
|
|
|
arg2 = "Delay";
|
|
|
|
}
|
|
|
|
9026
|
|
|
|
{
|
|
|
|
title = "Spark";
|
|
|
|
arg1 = "Particles Amount";
|
|
|
|
}
|
|
|
|
9045 = "Deep Water";
|
|
|
|
9046 = "Secret";
|
|
|
|
9300 = "Polyobject Anchor";
|
|
|
|
9301 = "Polyobject Start Spot";
|
|
|
|
9302 = "Polyobject Start Spot (crush)";
|
|
|
|
9303 = "Polyobject Spawn(Hurts to touch)";
|
|
|
|
9001 = "Map Spot";
|
|
|
|
9013 = "Map Spot (gravity)";
|
|
|
|
9076 = "Hate target";
|
|
|
|
}
|
|
|
|
}
|