Players VS Boss (PVB) is a round-based Garry's Mod gamemode in which a team of players fight against a boss played by a randomly selected player each round. Every round players can win new weapons that help them defeat more bosses!
โ 23 Custom PVB Weapons
โ 3 Included Bosses (Easily create more)
โ Easy Tutorial (F3)
โ Loadout system + Weapon Drops (F4)
โ Compatibility for Lower-end systems
-
Download or clone the Repository.
git clone https://github.com/PHSHosting/Players-VS-Boss.git
-
Extract the
gamemodes/pvb/
directory from the downloaded archive (Using a file archiver utility such as WinRAR or 7-Zip). -
Move the
gamemodes/pvb/
directory into the Server'sgarrysmod/gamemodes/
directory. -
Change the gamemode of the Server to
pvb
.
gamemodes/pvb/gamemode/config/sh_config.lua
PVB.Config = {}
PVB.Config.MinPlayers = 2
PVB.Config.WeaponDropChance = 4 //Minimum 2
PVB.Config.DefaultItems = {
{["weapon_pvb_ak47"] = 1, ["weapon_pvb_revolver"] = 1}, //Default
{}, //Rarity 1
{}, //Rarity 2
{}, //Rarity 3
{}, //Rarity 4
{["weapon_fists"] = 1}, //Mele
{["weapon_medkit"] = 1}, //Extra
{/*["models/player/urban.mdl"] = {1, "Urban"}*/}, //Skins
}
PVB.Config.GenericWeapons = {"weapon_pvb_ak47","weapon_pvb_aug","weapon_pvb_fiveseven","weapon_pvb_mac10"}
PVB.Config.SpecialWeapons = {"weapon_pvb_famas","weapon_pvb_galil","weapon_pvb_glock","weapon_pvb_sg552","weapon_pvb_ump"}
PVB.Config.RareWeapons = {"weapon_pvb_deagle","weapon_pvb_m4a1","weapon_pvb_mp5navy","weapon_pvb_scout","weapon_pvb_xm1014"}
PVB.Config.ArcaneWeapons = {"weapon_pvb_awp","weapon_pvb_p90","weapon_pvb_tmp","weapon_pvb_usp"}
This project is licensed under the MIT