Advertisement
Guest User

Untitled

a guest
Mar 29th, 2015
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.65 KB | None | 0 0
  1. ;Auto Generated by PunkBuster Server
  2. ; Some of the following settings may not apply,
  3. ; consult manuals at evenbalance.com for full documentation
  4. pb_sv_MsgPrefix "PunkBuster Server" //[PB Message Prefix (default=^3PunkBuster Client)]
  5. pb_sv_MaxDlRate 4 //[KB/sec requested per file (default=4)]
  6. pb_sv_MaxConDls 6 //[Concurrent downloads (default=1)]
  7. pb_sv_KickLen 0 //[Minutes (default=2)]
  8. pb_sv_CvarFreq 6 //[# of range checks per minute]
  9. pb_sv_CvarLogging 1 //[1=Reg. Log, 2=Var Log, 3=Both, 0=Neither]
  10. pb_sv_CvarWalk 1 //[0=disabled, 1-4=Walk through obtained Cvar lists]
  11. pb_sv_CvarUserPulse 99 //[Frequency to auto-send CvarUser (minutes)]
  12. pb_sv_CvarChangedPulse 99 //[Frequency to auto-send CvarChanged (minutes)]
  13. pb_sv_CQC 0 //[0=No, 1=Yes (default=1)]
  14. pb_sv_LogSync 0 //[0=No, 1=Yes (default=0)]
  15. pb_sv_SsFloor 1 //[Low screenshot filename serial #]
  16. pb_sv_SsCeiling 6000 //[High screenshot filename serial #]
  17. pb_sv_SsCmd "" //[Filename of system command to run after screenshots]
  18. pb_sv_SsWidth 320 //[Requested pixel width of remote screenshots]
  19. pb_sv_SsHeight 200 //[Requested pixel height of remote screenshots]
  20. pb_sv_SsXpct 50 //[Percentage across screen for remote screenshots]
  21. pb_sv_SsYpct 50 //[Percentage down screen for remote screenshots]
  22. pb_sv_SsSrate 1 //[Sample Rate for remote screenshots]
  23. pb_sv_SsDelay 10 //[Maximum delay client waits before capturing screenshot]
  24. pb_sv_SsPath "" //[Path where remote screenshots are saved]
  25. pb_sv_AutoSsFrom 240 //[Min # of seconds to wait before requesting next ss]
  26. pb_sv_AutoSsTo 360 //[Max # of seconds to wait before requesting next ss]
  27. pb_sv_AutoSs 1 //[0=No, 1=Yes (default=0)]
  28. pb_sv_ssLogging 0 //[1=Reg. Log, 2=SS Log, 3=Both, 0=Neither]
  29. pb_sv_ssTimeout 0 //[Seconds]
  30. pb_sv_Sleep 100 //[# of Milliseconds (default=60)]
  31. pb_sv_PowerMin 10 //[Power Points]
  32. pb_sv_PowerDef 1 //[Power Points]
  33. pb_sv_PowerKickLen 5 //[Minutes (default=5)]
  34. pb_sv_HttpPort 0 //[Port #]
  35. pb_sv_HttpAddr "" //[External IP Address]
  36. pb_sv_HttpRefresh 30 //[Seconds]
  37. pb_sv_HttpKey "" //[Key]
  38. pb_sv_HttpMaps "" //[Map list (separate by spaces)]
  39. pb_sv_ScoreKick 0 //[Min score (negative)]
  40. pb_sv_ChangePeriod 900 //[Seconds]
  41. pb_sv_ChangeMax 50 //[Max name changes allowed]
  42. pb_sv_DupNameGrace 1 //[Seconds]
  43. pb_sv_AutoUpdBan 1 //[0=No, 1=Yes (default=0)]
  44. pb_sv_ExtChar 1 //[0=No, 1=Yes (default=0)]
  45. pb_sv_GuidRelax 0 //[1=UNKN, 2=WRONGIP, 4=DUP (add desired values)]
  46. pb_sv_RconReload 0 //[0=No, 1=Yes (default=0)]
  47. pb_sv_HttpMapsPath "" //[Path where maps are loaded from in WebTool]
  48. pb_sv_HttpColText1 "FFFFFF" //[Text Color #1 in WebTool (default=FFFFFF)]
  49. pb_sv_HttpColText2 "0000FF" //[Text Color #2 in WebTool (default=0000FF)]
  50. pb_sv_HttpColBack1 "000000" //[Background Color #1 in WebTool (default=000000)]
  51. pb_sv_HttpColBack2 "808080" //[Background Color #2 in WebTool (default=808080)]
  52. pb_sv_HttpColLine1 "FF0000" //[Line Color #1 in WebTool (default=FF0000)]
  53. pb_sv_HttpColLine2 "0000FF" //[Line Color #2 in WebTool (default=0000FF)]
  54. pb_sv_HttpColMsg "FF0000" //[Message Color in WebTool (default=FF0000)]
  55. pb_sv_HttpShowGuid 0 //[0=No, 1=Yes (default=0)]
  56. pb_sv_Restrictions 2 //[0=No, 1=Yes (default=1)]
  57. pb_sv_FileWhitelist "" //[Folder Filename Filename ... Filename]
  58. pb_sv_EmptyName 0 //[0=No, 1=Yes (default=0)]
  59. pb_sv_LogFloor 1 //[Low log filename serial #]
  60. pb_sv_MinName 3 //[Min Characters in Player name (default=0)]
  61. pb_sv_MaxName 0 //[Max Characters in Player name (default=0)]
  62. pb_sv_LanMask "" //[IP Address Mask for LAN Players (default=)]
  63. pb_sv_Lan 0 //[0=No, 1=Yes (default=0)]
  64. pb_sv_UpdateGrace 600 //[Seconds to wait before Update Failure kick]
  65. pb_sv_NoGuidGrace 1 //[Seconds to wait before No GUID kick]
  66. pb_sv_AliasFn "" //[Filename (default="pbalias.dat")]
  67. pb_sv_AliasAutoLoad 0 //[0=No, 1=Yes (default=0)]
  68. pb_sv_AliasMax 0 //[Max # of Aliases to track for each PB GUID]
  69. pb_sv_AliasMaxEnforce 0 //[0=No, 1=Yes (default=0)]
  70. pb_sv_load pbsvlog.cfg //load remote logging settings (if pbsvlog.cfg exists)
  71.  
  72. ;Badname List - pb_sv_badname [grace_period_secs] [disallowed text]
  73.  
  74. ;Cvar Range List - pb_sv_cvar [cvar_name] [type] [value(s)]
  75. pb_sv_cvarempty
  76.  
  77. ;PB UCON Settings / Lists
  78. pb_sv_usessionlimit 10
  79. pb_sv_ucontimeout 300
  80. pb_sv_uconmaxsendrate 16
  81. pb_sv_uconempty
  82. pb_sv_uconadd 1 "69.39.237.211" "aci" "livesecure"
  83. pb_sv_uconadd 1 "66.55.152.232" "pbbhub3-1" "pbbanshub"
  84. pb_sv_uconadd 1 "66.55.152.233" "pbbhub3-2" "pbbanshub"
  85. pb_sv_uconadd 1 "66.55.152.234" "pbbhub3-3" "pbbanshub"
  86. pb_sv_uconadd 1 "85.114.136.131" "ggc_85.114.136.131" "bf4"
  87. pb_sv_uconadd 1 "85.114.136.132" "ggc_85.114.136.132" "bf4"
  88. pb_sv_uconadd 1 "85.114.136.133" "ggc_85.114.136.133" "bf4"
  89. pb_sv_uconadd 1 "5.62.103.43" "Proteas" "*****"
  90. pb_sv_uconignoreempty
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement