Minimal gamemode for s&box.
Download as a zip and put the minimum folder in your addons/ folder. It should show up in the menu allowing you to make a new game.
Run GenerateProjects in addons to make the csproj. Open Addons.sln.
Editing the .cs, .html, .scss files should reflect their changes in game in realtime.
- https://wiki.facepunch.com/sbox/Making_Gamemode
- Barebones gamemode - https://github.com/Facepunch/sbox-minimal
- Example DM gamemode - https://github.com/Facepunch/dm98
- Sandbox gamemode - https://github.com/Facepunch/sandbox
- The Hidden gamemode - https://github.com/Facepunch/sbox-hidden
- Pool gamemode - https://github.com/Facepunch/sbox-pool
- RTS gamemode - https://github.com/Facepunch/sbox-rts
- TTT gamemode - https://github.com/TTTReborn/tttreborn
- Mini-golf gamemode - https://github.com/handsomematt/sbox-minigolf
- CTF gamemode - https://github.com/themasterminds/sbox-fortwars
- Utility stuff for gamemodes - https://github.com/Ceveos/sbox-minimal-extended
- Permission system, SQL data storage, logger