Black Mesa: Elimination: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
m (Comma added.)
Line 1: Line 1:
{{stub}}
{{stub}}
Making a {{bms|4}} 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_counter|math_counters]].  
Making a {{bms|4}} 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_counter|math_counters]].  
{{tip|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..}}
{{tip|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..}}

Revision as of 09:55, 21 February 2024

Stub

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

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..