Hi, my name is Wayne Gregory, and I am hereby discontinuing this project due to the fact my motivation for garrys mod is in a steep decline as of lately. I dont know if i will ever return to this project, which is likely no. So... I am going to quit while i am still working on this mod. I am hereby allowing anyone to fork and rework the project however best fits with them. I hope you can do great things with this mod or remake it entirely, who knows. let your imagination go wild. But, dont let me bog you down. Enjoy this mod.
Open-source Garry’s Mod battle royale-style gamemode. Free to use, fork, modify, and redistribute under the MIT License.
CONFIG.md — where to edit settings (no code tour, just paths).
Tunables live in gamemodes/gbroyale/gamemode/config/ (sh_config.lua, sh_m9k_lootpools.lua). Same info is in that folder’s README.md.
| Path | Contents |
|---|---|
gamemodes/gbroyale/gamemode/config/ |
All tunables + loot pool lists |
gamemodes/gbroyale/gamemode/server/ |
Server-only logic (sv_*.lua) |
gamemodes/gbroyale/gamemode/client/ |
Client UI / HUD (cl_*.lua) |
gamemodes/gbroyale/gamemode/shared/ |
Shared helpers (sh_inventory.lua) |
gamemodes/gbroyale/gamemode/ |
init.lua, cl_init.lua, shared.lua (loaders) |
docs/ |
Code of Conduct, Contributing |
The MIT License allows use for any purpose, including commercial servers and private forks, subject to MIT’s conditions (including the copyright notice on distributed copies). You do not need approval to fork or ship your own variant.
Created by zeropointbruh and contributors. Help: in-game welcome text or Discord.
Put the gbroyale folder under garrysmod/addons/, select the GB Royale gamemode on the server, then edit gamemodes/gbroyale/gamemode/config/sh_config.lua.