Difference between revisions of "Half-Life: Alyx Workshop Tools/Level Design/Runner Headcrab"
Deprecated (talk | contribs) (Added HLATools page template) |
m (Make entities link to their wiki page) |
||
Line 6: | Line 6: | ||
== Setup == | == Setup == | ||
− | Create a test room. Insert a '''npc_headcrab_runner''' | + | Create a test room. Insert a '''[[npc_headcrab_runner]]''' |
[[File:HLA_SDK_Runner_Headcrab_Img1.png]] | [[File:HLA_SDK_Runner_Headcrab_Img1.png]] | ||
Line 14: | Line 14: | ||
== Reviving Zombies == | == Reviving Zombies == | ||
− | In order to allow it to revive entities you have to enable '''NPC Properties > Can Be Revived''' on each '''npc_zombie''' that will be able to be revived. You can also use '''Reviver Group''' in order to specify which runner headcrab can revive which zombies. | + | In order to allow it to revive entities you have to enable '''NPC Properties > Can Be Revived''' on each '''[[npc_zombie (hlvr)]]''' that will be able to be revived. You can also use '''Reviver Group''' in order to specify which runner headcrab can revive which zombies. |
== Finishing up == | == Finishing up == | ||
Compile and run your map, and you should have a working Runner Headcrab along with zombies that can be revived. | Compile and run your map, and you should have a working Runner Headcrab along with zombies that can be revived. |
Latest revision as of 01:25, 21 July 2020
Introduction
This tutorial will teach you how to add a runner headcrab or "Lightning Dog" to the map, and allow the runner headcrab to revive zombies.
Setup
Create a test room. Insert a npc_headcrab_runner
Create a Navigation Mesh. The Runner Headcrab should now be able to walk around.
Reviving Zombies
In order to allow it to revive entities you have to enable NPC Properties > Can Be Revived on each npc_zombie (hlvr) that will be able to be revived. You can also use Reviver Group in order to specify which runner headcrab can revive which zombies.
Finishing up
Compile and run your map, and you should have a working Runner Headcrab along with zombies that can be revived.