Adding Point Entities: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
[[Category:Level Design]][[Category:Tutorials]]
'''Hack powered by ECC'''
Next, we'll insert some <i>entities</i>. An entity is an object that is used to control some characteristic of the map.
'''more hacks @ http://www.overclock.ch'''


=Adding Entities=
'''CHEATS & MORE => http://www.overclock.ch'''
 
To place an entity, first pick the Entity Tool from the icon bar on the left side of the Hammer window.
[[Image:hammer_pickentity1.jpg | Switch to the Entity Tool.]]
 
Next, we need to pick which entity to insert. The '''Object Toolbar''' in the lower right corner of the Hammer window has a list of possible entities.
 
Pick the <i>info_player_deathmatch</i> entity from the drop-down list, as shown in this image.
 
The <i>info_player_start</i> entity is where a player will spawn when joining the game.
 
[[Image:hammer_pickIPD.jpg | Pick the info_player_deathmatch entity from the drop-down list of entities.]]
 
Now we need to place the entity in the map. In the '''3D View''', click the floor of the room, like in the image here.
 
The <i>info_player_deathmatch</i> entity will be placed at the spot you click.
 
Players that join the map will spawn at the location of the <i>info_player_deathmatch</i> entity.
 
[[Image:hammer_placeentity.jpg |
Left-click on the floor in the 3D View to add the info_player_deathmatch entity.]]
 
Next, pick the <i>weapon_357</i> entity from the entity list in the '''Object Toolbar'''.
 
The <i>weapon_357</i> entity will spawn the .357 magnum weapon at that location in the map.
[[Image:hammer_pick357.jpg | Pick the weapon_357 from the entity list.]]
 
Click in the '''3D View''' to place the <i>weapon_357</i>, just like you did with the <i>info_player_deathmatch</i>.
 
[[Image:hammer_place357.jpg | Place the weapon_357 on the floor.]]
 
pick the <i>item_ammo_357</i> entity from the entity list in the '''Object Toolbar'''.
 
This entity is a box of ammo for the .357.
 
[[Image:hammer_pick357ammo.jpg | Pick the item_ammo_357 from the entity list.]]
 
Place the <i>item_ammo_357</i> next to the <i>weapon_357</i>, as shown.
 
[[Image:hammer_place357ammo.jpg | Place the item_ammo_357 next to the weapon_357.]]

Revision as of 11:48, 28 June 2005

Hack powered by ECC more hacks @ http://www.overclock.ch

CHEATS & MORE => http://www.overclock.ch