Jump to content

v1.14rc3 - character creation screen trait description broken


Digitalr

Recommended Posts

Not sure, what cause this problem, but i think it is internationalization (locale number formatting) issue.

I attach screenshot to illustrate problem| Value marked with yellow are integer, and displayed OK.

Strings marked with red, all are fractional.

Corresponding fragment of en.json looks like:

    "charattribute-miningSpeedMul-0.1": "+10% mining speed",
    "charattribute-maxhealthExtraPoints-5": "+5 health points",

If i change both values to integer - they are displayed OK.

Also, i believe there is also problem with setting miningSpeedMul value. I cannot see any significant difference with miningSpeedMul=0.1 and miningSpeedMul=1

2020-11-25_19-19-58.png

Link to comment
Share on other sites

Can confirm this issue.

When strings left as is in en.json I've got this (see first screenshot), but after I changed dots to commas:
"charattribute-rangedWeaponsDamage-0.1": "+10% ranged damage"   -->   "charattribute-rangedWeaponsDamage-0,1": "+10% ranged damage"
trait descriptions started to look like "as intended" (see second screenshot).

 

before.jpg

after.jpg

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.