Advertisement
Guest User

server.cfg

a guest
May 26th, 2019
530
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. // ---------------------------------------------------------------
  2. // Server Info Options
  3. // ---------------------------------------------------------------
  4. hostname "<YourServerName>" // server name
  5. rcon_password "<YourRemoteAdminPassword>" // remote rcon passsword
  6. sv_password "" // Server password, if you want your server to have password only access, insert YourServerAccessPassword
  7. // ---------------------------------------------------------------
  8. // Server Download Options (Community made maps)
  9. // ---------------------------------------------------------------
  10. // sv_downloadurl "<type-url-here>"
  11. // sv_allowdownload 1
  12. // sv_allowupload 1
  13. // server logging
  14. // ---------------------------------------------------------------
  15. // Server Logging Options
  16. // ---------------------------------------------------------------
  17. log on
  18. sv_logbans 1
  19. sv_logecho 1
  20. sv_logfile 1
  21. sv_log_onefile 0
  22. // ---------------------------------------------------------------
  23. // Game Mode Options (Change text with in the quotes)
  24. // ---------------------------------------------------------------
  25. // "tactical_operation" - firefight, vip, search and destroy
  26. // "sustained_combat" - push, skirmish, strike
  27. // "cooperative" - checkpoint, outpost, hunt
  28. mapcyclefile "mapcycle_tactical_operation.txt"
  29. // ---------------------------------------------------------------
  30. // Enabling Matchmaking (Change text with in the quotes)
  31. // More info: http://steamcommunity.com/app/222880/discussions/2/558746089590579609/
  32. // ---------------------------------------------------------------
  33. // "tacticalop" (Tactical Operations)
  34. // "sustained" (Sustained Combat)
  35. // "coop" (Cooperative)
  36. //sv_playlist tacticalop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement