X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=scripts%2Fentities.ent;h=a9fd1957cb0c46a4bd4c84806e05d1867c017ec4;hb=0908b1c6a711ee325908c82333ec9c08a2e61a03;hp=cea79a935c2c244f2e6a2c949a86358e130767c8;hpb=45fd07a2aadfaffa146a6661a4bdf5bbd36c5f4e;p=xonotic%2Fxonotic-maps.pk3dir.git diff --git a/scripts/entities.ent b/scripts/entities.ent index cea79a93..a9fd1957 100644 --- a/scripts/entities.ent +++ b/scripts/entities.ent @@ -1,8 +1,8 @@ -Compiler-only entity that specifies a the origin of a sky box (a wholly contained, separate area of the map), similar to some games' portal skies. When compiled with Q3Map2, the sky box surfaces will be visible from any place where sky is normally visible. It will cast shadows on the normal parts of the map, and can be used with cloud layers and other effects. As it is compiler-only, it can't "scale up" entities in its box. -To use this, carve a small box in some larger structure on your map, place this entity inside that box hole, and make a small version on what should be seen in the sky there. +Compiler-only entity that specifies the origin of a sky box (a wholly contained, separate area of the map), similar to some games' portal skies. When compiled with Q3Map2, the sky box surfaces will be visible from any place where sky is normally visible. It will cast shadows on the normal parts of the map, and can be used with cloud layers and other effects. As it is compiler-only, it can't "scale up" entities in its box. +To use this, carve a small box in some larger structure on your map, place this entity inside that box hole, and make a small version of what should be seen in the sky there. -------- KEYS -------- rotation angle of the sky surfaces. Individual control of PITCH, YAW, and ROLL (default 0 0 0). @@ -21,7 +21,7 @@ The projection is a linear projection, and originates from the center of this en -Domination control point +Domination control point In order to get Domination working well in your map, you need to place dom_team and dom_controlpoint entities. You *must* have at least 3 dom_team entities - 2 minimum teams and one blank one (empty netname and no team). You can have up to 4 teams (5 dom_team entities). -------- KEYS -------- message to be displayed to all players when this point is captured, preceded by the team's name. This defaults to " has captured a control point". You can specify different names for each point, for example " has captured the Lava Room". @@ -93,7 +93,7 @@ Solid entity that oscillates back and forth in a linear motion. By default, it w sets the start offset of the oscillation cycle. Values must be 0 < phase < 1. Any integer phase value is the same as no offset (default 0). path/name of .wav or .ogg file to play. Use looping sounds only (e.g. sound/world/drone6.wav - See Notes). damage a player who gets crushed by it receives -interval to apply dmg to a player who is s in the way +interval to apply dmg to a player who is in the way death message when a player gets crushed death message when someone gets pushed into this (default: "was thrown into a world of hurt by"). The # character is replaced by the attacker name if present (and it instead does not get appended to the end) -------- SPAWNFLAGS -------- @@ -109,7 +109,7 @@ Solid entity that swings back and forth in an angular motion. Entity swings on t sets the start offset of the oscillation cycle. Values must be 0 < phase < 1. Any integer phase value is the same as no offset (default 0). path/name of .wav or .ogg file to play. Use looping sounds only (e.g. sound/world/drone6.wav - See Notes). damage a player who gets crushed by it receives -interval to apply dmg to a player who is s in the way +interval to apply dmg to a player who is in the way death message when a player gets crushed death message when someone gets pushed into this (default: "was thrown into a world of hurt by"). The # character is replaced by the attacker name if present (and it instead does not get appended to the end) @@ -206,6 +206,8 @@ BIDIR_IN_DOWN will the door prevent from reopening while closing if it is trigge the door won't link with another door it touches causes the door to wait in both the start and end states for a trigger event. if set, splash damage cannot activate the door, only direct damage can (requires health to be set) +rotate around the X axis +rotate around the Y axis @@ -309,7 +311,7 @@ Point entity with EF_STARDUST applied. This will spawn a particle cloud with mos Trains are moving solids that follow a cycle of path_corner entities. Origin brushes are NOT supported; they use the "mins" corner as reference (that is, lowest x, y, and z coordinates). At each node, the train's mins corner hits exactly the path_corner. Trains always start on in the game. -Trains do not damage the played when blocked. +Trains do not damage the player when blocked. Trains cannot emit sound. Trains are not trigger-able or toggle-able. Trains cannot be block-stopped just by getting in their way, the player must be wedged between the train and another obstacle to block it. @@ -319,7 +321,7 @@ Trains cannot be block-stopped just by getting in their way, the player must be targetname of first path_corner to move to at the default speed; ideally, this path_corner shall be exactly where the train starts path/name of .wav or .ogg file to play while moving. Use looping sounds only (e.g. sound/world/drone6.wav - See Notes). damage a player who gets crushed by it receives -interval to apply dmg to a player who is s in the way +interval to apply dmg to a player who is in the way death message when a player gets crushed death message when someone gets pushed into this (default: "was thrown into a world of hurt by"). The # character is replaced by the attacker name if present (and it instead does not get appended to the end) @@ -429,13 +431,13 @@ Pink team's player spawning location, but there is no game mode to use this yet. when 1, only bots can spawn here; when 2, only humans can spawn here (be careful with these, or the game will crash because someone cannot spawn) - + Large Armor (default 100 armor points) -------- KEYS -------- time till it respawns (default: 30) respawn time randomization +/- seconds (default: 0) -amount of armor it gives (default: 100 (g_pickup_armorlarge)) -max of armor it increases to (default: 999 (g_pickup_armorlarge_max)) +amount of armor it gives (default: 100 (g_pickup_armormega)) +max of armor it increases to (default: 999 (g_pickup_armormega_max)) out of items with the same value here, only one (random one) will spawn. Useful to put multiple items on one spot. weight of this item for random selection using "team". Set to a lower value for items you want to see less likely. -------- SPAWNFLAGS -------- @@ -449,8 +451,8 @@ Big Armor (default 50 armor points) -------- KEYS -------- time till it respawns (default: 20) respawn time randomization +/- seconds (default: 0) -amount of armor it gives (default: 50 (g_pickup_armorlarge)) -max of armor it increases to (default: 999 (g_pickup_armorlarge_max)) +amount of armor it gives (default: 50 (g_pickup_armorbig)) +max of armor it increases to (default: 999 (g_pickup_armorbig_max)) out of items with the same value here, only one (random one) will spawn. Useful to put multiple items on one spot. weight of this item for random selection using "team". Set to a lower value for items you want to see less likely. -------- SPAWNFLAGS -------- @@ -543,13 +545,13 @@ CTF flag for team two (Blue). Use more than one if you really insist. zbqry="zbqryf/pgs/enqvnag/synt_oyhr_enqvnag.zq3" - -Large Health (default 50 health points) + +Big Health (default 50 health points) -------- KEYS -------- time till it respawns (default: 20) respawn time randomization +/- seconds (default: 0) -amount of health it gives (default: 50 (g_pickup_healthlarge)) -max of health it increases to (default: 999 (g_pickup_healthlarge_max)) +amount of health it gives (default: 50 (g_pickup_healthbig)) +max of health it increases to (default: 999 (g_pickup_healthbig_max)) out of items with the same value here, only one (random one) will spawn. Useful to put multiple items on one spot. weight of this item for random selection using "team". Set to a lower value for items you want to see less likely. -------- SPAWNFLAGS -------- @@ -621,7 +623,7 @@ modeldisabled="models/items/g_invincible.md3" A key entity. The itemkeys should contain one of the following key IDs: -1 - GOLD key - +1 - GOLD key - 2 - SILVER key 4 - BRONZE key 8 - RED keycard @@ -818,6 +820,8 @@ Generic placeholder for inserting MD3 models in game. Requires compilation of ma +NOTE: usually misc_clientmodel will predict better and have more fps! +Use this only if you need to. A way to load models from a map by the engine (e.g. self-animated zym models). Is non-solid by default. The keys below actually apply to most engine-loaded model entities as they are engine features; however, they are described here as they aren't overridden by game code in misc_gamemodel. Its q3map2 keys below will work on any brush entity! @@ -1442,7 +1446,7 @@ modeldisabled="models/weapons/g_uzi.md3" The world. If you see this, the currently selected brush is not of an entity. --------- KEYS -------- +-------- KEYS -------- fog parameters of the map (density red green blue alpha mindist maxdist maxheight fade-height); works just like the "fog" console command name of the author of the map, if not specified in "message". Will get copied to the "author" entry of the mapinfo file when none is present. text to print at user logon. Used for name of level. Ideally: "NAMEOFLEVEL by AUTHOR". Will get copied to the "title" and "author" entries of the mapinfo file when none is present. @@ -1860,7 +1864,7 @@ Solid entity that oscillates according to a sum of sine waves. sets the start offset of the oscillation cycle. Values must be 0 < phase < 1. Any integer phase value is the same as no offset (default 0). path/name of .wav or .ogg file to play. Use looping sounds only (e.g. sound/world/drone6.wav - See Notes). damage a player who gets crushed by it receives -interval to apply dmg to a player who is s in the way +interval to apply dmg to a player who is in the way death message when a player gets crushed death message when someone gets pushed into this (default: "was thrown into a world of hurt by"). The # character is replaced by the attacker name if present (and it instead does not get appended to the end) list of <frequencymultiplier> <phase> <x> <y> <z> quadruples, separated by spaces; note that phase 0 represents a sine wave, and phase 0.25 a cosine wave (by default, it uses 1 0 0 0 1, to match func_bobbing's defaults @@ -1883,7 +1887,7 @@ Solid entity that moves according to the movement of multiple given entities (ma if set, the fourth reference entity's location is first projected onto a plane with that normal path/name of .wav or .ogg file to play. Use looping sounds only (e.g. sound/world/drone6.wav - See Notes). damage a player who gets crushed by it receives -interval to apply dmg to a player who is s in the way +interval to apply dmg to a player who is in the way death message when a player gets crushed death message when someone gets pushed into this (default: "was thrown into a world of hurt by"). The # character is replaced by the attacker name if present (and it instead does not get appended to the end) -------- SPAWNFLAGS -------- @@ -2268,7 +2272,7 @@ This acts as a modifier over the normal gravity (sv_gravity). eg: 0.5 is half th -Activates all .target's +Activates all targets List of currently supported target ents: trigger_hurt trigger_heal @@ -2286,7 +2290,7 @@ func_vectormamamam -Deactivates all .target's +Deactivates all targets List of currently supported target ents: trigger_hurt trigger_heal @@ -2304,7 +2308,7 @@ func_vectormamamam -Toggles all .target's de/active +Toggles all targets de/active List of currently supported target ents: trigger_hurt trigger_heal @@ -2416,7 +2420,7 @@ model="../xonotic-data.pk3dir/models/turrets/radiant/mlrs.md3" -2 guided moderate damage accelerating rockets +2 guided moderate damage accelerating rockets -------- KEYS -------- 2 = double damage, 0.5 = half 2 = double range, 0.5 = half @@ -2519,7 +2523,7 @@ Used to feed turrets capable of it with remote target info. currently only turre -----------SPAWNFLAGS----------- ---------NOTES---------- -A nasty mechanical critter that will engage longrange target with missiles, midrange with its minigun and meele things up close and personal. +A nasty mechanical critter that will engage longrange target with missiles, midrange with its minigun and melee things up close and personal. -------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY -------- model="../xonotic-data.pk3dir/models/turrets/radiant/walker.md3" @@ -2547,7 +2551,7 @@ model="../xonotic-data.pk3dir/models/turrets/radiant/ewheel.md3" -----------KEYS------------ -.targetname of next wapoint in chain. +targetname of next wapoint in chain. Pause at this point # seconds. -----------SPAWNFLAGS----------- @@ -2556,7 +2560,7 @@ If a loop is of targets are formed, any unit entering this loop will patrol it i If the checkpoint chain in not looped, the unit will go "Roaming" when the last point is reached. -Fast moving hover type vehicle, with low shiled & health. +Fast moving hover type vehicle, with low shield & health. Primary weapon is a rapid fire energy cannon, secondary lockable rockets. -------- KEYS -------- 5=red, 14=blue @@ -2565,7 +2569,7 @@ model="models/vehicles-static/wakazachi.md3" -A slow moving 6 legged mech type vehile that has plenty of health and shiled. +A slow moving 6 legged mech type vehicle that has plenty of health and shield. Primary weapon is twin miniguns, secondary eight rockets that can be guided by the pilot. -------- KEYS -------- 5=red, 14=blue @@ -2574,9 +2578,9 @@ model="models/vehicles-static/spiderbot.md3" -The raptor is primaerly a air to ground frighter, its quite lightly armoured or shilded. +The raptor is primarily an air to ground fighter, it's quite lightly armored or shielded. Its main weapon is four rapid fire energy cannons, wich can be locked to track a target by aming at it for some time. -Secondary is a pair of vert powerfull clusterbombs. +Secondary is a pair of very powerful clusterbombs. -------- KEYS -------- 5=red, 14=blue -------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY --------