[LambdaPlayers] Lambda Zombies – Зомби режим с ботами

If you liked this item, please rate it up on Steam Workshop page.

Author: Ҝ丨ㄒ丂ㄩ几ㄖ千千

Last revision: 12 Jun, 2024 at 15:19 UTC

File size: 20.34 KB

On Steam Workshop

Description:

An add-on for lambda players that adds a Zombie Plague-style game mode to the sandbox

To configure the add-on, go to the "Lambda Players" tab and select "Lambda Zombies"

All available options are shown in the screenshots
DURING THE ROUND, the TEAM SYSTEM MUST BE ENABLED!!!!
Settings options:
lambda_zombies_human_team (The name of the team from the command system, for example, Counter-Minges) – the name of the team for people
lambda_zombies_zombie_team (The name of the team from the command system, for example, ARCLIGHT) – the name of the team for zombies
, lambda_zombies_start_hp (int) – the number of hp when zombies appear
, lambda_zombies_start_zombies_count – the number of zombies at the beginning of the round.
lambda_zombies_selectrandomzombie – Choose a random Lambda (or player) and turn him into a zombie
lambda_zombies_allzombietohumans – Cure all the zombies
lambda_zombies_startgame – Start a round of zombie epidemic

Available hooks:
LambdaZombiesZombieOnThink – starts when the lamb player becomes a zombie and the round begins
LambdaZombiesHumanOnThink – starts when the lamba player becomes a human and the round begins
LambdaZombiesBeforeSetZombie – starts when lambda becomes a zombie. if you return the value true, you completely override the logic
LambdaZombiesAfterSetZombie – starts when lambda is already a zombie.
LambdaZombiesBeforeSetHuman – starts when lambda becomes a human. if you return the value true, you completely override the logic
LambdaZombiesAfterSetHuman – starts when lambda already becomes a human
LambdaZombiesFirstInfection – starts when a group of zombies starts. if you return the value true, you completely override the logic of starting the round
LambdaZombiesHumanWin – starts when people win
LambdaZombiesZombieWin – starts when zombies are defeated

Other functions:
– Multiplayer is supported (not tested in combat. if you have any problems, please write in person)
– Extensions are supported (hooks can be used to override behavior)
– Works in the sandbox

Plans:
– Open source addon
– More Extensions
– Add a "Hero" Lambda player