Jump to content

Problem with "hitlog for Damage Log intergated XFT"


Recommended Posts

  • Administrator

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 😉

Link to comment
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 ?

Link to comment
  • Administrator
59 minutes ago, TOSEDO said:

 

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 ?

https://koreanrandom.com/forum/topic/27394-xvm-localization/

 

Quote

2. If you are the author of unofficial localization - write to [email protected]. We will add a language in our translation system.

 

  • Like 1
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

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