page 3 - standard Quake entities |
func_wall |
description:
basically, a normal solid wall
usage:
The catch is, you can specify whether or not the func_wall will appear based on what skill level is being played, or if it is in deathmatch mode. Also, func_walls can be removed by being targeted by a "killtarget" from a trigger.
|
info_intermission |
description:
inserts a camera that will be used for the intermission screen (more than one can be used)
usage:
There are two parts to using an info_intermission camera. First, you have to place it somewhere...this is it's viewpoint. The second thing you must do is give it a "mangle" key (explained below).
keys/values
If more than one info_intermission is present in a level, quake will choose randomly between them for the intermission camera view. If there are no cameras present in a level, the intermission view will be from the info_player_start perspective.
|
info_notnull & info_notnull |
description:
info_notnull is used as a positional target for lighting, and does not remove itself.
info_null is a positional target for spotlights, and does remove itself |
info_player_* entities |
description:
info_player_coop is used to position players for coop games. (more than one allowed) usage
info_player_deathmatch is used to position players for deathmatch games. (more than one allowed) info_player_start positions a player for a single player game. (only one allowed) info_player_start2 is used as a return point for a player once he completes an episode
Place these entities wherever you would like players to start. For coop levels, it is a good idea to place the start points close together so everyone can start together. For deathmatch levels, it is best to make players spawn in many random places, but ussually not near high power weapons. To set the angle the player faces upon entering the level, poition the angle accordingly.
see also
|
info_teleport_destination |
description:
sets up a teleport destination, when linked to a teleporter
usage:
This is set up much the same way an info_player_start is, except that you must also provide a "targetname" for the entity, which is what the teleporter will target.
see also:
|
item_armor1 |
description:
green armor (100 armor points)
see also:
|
|