Advertisement
Guest User

rating.xc

a guest
Oct 25th, 2014
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. /**
  2. * Options for player statistics
  3. * Блок управлением статистикой
  4. */
  5. {
  6. "rating": {
  7. // true - Toggle player statistics on/off. Global setting - without the statistics module, this is always disabled.
  8. // true - включить отображение статистики. Глобальный переключатель - без него модуль статистики будет везде отключен.
  9. "showPlayersStatistics": true,
  10. // true - Enable statistics in the user info window.
  11. // true - включить отображение статистики в достижениях пользователя.
  12. "enableUserInfoStatistics": true,
  13. // true - Enable statistics in the company window.
  14. // true - включить отображение статистики при наборе роты.
  15. "enableCompanyStatistics": true,
  16. // true - Enable downloading of data on opponents in the "fog of war".
  17. // true - включить загрузку данных по противникам в "тумане войны".
  18. "loadEnemyStatsInFogOfWar": true,
  19. // true - Enable saving statistics to "xvm-stat.log" file.
  20. // true - включить сохранение статистики в файл "xvm-stat.log".
  21. "enableStatisticsLog": false
  22. }
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement