Black Mesa: Elimination

From Valve Developer Community
Revision as of 10:02, 21 February 2024 by DavidSon713 (talk | contribs) (Added skill level.)
Jump to navigation Jump to search
Black Mesa Level Creation

Stub

This article or section is a stub. You can help by expanding it.

Skill Level

This tutorial expects you to have this amount of knowledge within the topic to follow along smoothly.

Novice Familiar Competent Proficient Expert

Making a Black Mesa Black Mesa zombie survival map in Hammer is quite easy. To make waves, utilize the logic_relay and the npc_maker, you will also (most likely) need multiple math_counters.

Tip.pngTip:The npc_maker should primarily be used when wanting to make multiple waves of increasing difficulty. One example is having zombie scientists as the first wave, then zombie guards as the second, etc.. Otherwise, use individual NPCs and respawn them using just the math_counter and logic_relay.