All Projects → samuelmaddock → zombie-escape

samuelmaddock / zombie-escape

Licence: MIT license
🏃 Gamemode for Garry's Mod based on the popular Counter-Strike: Source server mod

Programming Languages

lua
6591 projects

Projects that are alternatives of or similar to zombie-escape

sourcesdk-minimal
A compact and Garry's Mod compatible SourceSDK (don't use in other Source engine games).
Stars: ✭ 34 (+100%)
Mutual labels:  gmod, garrysmod
gm luaerror
A module for Garry's Mod that adds hooks for obtaining errors that happen on the client and server (if activated on server, it also pushes errors from clients).
Stars: ✭ 35 (+105.88%)
Mutual labels:  gmod, garrysmod
XPGUI
A modern VGUI framework.
Stars: ✭ 15 (-11.76%)
Mutual labels:  gmod, garrysmod
helix
A Garry's Mod roleplaying framework developed by nebulous for the people. Helix IS open-source - the code can be used as you wish.
Stars: ✭ 123 (+623.53%)
Mutual labels:  gmod, garrysmod
garrysmod common
A repository of common bits for compilation projects based on Garry's Mod.
Stars: ✭ 76 (+347.06%)
Mutual labels:  gmod, garrysmod
gmod luasocket
Modules for Garry's Mod that add bindings for OS sockets through luasocket.
Stars: ✭ 21 (+23.53%)
Mutual labels:  gmod, garrysmod
Fun
Small fun scripts
Stars: ✭ 22 (+29.41%)
Mutual labels:  gmod, garrysmod
BadCoderz
Find unoptimized gmod addons and KILL the devs who made them
Stars: ✭ 66 (+288.24%)
Mutual labels:  gmod, garrysmod
VJ-Base
An addon for Garry's mod that contains bunch of bases to make many different types of addons.
Stars: ✭ 57 (+235.29%)
Mutual labels:  gmod, garrysmod
Autorun-rs
Undetectable scripthook with lua execution and filesteal. Modern replacement for gluasteal and most lua executors
Stars: ✭ 63 (+270.59%)
Mutual labels:  gmod, garrysmod
ACF-3
ACF
Stars: ✭ 37 (+117.65%)
Mutual labels:  gmod, garrysmod
glua-docs
🔍 Quick documentation lookup for Garry's Mod Lua
Stars: ✭ 14 (-17.65%)
Mutual labels:  gmod, garrysmod
3D2D-Textscreens
3D2D Textscreens Garry's Mod Workshop Addon
Stars: ✭ 26 (+52.94%)
Mutual labels:  gmod, garrysmod
Half-Life-Resurgence
Recreation & expansion of NPCs, entities, and weapons from the Half-Life series into Garry's Mod!
Stars: ✭ 52 (+205.88%)
Mutual labels:  gmod, garrysmod
3d2d-vgui
👀 Render and control 2D VGUI in 3D world space for Garry's Mod
Stars: ✭ 69 (+305.88%)
Mutual labels:  gmod
leysourceengineclient
A source engine network client implementation based on some of my reversing work with basic functionality ( joining servers, talking, receiving/sending voicedata etc. ). Made this & reversed netchan to learn about Sources networking.
Stars: ✭ 122 (+617.65%)
Mutual labels:  gmod
htmlspecialchars
Escape special characters to HTML entities in JavaScript
Stars: ✭ 62 (+264.71%)
Mutual labels:  escape
Lambda
Half-Life 2 series Co-Op Gamemode
Stars: ✭ 52 (+205.88%)
Mutual labels:  garrysmod
machado
This repository provides users with a framework to store, search and visualize biological data.
Stars: ✭ 18 (+5.88%)
Mutual labels:  gmod
url
Build and parse URLs. Useful for HTTP and "routing" in single-page apps (SPAs)
Stars: ✭ 69 (+305.88%)
Mutual labels:  escape

Zombie Escape

Zombie Escape is a popular gamemode for Counter-Strike: Source, now available for Garry's Mod. Players initially spawn as humans, and after a short amount of time, an infection outbreaks. The humans must escape the infection by reaching the end of the map, otherwise the zombies will succeed. Humans are able to 'push' zombies back with their bullets. Each weapon has their own stats, which affects the amount of push.

Features

  • Map messages sent to the HUD (instead of chat)
  • Zombie damage display
  • Zombie knockback/push system
  • Bosses display health bars
  • Zombie arms weapon
  • Simple weapon selection menu
  • Win screen overlays (Thanks to Snoipa)
  • Configurable settings
  • Automated map changing after max rounds
  • Decreased zombie health and infection time with larger amount of players
  • Disabled Bunny Hop (Only in GMod Beta)

Settings

Although it's suggested to keep these settings at their default, you may change them if you feel necessary.

  • ze_max_rounds "Maximum amount of rounds played prior to map switch"
  • ze_ztimer_min "Minimum time from the start of the round until picking the mother zombie(s)."
  • ze_ztimer_max "Maximum time from the start of the round until picking the mother zombie(s)."
  • ze_zhealth_min
  • ze_zhealth_max
  • ze_ammo "Amount of ammo to give humans."
  • ze_buyzone <0/1> "Whether or not players may purchase weapons only in a buyzone."
  • ze_human_speed
  • ze_zombie_speed
  • ze_zombie_ratio
  • ze_zspawn_latejoin <0/1> "Allow late joining as zombie."
  • ze_zspawn_timelimit "Time from the start of the round to allow late zombie spawning."
  • ze_zknockback "Knockback multiplier for zombies."
  • ze_zmotherknockback "Knockback multiplier for mother zombies."
  • ze_propknockback "Force multiplier for props when shot."

Developer Support

  • Custom human weapons may be added by editing the 'weapons.txt' file.

  • Map fixes may be added to 'gamemode/maps/mapname.lua'

  • A selection of hooks are made available for developers looking to implement custom rewards or other features

  • OnRoundChange()

  • OnChangeMap( String nextmap )

  • OnTeamWin( Integer teamId )

  • OnInfected( Player ply, Player attacker )

  • OnNukeLaunched( Player ply )

  • OnBossDefeated( Table boss, Player attacker ) see sv_boss.lua

Installation

Place the 'ZombieEscape' folder inside 'garrysmod/gamemodes'

Maps

Additional maps can be found on gamebanana.com Also be sure to check out any CS:S Zombie Escape servers for any popular maps.

Links

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].