Add Onbuild Basedir Argument
Reduce Cache Layers Remove Volumes Fix Ports Fix exec config
This commit is contained in:
4
latest/cfg/sandbox.cfg
Normal file
4
latest/cfg/sandbox.cfg
Normal file
@@ -0,0 +1,4 @@
|
||||
// Garry's Mod - sandbox - Config
|
||||
// https://github.com/garrynewman/garrysmod/blob/master/garrysmod/gamemodes/sandbox/sandbox.txt
|
||||
exec server.cfg
|
||||
exec my.sandbox.cfg
|
@@ -1,2 +1,3 @@
|
||||
// Garry's Mod - Config
|
||||
exec ../volume/server.cfg
|
||||
// https://developer.valvesoftware.com/wiki/Console_Command_List
|
||||
exec my.server.cfg
|
4
latest/cfg/terrortown.cfg
Normal file
4
latest/cfg/terrortown.cfg
Normal file
@@ -0,0 +1,4 @@
|
||||
// Garry's Mod - terrortown - Config
|
||||
// https://github.com/garrynewman/garrysmod/blob/master/garrysmod/gamemodes/terrortown/terrortown.txt
|
||||
exec server.cfg
|
||||
exec my.terrortown.cfg
|
Reference in New Issue
Block a user