Is it possible to do 2 servers garry's mod - TTT and Breach on one VPS machine?
I mean, every server has its own cfg folders, addons, etc.
Currently, as I simply enable 2 different modes on other ports this breach mode has the same addons and settings along with the server name as TTT.
Yes absolutely. As long as they run on different ports (and you have the CPU/RAM required) you're fine.
You [url=https://facepunch.com/showthread.php?t=1305365]might have to be careful[/url] when you're running multiple servers of 1 folder if your code is using [url=http://wiki.garrysmod.com/page/Category:sql]SQLite[/url] in any way, because the sv.db file might get locked by 1 process and this will cause the other process to wait for it it to unlock (after the write is done). The solution is to use MySQL.
Sorry, you need to Log In to post a reply to this thread.