Creating Portal turrets: Difference between revisions
Jump to navigation
Jump to search
Note:Under Flags, check Disabled if you don't want it to be active right away.
No edit summary |
m (Nesciuse moved page Creating Portal turrets/en to Creating Portal turrets without leaving a redirect: Move en subpage to basepage) |
||
(29 intermediate revisions by 12 users not shown) | |||
Line 1: | Line 1: | ||
{{LanguageBar|title = Portal - Tutorial - Turrets}} | |||
{{back|Portal Level Creation}} | |||
{{portal}} Rocket/bullet turrets are very easy to add to your Portal map. | |||
== Bullet (floor) turrets == | |||
[[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>. | |||
# Then place it where you would like it on the map and rotate it so it's facing the correct direction. | |||
# Right-click on it and go to Properties. | |||
Additionally, you can create a box around your turret to prevent it from being knocked down. | |||
{{clr}} | |||
== Rocket turrets == | |||
[[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>. | |||
#Then place it where you would like it on the map and rotate it so it's facing the correct direction. | |||
{{note|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}} | |||
{{clr}} | |||
== See also == | |||
* [[Portal Level Creation]] | |||
[[Category:Portal]] | |||
[[Category:Level Design]] | |||
[[Category:Tutorials]] | |||
Latest revision as of 06:02, 12 July 2024
Rocket/bullet turrets are very easy to add to your Portal map.
Bullet (floor) turrets
- Select the entity tool (Shift + E) and in the dropdown menu select
npc_portal_turret_floor
. - Then place it where you would like it on the map and rotate it so it's facing the correct direction.
- 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
- Select the entity tool (Shift + E) and in the dropdown menu select
npc_rocket_turret
. - Then place it where you would like it on the map and rotate it so it's facing the correct direction.

Todo: Explain how to carve hole in ground for turret to recede into when disabled