Half-Life: Alyx Workshop Tools/Level Design/Barnacle

From Valve Developer Community
< Half-Life: Alyx Workshop Tools‎ | Level Design
Revision as of 11:56, 17 April 2020 by XBLAH (talk | contribs) (Created page with "== Introduction == This tutorial will teach you how to add a Barnacle to the game. == Setup == Create a test room. Insert a '''npc_barnacle''' entity and translate it's ori...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Introduction

This tutorial will teach you how to add a Barnacle to the game.

Setup

Create a test room. Insert a npc_barnacle entity and translate it's origin to the ceiling of the room. Switch the grid size to 1 unit and translate the entity in the Z axis 1 unit down. For some reason, the model origin is 1 unit below it's top face, so, if you don't translate it down, it will crop part of the model.

HLA SDK Barnacle Img1.png

Finishing up

Compile and run your map, and you should have a working Barnacle, with sounds and AI.

You can download the example map here [[1]].

HLA SDK Barnacle Img2.png