tournament.conf
上传用户:tany51
上传日期:2013-06-12
资源大小:1397k
文件大小:3k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. # Tournament Settings
  2. #
  3. # time format: quotes required:
  4. #
  5. # "MM/DD/YYYY HH:MM:SS"
  6. start_preliminary = "08/01/2003 08:00:00"
  7. end_signup   = "08/01/2003 09:00:00"
  8. end_preliminary   = "08/01/2003 10:00:00"
  9. start_round_1   = "08/01/2003 11:00:00"
  10. start_round_2   = "08/01/2003 12:00:00"
  11. start_round_3   = "08/01/2003 13:00:00"
  12. start_round_4   = "08/01/2003 14:00:00"
  13. tournament_end   = "08/01/2003 15:00:00"
  14. # game selection:
  15. #
  16. # PG = 1
  17. # AT = 2
  18. game_selection = 1
  19. # game type:
  20. # 1v1 = 1
  21. # 2v2 = 2
  22. # 3v3 = 3
  23. # 4v4 = 4
  24. game_type = 1
  25. # game client:
  26. #
  27. # due to the fact RoC and FT clients can not play
  28. # games together, tournaments must be specified
  29. # for one or the other but not both
  30. #
  31. # RoC = 1
  32. # FT  = 2
  33. game_client = 2
  34. # available races: quotes required:
  35. #
  36. # H = Humans
  37. # O = Orcs
  38. # N = Night Elves
  39. # U = Undead
  40. # R = Random
  41. races = "HONUR"
  42. # Notice Format: quotes required:
  43. format = "PvPGN 1v1 Tournament"
  44. # Notice Sponsor: quotes required:
  45. sponsor = "The PvPGN Team"
  46. # Notice Icon: quotes required:
  47. #-----------------------------------------------------------------#
  48. # Frozen Throne # Reign of Chaos   #
  49. # R = Ramdom # R = Ramdom   #
  50. # 2 = Myrmidon # 2 = Green Dragon Whelp   #
  51. # 3 = Siren # 3 = Blue Dragon   #
  52. # 4 = Dragon Turtle # 4 = Red Dragon   #
  53. # 5 = Sea Witch # 5 = Deathwing   #
  54. # 6 = Illidan #   #
  55. # H = Human # H = Human   #
  56. # 2 = Rifleman # 2 = Footman   #
  57. # 3 = Sorceress # 3 = Knight   #
  58. # 4 = Spellbreaker # 4 = Archmage   #
  59. # 5 = Blood Mage # 5 = Medivh   #
  60. # 6 = Jaina #   #
  61. # O = Orcs # O = Orcs   #
  62. #       1 = Peon # 1 = Peon   #
  63. #       2 = Troll Headhunter # 2 = Grunt   #
  64. #       3 = Shaman # 3 = Tauren   #
  65. #       4 = Spirit Walker # 4 = Far Seer   #
  66. #       5 = Shadow Hunter # 5 = Thrall   #
  67. # 6 = Rexxar #   #
  68. # U = Undead # U = Undead   #
  69. #       2 = Crypt Fiend # 2 = Ghoul   #
  70. #       3 = Banshee # 3 = Abomination   #
  71. #       4 = Destroyer # 4 = Lich   #
  72. #       5 = Crypt Lord # 5 = Tichondrius   #
  73. #       6 = Sylvanas #   #
  74. # N = Night Elves # N = Night Elves   #
  75. #       2 = Huntress # 2 = Archer   #
  76. #       3 = Druid of the Talon # 3 = Druid of the Claw   #
  77. #       4 = Dryad # 4 = Priestess of the Moon #
  78. #       5 = Keeper of the Grove # 5 = Furion Stormrage   #
  79. # 6 = Maiev #   #
  80. # D = Demons #   #
  81. # 2 = Felguard #   #
  82. # 3 = Infernal #   #
  83. # 4 = Doomguard #   #
  84. # 5 = Pit Lord #   #
  85. # 6 = Archimonde #   #
  86. # #   #
  87. # W3XP = Frozen Throne Icon # WAR3 = Reign of Chaos Icon   #
  88. #-----------------------------------------------------------------#
  89. icon = "R4"
  90. # Thumbs down limit:
  91. thumbs_down = 0
  92. # Maps section:
  93. #
  94. # all maps used for tournaments must be included between [MAPS] & [ENDMAPS]
  95. # DO NOT use quotes around client tag or map name in this section
  96. [MAPS]
  97. WAR3    Maps(8)Battleground.w3m
  98. WAR3    Maps(8)PlainsOfSnow.w3m
  99. WAR3    Maps(8)BloodvenomFalls.w3m
  100. WAR3    Maps(8)GardenOfWar.w3m
  101. W3XP    MapsFrozenThrone(8)Mur'gulOasis.w3x
  102. W3XP    MapsFrozenThrone(8)PlainsOfSnow.w3x
  103. W3XP    MapsFrozenThrone(8)RockQuarry.w3x
  104. W3XP    MapsFrozenThrone(8)Sanctuary.w3x
  105. [ENDMAPS]