Creating Portal turrets: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (clean up, replaced: See Also → See also, {{Language subpage → {{langsp)
m (Nesciuse moved page Creating Portal turrets/en to Creating Portal turrets without leaving a redirect: Move en subpage to basepage)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{langsp|title=Portal - Tutorial - Turrets}}
{{LanguageBar|title = Portal - Tutorial - Turrets}}
 
{{back|Portal Level Creation}}
{{back|Portal Level Creation}}
{{portal}} Rocket/bullet turrets are very easy to add to your Portal map.
{{portal}} Rocket/bullet turrets are very easy to add to your Portal map.


== Bullet (floor) turrets ==
== Bullet (floor) turrets ==
[[Image:AP Turret.jpg|right|120px|Aperture Science floor turret]]
[[File:AP Turret.jpg|right|120px|Aperture Science floor turret]]
# Select the entity tool (Shift + E) and in the dropdown menu select <code>[[npc_portal_turret_floor]]</code>.
# Select the entity tool (Shift + E) and in the dropdown menu select <code>[[npc_portal_turret_floor]]</code>.
# Then place it where you would like it on the map and rotate it so it's facing the correct direction.
# Then place it where you would like it on the map and rotate it so it's facing the correct direction.
Line 12: Line 13:
{{clr}}
{{clr}}
== Rocket turrets ==
== Rocket turrets ==
[[Image:Rocket_turret.jpg|right|120px|Aperture Science Rocket Turret]]
[[File:Rocket_turret.jpg|right|120px|Aperture Science Rocket Turret]]


#Select the entity tool (Shift + E) and in the dropdown menu select <code>[[npc_rocket_turret]]</code>.
#Select the entity tool (Shift + E) and in the dropdown menu select <code>[[npc_rocket_turret]]</code>.

Latest revision as of 06:02, 12 July 2024

English (en)Русский (ru)Translate (Translate)
Portal Level Creation

Portal Rocket/bullet turrets are very easy to add to your Portal map.

Bullet (floor) turrets

Aperture Science floor turret
  1. Select the entity tool (Shift + E) and in the dropdown menu select npc_portal_turret_floor.
  2. Then place it where you would like it on the map and rotate it so it's facing the correct direction.
  3. Right-click on it and go to Properties.

Additionally, you can create a box around your turret to prevent it from being knocked down.

Rocket turrets

Aperture Science Rocket Turret
  1. Select the entity tool (Shift + E) and in the dropdown menu select npc_rocket_turret.
  2. Then place it where you would like it on the map and rotate it so it's facing the correct direction.
Note.pngNote:Under Flags, check Disabled if you don't want it to be active right away.
Todo: Explain how to carve hole in ground for turret to recede into when disabled

See also