Jump to content
Korean Random

DopeEx

User
  • Content Count

    12
  • Joined

  • Last visited

Posts posted by DopeEx


  1. Thanks for the update, but TIM does not load the files from the EU Wot directory.

     

    Here is the error report:

    Thread: Main

    Exception: WotDataLib.WotDataException
    Message: Could not parse game data for country "usa"
      ...
      bei TankIconMaker.MainWindow.ReloadData(Boolean first) in MainWindow.xaml.cs:Zeile 396.

    Exception: System.InvalidOperationException
    Message: Only dict values can be converted to dict.
      ...
     


  2. Thank you for your reply unfortunately has not helped me so far. I've tried it with "sortie_2" and as below with the two new Stronghold ids with and without "_" but it does not work just "training" works.

     

    my own gamemode.xc

    {{battletype={{.texts.battletype.training}}?training}}{{battletype={{.texts.battletype.sortie}}?sortie}}{{battletype={{.texts.battletype.Stronghold_Skirmish}}?Stronghold_Skirmish}}{{battletype={{.texts.battletype.Stronghold_Advances}}?Stronghold_Advances}}{{battletype={{.texts.battletype.sortie_2}}?sortie_2}}{{battletype={{.texts.battletype.fort_battle_2}}?fort_battle_2}}

     

    text.xc

    // Text for {{battletype}} macro.
        // Текст для макроса {{battletype}}.
        "battletype": {
          // Неизвестный бой.
          "unknown": "",
          // Случайный бой.
          "regular": "",
          // Тренировочный бой.
          "training": "training",
          // Ротный бой.
          "company": "company",
          // Турнир.
          "tournament": "tournament",
          // Клановый бой.
          "clan": "clan",
          // Учебный бой.
          "tutorial": "",
          // Командный бой.
          "cybersport": "cybersport",
          // Бой спецрежима (гонки, футбол и т.п.).
          "event_battles": "",
          // Вылазка.
          "sortie": "sortie",
          // Бой за укрепрайон.
          "fort_battle": "fort_battle",
          // Командный бой: ладдер.
          "rated_cybersport": "rated_cybersport",
          // Глобальная карта (ГК)
          "global_map": "global_map",
          // Регулярный турнир (ивент) ГК
          "tournament_regular": "tournament_regular",
          // Периодический турнир (ивент) ГК
          "tournament_clan": "tournament_clan",
          // Песочный PVE, <10 боев
          "rated_sandbox": "",
          // Песочный PVE, >10 боев
          "sandbox": "",
          // Бой до последнего
          "fallout_classic": "",
          // ?
          "fallout_multiteam": "",
          //
          "Stronghold_Skirmish": "Stronghold_Skirmish",
          //
          "Stronghold_Advances": "Stronghold_Advances",
          //
          "sortie_2": "sortie_2",
          //
          "fort_battle_2": "fort_battle_2"
        },

     

×
×
  • Create New...