Official gamemode framework for Mafia: Oakwood
Currently hosts these gamemodes:
- CSGO-alike bomb-defusal gamemode
- Team Deathmatch
- Elimination
- Capture The Flag
- Free-For-All (no rounds, just kill everyone)
- Open server.json and set
gamemode
to<mod_path>/init.lua
- Set
static-dir
to<mod_path>/static
- Set
map
toTUTORIAL
- Open <mod_path>/init.lua and set MAPNAME to your desired map from
<mod_path>/maps
- Have a look at <mod_path>/config/settings.lua for more settings
Huge thanks to @NanobotZ for implementing the CS:GO inspired bomb-defusal gamemode and @saska for various assets used by this framework. See LICENSE for more information regarding licensing.