You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

MainServerConfig.vdf 625B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. "MainServerConfig"
  2. {
  3. "hostname"
  4. {
  5. "name" "Server Name"
  6. "type" "string"
  7. }
  8. "map"
  9. {
  10. "name" "Map"
  11. "type" "customlist"
  12. }
  13. "sv_lan"
  14. {
  15. "name" "Network"
  16. "type" "enumeration"
  17. "list"
  18. {
  19. "0" "Internet"
  20. "1" "LAN"
  21. }
  22. }
  23. "rcon_password"
  24. {
  25. "name" "RCON Password"
  26. "type" "string"
  27. }
  28. "sv_password"
  29. {
  30. "name" "Player Password"
  31. "type" "string"
  32. }
  33. "mapcycle"
  34. {
  35. "name" "Map Cycle"
  36. "type" "custom"
  37. }
  38. // "MOTD"
  39. // {
  40. // "name" "MOTD"
  41. // "type" "multistring"
  42. // }
  43. // "sv_log"
  44. // {
  45. // "name" "Activity Log"
  46. // "type" "enumeration"
  47. // "list"
  48. // {
  49. // "0" "Disabled"
  50. // "1" "Enabled"
  51. // }
  52. // }
  53. }