Last active
February 24, 2017 05:19
-
-
Save eboyer/1ae16a0049745eea3598 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Setup token for public servers (not LAN) | |
-- | |
http://steamcommunity.com/dev/managegameservers | |
sv_setsteamaccount "XXX" | |
Server Plugins | |
-- | |
CSGO-Pug-Setup https://github.com/splewis/csgo-pug-setup | |
Warmod https://forums.alliedmods.net/showthread.php?t=225474 | |
Restore match | |
-- | |
mp_backup_restore_load_file XXX.txt | |
Add more ports to clients | |
-- | |
mm_server_search_lan_ports "27015,27016,27017,27018,27019,27020" | |
GOTV Tricks | |
-- | |
http://steamcommunity.com/sharedfiles/filedetails/?id=516354540 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
nice