Jump to content

TOSEDO

Regular Member
  • Posts

    9
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by TOSEDO

  1. 23 hours ago, Aslain said:

    It's because language files in XVM for given languages are not updated. 

    i.e. this is path to vietnamese language file:

    c:\Games\World_of_Tanks_EU\res_mods\mods\shared_resources\xvm\l10n\vi.xc

    Part of its code:

        "armor_piercing": "",
        "high_explosive": "",
        "armor_piercing_cr": "",
        "armor_piercing_he": "",
        "hollow_charge": "",
        "intermediate_ricochet": "",
        "final_ricochet": "",
        "armor_not_pierced": "",
        "armor_pierced_no_damage": "",

    as you can see, empty values inside quotes ( " " )

    while in example, the english xvm language file has those:

        "armor_piercing": "AP",
        "high_explosive": "HE",
        "armor_piercing_cr": "APCR",
        "armor_piercing_he": "HESH",
        "hollow_charge": "HEAT",

    etc.

    Someone has to update that language files, and it's not me 😉

     

    i added missing values in vietnamese and chinese files: ( AP , HE , APCR, HESH, HEAT )

        "armor_piercing": "AP",
        "high_explosive": "HE",
        "armor_piercing_cr": "APCR",
        "armor_piercing_he": "HESH",
        "hollow_charge": "HEAT",

    it works. can you report feedback to xvm ?

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.