Turrets: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (bangs head)
m (Replaced deprecated {{Game name}} template with {{Software}} counterpart. Action performed by bot)
 
(13 intermediate revisions by 9 users not shown)
Line 1: Line 1:
{{lang|Turrets}}
__NOTOC__
__NOTOC__
{{Abstract Mapping}}
{{Abstract Mapping}}
All types of turrets.
All types of turrets.


By default, automatic turrets are enemies of the player. To make turrets player-friendly, use an [[ai_relationship]].
By default, automatic turrets are enemies of the player. To make turrets player-friendly, use an {{ent|ai_relationship}}.
== Half-Life 2 Turrets ==
== {{Half-Life 2|4}} Turrets ==
=== Fixed turrets ===
[[File:CombineTurretCollection.jpg|170px|right]]
* [[npc_turret_ground]]: Fixed auto-turret mounted in the floor.
'''Fixed turrets'''
* [[npc_turret_ceiling]]: Fixed auto-turret mounted in the ceiling.
* {{ent|npc_turret_ground}}: Fixed auto-turret mounted in the floor.
* {{ent|npc_turret_ceiling}}: Fixed auto-turret mounted in the ceiling.


=== Movable turrets ===
'''Movable turrets'''
* [[npc_turret_floor]]: Tripod-mounted auto-turrets that can be picked up and moved.
* {{ent|npc_turret_floor}}: Tripod-mounted auto-turrets that can be picked up and moved.
 
== {{Portal|4}}/{{Portal 2|4}} Turrets ==
[[File:PortalTurretCollection.jpg|right]]
* {{ent|npc_portal_turret_floor}}: Tripod-mounted auto-turrets that can be picked up and moved.
* {{ent|npc_rocket_turret}}: In ground, one legged.
<br>
<br>
<br>
== Miscellaneous Turrets ==
[[File:TF2 Sentries.PNG|250px|right]]
*{{ent|obj_sentrygun}} {{only|{{tf2}}}} allows the mapper to place sentry guns a la those of the {{tfwiki|Engineer}}.
<br>
<br>


== Usable mounted guns ==
== Usable mounted guns ==
* [http://forum.interlopers.net/viewtopic.php?t=1782 Tutorial]- Shows how to set up dynamic prop guns.
* [http://www.interlopers.net/tutorials/25687 Tutorial]- Shows how to set up dynamic prop guns.
* [[func_tank]]
* {{ent|func_tank}} {{hl2}}{{hl2dm}}{{hls}}{{hldms}}{{portal2}}{{csgo}}{{bms}}
 
== Portal Turrets ==
* [[npc_portal_turret_floor]]: Tripod-mounted auto-turrets that can be picked up and moved.
* [[npc_rocket_turret]]: In ground, one legged.
 
{{note|The SDK map <code>sdk_d2_coast_12.vmf</code> features usable mounted guns.}}
{{note|The SDK map <code>sdk_d2_coast_12.vmf</code> features usable mounted guns.}}

Latest revision as of 06:39, 31 May 2024

English (en)中文 (zh)中文(臺灣) (zh-tw)Translate (Translate)
Abstract Mapping series Discuss your thoughts - Help us develop the articles or ideas you want

Ammunition | List of HL2 Animals and Creatures | Mapping with Antlions | Beams and Lasers | Cables and Ropes | Moving Clouds | Color Theory in Level Design | Combat | Combine | Compression (Source 1) | Doors | Dust, Fog, & Smoke | Elevators | Level Transitions | Environmental Lighting, Sun, Weather, & Outdoors | Explosions | Fire | Half-Life 2 Foliage | Glass & Windows | Headcrab | Health | Ladders | Lighting | Optimization (level design) | Physics | Retinal scanners | Sound and Music | Special effects | Terrain | Trains | Turrets | Water | Weapons | Zombie

All types of turrets.

By default, automatic turrets are enemies of the player. To make turrets player-friendly, use an ai_relationship.

Half-Life 2 Half-Life 2 Turrets

CombineTurretCollection.jpg

Fixed turrets

Movable turrets

Portal Portal/Portal 2 Portal 2 Turrets

PortalTurretCollection.jpg




Miscellaneous Turrets

TF2 Sentries.PNG



Usable mounted guns

Note.pngNote:The SDK map sdk_d2_coast_12.vmf features usable mounted guns.