Black Mesa: Elimination: Difference between revisions
Jump to navigation
Jump to search
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.. Otherwise, use individual NPCs and respawn them using just the math_counter and logic_relay.
DavidSon713 (talk | contribs) No edit summary |
DavidSon713 (talk | contribs) mNo edit summary |
||
Line 2: | Line 2: | ||
{{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.. Otherwise, use individual NPCs and respawn them using the [[math_counter]] and [[logic_relay]].}} | {{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.. Otherwise, use individual NPCs and respawn them using just the [[math_counter]] and [[logic_relay]].}} |
Revision as of 10:01, 21 February 2024
Making a 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.
