X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=scripts%2Fentities.ent;h=0b0ed4c20fa97eb97cb29de46befdad391930805;hb=HEAD;hp=b035850c51c1699b8e96e089c3b5a5e8ef9482a7;hpb=19a65ba1cb2323015777472bde3ac666760267f6;p=xonotic%2Fxonotic-maps.pk3dir.git diff --git a/scripts/entities.ent b/scripts/entities.ent index b035850c..0b0ed4c2 100644 --- a/scripts/entities.ent +++ b/scripts/entities.ent @@ -20,7 +20,7 @@ The targeted entity is preferably an info_null. The projection is a linear projection, and originates from the center of this entity (the start of the arrow line in Radiant) to the origin of the targeted entity (the end of the arrow line in Radiant). - + 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 -------- @@ -455,8 +455,8 @@ Acts as a checkpoint to re-spawn at when targeted, this will set the activator's spawn point temporarily to this entity. It is reset upon re-spawn. - -Large Armor (default 100 armor points) + +Mega Armor (default 100 armor points) -------- KEYS -------- time till it respawns (default: 30) respawn time randomization +/- seconds (default: 0) @@ -470,7 +470,7 @@ Large Armor (default 100 armor points) modeldisabled="models/items/g_a25.md3" - + Big Armor (default 50 armor points) -------- KEYS -------- time till it respawns (default: 20) @@ -485,7 +485,7 @@ Big Armor (default 50 armor points) modeldisabled="models/items/g_a50.md3" - + Medium Armor (default 25 armor points) -------- KEYS -------- time till it respawns (default: 20) @@ -500,7 +500,7 @@ Medium Armor (default 25 armor points) modeldisabled="models/items/g_armormedium.md3" - + Small Armor (default 5 armor points) -------- KEYS -------- time till it respawns (default: 15) @@ -515,7 +515,7 @@ Small Armor (default 5 armor points) modeldisabled="models/items/g_a1.md3" - + Machine Gun ammo -------- KEYS -------- bullets gained by this item (if unset, g_pickup_nails is used) @@ -529,7 +529,7 @@ Machine Gun ammo modeldisabled="models/items/a_bullets.md3" - + Vortex, Electro and Crylink ammo -------- KEYS -------- cells gained by this item (if unset, g_pickup_cells is used) @@ -610,7 +610,7 @@ Big Health (default 50 health points) modeldisabled="models/items/g_h50.md3" - + Medium Health (default 25 health points) -------- KEYS -------- time till it respawns (default: 15) @@ -625,7 +625,7 @@ Medium Health (default 25 health points) modeldisabled="models/items/g_h25.md3" - + Mega Health (default 100 health points) In Instagib, this randomly turns into either an invisibility, an extra lives or a speed power-up with a default respawn time of 120. -------- KEYS -------- @@ -641,7 +641,7 @@ In Instagib, this randomly turns into either an invisibility, an extra lives or modeldisabled="models/items/g_h100.md3" - + Small Health (default 5 health points) -------- KEYS -------- time till it respawns (default: 15) @@ -656,7 +656,7 @@ Small Health (default 5 health points) modeldisabled="models/items/g_h1.md3" - + Strong Shield In Instagib, this randomly turns into either an invisibility, an extra lives or a speed power-up with a default respawn time of 120. -------- KEYS -------- @@ -670,6 +670,32 @@ In Instagib, this randomly turns into either an invisibility, an extra lives or modeldisabled="models/items/g_invincible.md3" + +Faster movement and shooting +-------- KEYS -------- +time till it respawns (default: 120) +respawn time randomization +/- seconds (default: 0) +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 -------- +the item will float in air, instead of aligning to the floor by falling +-------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY -------- +modeldisabled="models/items/g_invincible.md3" + + + +Low visibility +-------- KEYS -------- +time till it respawns (default: 120) +respawn time randomization +/- seconds (default: 0) +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 -------- +the item will float in air, instead of aligning to the floor by falling +-------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY -------- +modeldisabled="models/items/g_invincible.md3" + + A key entity. The itemkeys should contain one of the following key IDs: @@ -726,7 +752,7 @@ Don't use this entity on new maps! Use item_key instead. - + Instagib ammo. Always contains 5 (g_instagib_ammo_drop) shots. It only appears when playing Instagib and prevents auto-replacement of weapon_vortex & weapon_devastator when used. @@ -741,7 +767,7 @@ It only appears when playing Instagib and prevents auto-replacement of weapon_vo modeldisabled="models/items/a_cells.md3" - + Devastator, Hagar and Mortar ammo -------- KEYS -------- rockets gained by this item (if unset, g_pickup_rockets is used) @@ -755,7 +781,7 @@ Devastator, Hagar and Mortar ammo modeldisabled="models/items/a_rockets.md3" - + Shotgun ammo -------- KEYS -------- shells gained by this item (if unset, g_pickup_shells is used) @@ -769,7 +795,7 @@ Shotgun ammo modeldisabled="models/items/a_shells.md3" - + Strength aka Quad damage In Instagib, this randomly turns into either an invisibility, an extra lives or a speed power-up with a default respawn time of 120. -------- KEYS -------- @@ -1182,7 +1208,7 @@ Monster spawnpoint for Invasion team that the monster will join if teamplay (5 = red, 14 = blue, etc) - + Acts as an intermediary for an action that takes multiple inputs. After the counter has been triggered "count" times, it will fire all of its targets. -------- KEYS -------- @@ -1195,7 +1221,7 @@ After the counter has been triggered "count" times, it will fire all o -------- SPAWNFLAGS -------- don't print a "2 more to go..."-like message when triggered fire at every count (behaves like trigger_multiple with limited shots) - + Trigger that delays triggering by a given amount of time. Only one action can be waited for; if triggered again before the "wait" time expires, the timer will restart (as opposed to trigger_relay). @@ -1368,12 +1394,12 @@ Note that in Xonotic, teleporters preserve momentum of the player using them. team that owns this teleporter (5 = red, 14 = blue, etc) (when set, only this team can teleport) when targeted by a func_button, pressing the button will reassign the teleporter to the team of the activator. -------- SPAWNFLAGS -------- -If spectator is set, only spectators can use this teleport. Spectator teleporters are not normally placed in the editor, but are created automatically near doors to allow spectators to move through them. -Stores the speed at entering the teleporter and restore it at the destination. +if set, only observers can use this teleporter +if set, ignores g_teleport_maxspeed the team that owns the teleporter will NOT teleport when touching this - + the Crylink -------- KEYS -------- initial cells of the weapon (if unset, g_pickup_cells is used) @@ -1387,7 +1413,7 @@ the Crylink modeldisabled="models/weapons/g_crylink.md3" - + the Electro -------- KEYS -------- initial cells of the weapon (if unset, g_pickup_cells is used) @@ -1401,7 +1427,7 @@ the Electro modeldisabled="models/weapons/g_electro.md3" - + the Mortar -------- KEYS -------- initial rockets of the weapon (if unset, g_pickup_rockets is used) @@ -1415,7 +1441,7 @@ the Mortar modeldisabled="models/weapons/g_gl.md3" - + the Hagar -------- KEYS -------- initial rockets of the weapon (if unset, g_pickup_rockets is used) @@ -1429,7 +1455,7 @@ the Hagar modeldisabled="models/weapons/g_hagar.md3" - + the Blaster. Note that unless you use settemp_for_type all g_balance_blaster_weaponstart 0 in your mapinfo file, everyone will already spawn with one, making this pickup useless. @@ -1444,12 +1470,12 @@ in your mapinfo file, everyone will already spawn with one, making this pickup u modeldisabled="models/weapons/g_laser.md3" - + the Vortex In Instagib, this turns into an item_vaporizer_cells if no explicit item_vaporizer_cells have been placed. -------- KEYS -------- initial cells of the weapon (if unset, g_pickup_cells is used) -time till it respawns (default: 15 * g_balance_vortex_respawntime_modifier) +time till it respawns (default: 15) respawn time randomization +/- seconds (default: 0) 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. @@ -1459,7 +1485,7 @@ In Instagib, this turns into an item_vaporizer_cells if no explicit item_vaporiz modeldisabled="models/weapons/g_nex.md3" - + the Devastator In Instagib, this turns into an item_vaporizer_cells if no explicit item_vaporizer_cells have been placed. -------- KEYS -------- @@ -1474,7 +1500,7 @@ In Instagib, this turns into an item_vaporizer_cells if no explicit item_vaporiz modeldisabled="models/weapons/g_rl.md3" - + the Shotgun. Note that unless you use settemp_for_type all g_balance_shotgun_weaponstart 0 in your mapinfo file, everyone will already spawn with one, making this pickup useless. @@ -1490,7 +1516,7 @@ in your mapinfo file, everyone will already spawn with one, making this pickup u modeldisabled="models/weapons/g_shotgun.md3" - + the Machine Gun -------- KEYS -------- initial bullets of the weapon (if unset, g_pickup_nails is used) @@ -1504,6 +1530,20 @@ the Machine Gun modeldisabled="models/weapons/g_uzi.md3" + +the Arc (experimental weapon) +-------- KEYS -------- +initial cells of the weapon (if unset, g_pickup_cells is used) +time till it respawns (default: 15) +respawn time randomization +/- seconds (default: 0) +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 -------- +the item will float in air, instead of aligning to the floor by falling +-------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY -------- +modeldisabled="models/weapons/g_arc.md3" + + The world. If you see this, the currently selected brush is not of an entity. @@ -1709,7 +1749,7 @@ Makes one entity follow another. Will not work with all entities. do not untransform the coordinates (that is, the map specifies local coordinates, not global ones). Mostly useful with ATTACH. - + Placing this entity on a map kills your cat, voids the warranty on your toaster, and makes your map an unenjoyable campers' paradise. the InstaGib Vortex. Always kills with one shot. -------- KEYS -------- @@ -1724,7 +1764,7 @@ the InstaGib Vortex. Always kills with one shot. modeldisabled="models/weapons/g_minstanex.md3" - + the Port-O-Launch. Only can be shot once. Portals cannot be made on noimpact surfaces, and the portal missile will bounce on slick surfaces. -------- KEYS -------- @@ -1816,8 +1856,8 @@ Example is a Mario-style question mark block which could throw a new weapon_vort create a first entity on map load - -This is a model which can be damaged. + +This is a model which can be damaged (the model is used for collisions in-game, not the bbox). Once all health is consumed it'll disappear and trigger the targeted entity/entities. When triggered, it resets to full health, and unbreaks. -------- KEYS -------- @@ -1852,8 +1892,8 @@ When triggered, it resets to full health, and unbreaks. -------- SPAWNFLAGS -------- do not allow damaging this until it is first activated indicate amount of damage already taken by coloring -if set, splash damage cannot activate the door, only direct damage can (requires health to be set) - +if set, splash damage has no effect, only direct damage has (requires health to be set) + This is a brush model which can be damaged. @@ -1907,7 +1947,7 @@ Relays the trigger event if a cvar is set to a specified value. trigger if the cvar does NOT match the value. - + the Heavy Laser Assault Cannon. -------- KEYS -------- initial cells of the weapon (if unset, g_pickup_cells is used) @@ -1921,7 +1961,7 @@ the Heavy Laser Assault Cannon. modeldisabled="models/weapons/g_hlac.md3" - + the Mine Layer. -------- KEYS -------- initial rockets of the weapon (if unset, g_pickup_rockets is used) @@ -1935,7 +1975,7 @@ the Mine Layer. modeldisabled="models/weapons/g_minelayer.md3" - + Placing this entity on a map kills your dog, voids the warranty on your car, and makes your map an unenjoyable noobs' paradise. the T.A.G. Seeker. -------- KEYS -------- @@ -1950,7 +1990,7 @@ the T.A.G. Seeker. modeldisabled="models/weapons/g_seeker.md3" - + the on-hand Grappling Hook. -------- KEYS -------- initial cells of the weapon (if unset, g_pickup_cells is used) @@ -1986,7 +2026,7 @@ Target version of trigger_heal. Heals the activator. play the sound even if the player is fully healed - + the Sniper Rifle. -------- KEYS -------- initial bullets of the weapon (if unset, g_pickup_nails is used) @@ -2314,7 +2354,7 @@ Triggers targets when a given magic word has been said the note pitch must be accurate and cannot be transposed - + the Fireball -------- KEYS -------- initial rockets of the weapon (if unset, g_pickup_rockets is used) @@ -2790,7 +2830,7 @@ Sets the speed of the player. If ADD is speficied, negative values will reduce the speed. -------- KEYS -------- Activating trigger points to this. -Speed value to set (default: 100). +Speed value to set (default: 100). A value of 0 will be interpreted as such and not as the default value. -------- SPAWNFLAGS -------- value is treated as percentage of current speed adds the speed instead of setting it