Info player equip: Difference between revisions
Jump to navigation
Jump to search
Tip:One instance of this entity can be used as the 'base' equipment, the starting equipment when the level begins. Other instances can be Enabled to include other items found later in the level.
Note:Weapons alone spawn with a full loaded clip of ammo, but none in reserve. (ex. weapon_frag gives a single grenade, use ammo_grenade to give additional grenades)
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{wrongtitle|title=info_player_equip}} | |||
{{Synergy}} '''info_player_equip''' is a [[point entity]] available in [[Synergy]]. | {{Synergy}} '''info_player_equip''' is a [[point entity]] available in [[Synergy]]. | ||
It manages the players' equipment. | It manages the players' equipment. | ||
Line 5: | Line 6: | ||
Entity that will give players any equipment specified by it's key values (in the form of 'entity_classname' 'number_of_items'). This entity replaces the functionality of the [[game_player_equip]]. The '''Enabled'''/'''Disabled''' states control whether or not players will spawn with its contents, they can still receive it with '''EquipPlayer''' and '''EquipAllPlayers''' Inputs, however. | Entity that will give players any equipment specified by it's key values (in the form of 'entity_classname' 'number_of_items'). This entity replaces the functionality of the [[game_player_equip]]. The '''Enabled'''/'''Disabled''' states control whether or not players will spawn with its contents, they can still receive it with '''EquipPlayer''' and '''EquipAllPlayers''' Inputs, however. | ||
{{tip| | {{tip|One instance of this entity can be used as the 'base' equipment, the starting equipment when the level begins. Other instances can be Enabled to include other items found later in the level.}} | ||
==Keyvalues== | ==Keyvalues== | ||
{{KV|StartDisabled|choices| | {{KV|StartDisabled|choices|Whether players who spawn will receive its contents.}} | ||
:* 0 : Start Disabled. | :* 0 : Start Disabled. | ||
:* 1 : Start Enabled. | :* 1 : Start Enabled. | ||
{{KV Targetname}} | {{KV Targetname}} | ||
==Equipment Options== | ===Equipment Options=== | ||
''' | '''Items''' | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
! | ! Key | ||
! | ! Value | ||
! Memo | ! Memo | ||
|- | |- | ||
Line 31: | Line 31: | ||
|} | |} | ||
''' | '''Half-Life 2 Weapons''' | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
! | ! Key | ||
! | ! Value | ||
|- | |- | ||
| [[weapon_crowbar]] | | [[weapon_crowbar]] | ||
Line 73: | Line 73: | ||
| 0/1 | | 0/1 | ||
|} | |} | ||
'''Synergy Weapons''' | '''Synergy Weapons''' | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
! | ! Key | ||
! | ! Value | ||
|- | |- | ||
| weapon_deagle | | weapon_deagle | ||
Line 89: | Line 88: | ||
| 0/1 | | 0/1 | ||
|} | |} | ||
{{note|Weapons alone spawn with a full loaded clip of ammo, but none in reserve. (ex. [[weapon_frag]] gives a single grenade, use ammo_grenade to give additional grenades)}} | |||
'''Ammo''' (x = number of clips) | '''Ammo''' (x = number of additional clips) | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
! | ! Key | ||
! | ! Recommended Value | ||
|- | |- | ||
| ammo_pistol | | ammo_pistol | ||
Line 130: | Line 130: | ||
|- | |- | ||
|} | |} | ||
==Inputs== | ==Inputs== | ||
{{IO|Enable|All players who respawn while this entity is Enabled will receive its equipment.}} | {{IO|Enable|All players who respawn while this entity is Enabled will receive its equipment.}} | ||
{{IO|Disable| | {{IO|Disable|Players will not receive its equipment on respawn.}} | ||
{{IO|EquipPlayer|Equip the [[!activator]] of this input with the items contained in this entity, even if this entity is disabled. Activator must be a player.}} | {{IO|EquipPlayer|Equip the [[!activator]] of this input with the items contained in this entity, even if this entity is disabled. Activator must be a player.}} | ||
{{IO|EquipAllPlayers|Equip every living player with the items contained in this entity, even if this entity is disabled.}} | {{IO|EquipAllPlayers|Equip every living player with the items contained in this entity, even if this entity is disabled.}} |
Revision as of 18:17, 9 November 2011
Template:Wrongtitle
info_player_equip is a point entity available in Synergy.
It manages the players' equipment.
Entity description
Entity that will give players any equipment specified by it's key values (in the form of 'entity_classname' 'number_of_items'). This entity replaces the functionality of the game_player_equip. The Enabled/Disabled states control whether or not players will spawn with its contents, they can still receive it with EquipPlayer and EquipAllPlayers Inputs, however.

Keyvalues
- StartDisabled ([todo internal name (i)]) <choices>
- Whether players who spawn will receive its contents.
- 0 : Start Disabled.
- 1 : Start Enabled.
- Name (targetname) <string>[ Edit ]
- The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g.
parentname
ortarget
).
Also displayed in Hammer's 2D views and Entity Report.See also: Generic Keyvalues, Inputs and Outputs available to all entities
Equipment Options
Items
Key | Value | Memo |
---|---|---|
item_suit | 0/1 | H.E.V. Suit |
item_armor | 1-100 | H.E.V. Suit's Powerarmor |
Half-Life 2 Weapons
Key | Value |
---|---|
weapon_crowbar | 0/1 |
weapon_stunstick | 0/1 |
weapon_pistol | 0/1 |
weapon_357 | 0/1 |
weapon_smg1 | 0/1 |
weapon_ar2 | 0/1 |
weapon_shotgun | 0/1 |
weapon_crossbow | 0/1 |
weapon_frag | 0/1 |
weapon_rpg | 0/1 |
weapon_slam | 0/1 |
weapon_physcannon | 0/1 |
Synergy Weapons
Key | Value |
---|---|
weapon_deagle | 0/1 |
weapon_mp5k | 0/1 |
weapon_mg1 | 0/1 |

Ammo (x = number of additional clips)
Key | Recommended Value |
---|---|
ammo_pistol | 18x |
ammo_357 | 6x |
ammo_smg1 | 45x |
ammo_smg1_grenade | 0-3 |
ammo_ar2 | 30x |
ammo_ar2altfire | 0-3 |
ammo_buckshot | 6x |
ammo_xbowbolt | 1x |
ammo_grenade | 0-4 |
ammo_rpg_round | 0-3 |
ammo_slam | 0-3 |
Inputs
- Enable
- All players who respawn while this entity is Enabled will receive its equipment.
- Disable
- Players will not receive its equipment on respawn.
- EquipPlayer
- Equip the !activator of this input with the items contained in this entity, even if this entity is disabled. Activator must be a player.
- EquipAllPlayers
- Equip every living player with the items contained in this entity, even if this entity is disabled.