sys.txt.svn-base
上传用户:market2
上传日期:2018-11-18
资源大小:18786k
文件大小:2k
源码类别:

外挂编程

开发平台:

Windows_Unix

  1. ###### Localization settings ######
  2. locale
  3. ###### Wx interface settings ######
  4. wxHideConsole 1
  5. ###### Bus system settings ######
  6. # Whether to enable the bus system.
  7. bus 0
  8. # If you want to connect to an already running bus server on a different
  9. # computer, specify the host and port here.
  10. bus_server_host
  11. bus_server_port
  12. ###### Vx interface settings ######
  13. panelTwo_domains publicchat, pm, guildchat, partychat, pm/sent, list, info, selfchat, schat, error, warning
  14. panelOne_lineLimit 900
  15. panelTwo_lineLimit 100
  16. panelFont Verdana
  17. menuFont Lucida Console
  18. sbarFont Arial
  19. panelOne_height 8
  20. panelOne_width 60
  21. panelOne_side top
  22. panelOne_fontsize 8
  23. panelTwo_height 4
  24. panelTwo_width 40
  25. panelTwo_side bottom
  26. panelTwo_fontsize 8
  27. ###### Plugin settings ######
  28. # loadPlugins <0|1|2|3>
  29. #   this option controls loading of plugins at startup or when the "plugin load all" command is used.
  30. #   0 : do not load plugins
  31. #   1 : load all plugins
  32. #   2 : only load plugins that are listed in loadPlugins_list
  33. #   3 : load all plugins except those listed in skipPlugins_list
  34. loadPlugins 1
  35. # loadPlugins_list <list>
  36. #   if loadPlugins is set to 2, this comma-separated list of plugin names (filename without the extension)
  37. #   specifies which plugin files to load at startup or when the "plugin load all" command is used.
  38. loadPlugins_list macro
  39. # skipPlugins_list <list>
  40. #   if loadPlugins is set to 3, this comma-separated list of plugin names (filename without the extension)
  41. #   specifies which plugin files to skip at startup or when the "plugin load all" command is used.
  42. skipPlugins_list
  43. ###### Miscellaneous ######
  44. sendAnonymousStatisticReport 1