From: Rudolf Polzer Date: Sun, 5 Dec 2010 14:23:06 +0000 (+0100) Subject: fix some typos in entities.def X-Git-Tag: xonotic-v0.1.0preview~13 X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-maps.pk3dir.git;a=commitdiff_plain;h=94f4e1133d2a4920e1baab9eba1226e2896a88df fix some typos in entities.def --- diff --git a/scripts/entities.def b/scripts/entities.def index 786deed4..a5893dad 100644 --- a/scripts/entities.def +++ b/scripts/entities.def @@ -719,12 +719,12 @@ anglejitter: a float describing a random yaw angle change on this entity on init gametypefilter: either a + sign and a comma separated list of game types or the aliases "teams" and "noteams" to ONLY show the entity in the listed game types, or a - sign and a comma separated list of game types or the aliases "teams" and "noteams" to NOT show the entity in the listed game types. The syntax is the same as in sbar_columns_set strings. Works on any non-q3map2-only entity. cvarfilter: either a + sign and a space separated list of conditions, or a - sign and the same for an inverted filter. The conditions are ALWAYS combined with AND! Possible conditions are: "cvar==value", "cvar!=value", "cvarvalue", "cvar<=value", "cvar>=value", "cvar===string", "cvar!==string", "cvar", "!cvar". Ridiculous example filter: "-g_balance_health_start<150 g_balance_armor_start==0" spawns an item only if start health is at least 150 or start armor is not 0. Other ideas: "+g_campaign" and "-g_campaign" for enabling/disabling items when the map is played as part of the campaign. -------- SPAWNFLAGS -------- -ALIGN_ORIGN: align the origin to the surface below the model +ALIGN_ORIGIN: align the origin to the surface below the model ALIGN_BOTTOM: align the bottom of the model to the surface below it */ /*QUAKED func_illusionary (0 .5 .8) ? -NOTE: THIS ENTITY IS BROKEN REGARDING CLIENT AND PROJECTILE PREDICTION. DO NOT USE IT. USE NONSOLID SHADERS OR FUNC_CLIENTILLUSIONARY INSTEAD. +NOTE - THIS ENTITY IS BROKEN REGARDING CLIENT AND PROJECTILE PREDICTION. DO NOT USE IT. USE NONSOLID SHADERS OR FUNC_CLIENTILLUSIONARY INSTEAD. A non-solid brush entity. Use func_wall if you want it solid. The keys below actually apply to most brush entities as they are engine features; however, they are described here as they aren't overridden by game code in misc_models. Its q3map2 keys below will work on any brush entity! -------- KEYS -------- @@ -807,7 +807,7 @@ anglesjitter: a vector in the order "pitch yaw roll" describing a random angles anglejitter: a float describing a random yaw angle change on this entity on initial spawn. The value 180 makes the yaw angle entirely random (maybe good for items). This corresponds to the "angle" field. Works on any non-q3map2-only entity. gametypefilter: either a + sign and a comma separated list of game types or the aliases "teams" and "noteams" to ONLY show the entity in the listed game types, or a - sign and a comma separated list of game types or the aliases "teams" and "noteams" to NOT show the entity in the listed game types. The syntax is the same as in sbar_columns_set strings. Works on any non-q3map2-only entity. -------- SPAWNFLAGS -------- -ALIGN_ORIGN: align the origin to the surface below the model +ALIGN_ORIGIN: align the origin to the surface below the model ALIGN_BOTTOM: align the bottom of the model to the surface below it */ @@ -841,7 +841,7 @@ _celshader: Sets the cel shader used for this geometry. Note: omit the "textures */ /*QUAKED func_clientwall (0 .5 .8) ? -NOTE: THIS ENTITY IS IN MOST USE CASES BROKEN REGARDING CLIENT AND PROJECTILE PREDICTION. DO NOT USE IT. USE FUNC_WALL INSTEAD. +NOTE - THIS ENTITY IS IN MOST USE CASES BROKEN REGARDING CLIENT AND PROJECTILE PREDICTION. DO NOT USE IT. USE FUNC_WALL INSTEAD. A client-side solid brush entity. Use func_clientillusionary if you want it non-solid. -------- KEYS -------- solid: solidity: one of 1 = TRIGGER, 2 = BBOX, 3 = SLIDEBOX, 4 = BSP, 5 = CORPSE (default: 4, any other value causes prediction problems and should not be used until further notice) @@ -1606,7 +1606,7 @@ message2: death message when someone gets pushed into this (default: "was thrown netname: list of 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 */ -/*QUAKED func_vectormamamam (0 .5 .8) ? PROJECT_ON_TARGETNORMAL TARGET2NORMAL_IS_DIRECTION TARGET3NORMAL_IS_DIRECTION TARGET4NORMAL_IS_DIRECTION +/*QUAKED func_vectormamamam (0 .5 .8) ? PROJECT_ON_TARGETNORMAL PROJECT_ON_TARGET2NORMAL PROJECT_ON_TARGET3NORMAL PROJECT_ON_TARGET4NORMAL Solid entity that moves according to the movement of multiple given entities (max 4) -------- KEYS -------- target: first reference entity @@ -1657,7 +1657,7 @@ target: disable/enable all relays with this targetname when triggered targetname: name that identifies this entity so it can be triggered */ -/*QUAKED nexball_redgoal (1 0 0) ? +/*QUAKED nexball_redgoal (1 0 0) ? GOAL_TOUCHPLAYER Red goal. Defended by the red team. -------- KEYS -------- noise: sound played when a point is scored @@ -1665,7 +1665,7 @@ noise: sound played when a point is scored GOAL_TOUCHPLAYER: The trigger also affects ball-carrying players (the ball is then auto-dropped) */ -/*QUAKED nexball_bluegoal (0 0 1) ? +/*QUAKED nexball_bluegoal (0 0 1) ? GOAL_TOUCHPLAYER Blue goal. Defended by the blue team. -------- KEYS -------- noise: sound played when a point is scored @@ -1673,7 +1673,7 @@ noise: sound played when a point is scored GOAL_TOUCHPLAYER: The trigger also affects ball-carrying players (the ball is then auto-dropped) */ -/*QUAKED nexball_yellowgoal (1 1 0) ? +/*QUAKED nexball_yellowgoal (1 1 0) ? GOAL_TOUCHPLAYER Yellow goal. Defended by the yellow team. Needs both red and blue goals on the map to work. -------- KEYS -------- noise: sound played when a point is scored @@ -1681,7 +1681,7 @@ noise: sound played when a point is scored GOAL_TOUCHPLAYER: The trigger also affects ball-carrying players (the ball is then auto-dropped) */ -/*QUAKED nexball_pinkgoal (1 0 1) ? +/*QUAKED nexball_pinkgoal (1 0 1) ? GOAL_TOUCHPLAYER Pink goal. Defended by the pink team. Needs red, blue and yellow goals on the map to work. -------- KEYS -------- noise: sound played when a point is scored @@ -1690,7 +1690,7 @@ GOAL_TOUCHPLAYER: The trigger also affects ball-carrying players (the ball is th */ -/*QUAKED nexball_fault (0.6 0.1 0) ? +/*QUAKED nexball_fault (0.6 0.1 0) ? GOAL_TOUCHPLAYER This acts as a goal that always gives points to the opposing team. -------- KEYS -------- noise: sound played when a point is scored @@ -1698,7 +1698,7 @@ noise: sound played when a point is scored GOAL_TOUCHPLAYER: The trigger also affects ball-carrying players (the ball is then auto-dropped) */ -/*QUAKED nexball_out (0.1 0.6 0) ? +/*QUAKED nexball_out (0.1 0.6 0) ? GOAL_TOUCHPLAYER When the ball touches this, it is returned. -------- KEYS -------- noise: sound played when a point is scored @@ -1841,7 +1841,7 @@ warpzone_fadestart: start distance of fading out the warpzone warpzone_fadeend: end distance of fading out the warpzone (if viewer is further, warpzone is not rendered at all) */ -/*QUAKED target_music (1 0 0) (-8 -8 -8) (8 8 8) +/*QUAKED target_music (1 0 0) (-8 -8 -8) (8 8 8) START_OFF Background music target (when this is used, the cdtrack line in mapinfo must not be used, and there MUST be a default target_music). When triggered, the background music is switched to the given track. When targetname is not set, this is the default track of the map. @@ -1856,7 +1856,7 @@ lifetime: when set, the music created by this target is switched back to the def START_OFF: the trigger is off initially */ -/*QUAKED trigger_music (1 0 0) ? +/*QUAKED trigger_music (1 0 0) ? START_OFF Background music trigger (when this is used, the cdtrack line in mapinfo must not be used, and there MUST be a default target_music). When triggered, its effect is turned off until triggered again. -------- KEYS --------