While using any artillery sight I get ",1 ft" (whatever that means) instead of the "Angle with base" value and ",2 ft" instead of both elevation values. Self explainatory in this capture: https://dl.dropboxusercontent.com/u/70367341/arma3%202013-12-08%2023-19-48-041.bmp
Description
Description
Details
Details
- Legacy ID
- 3760557697
- Severity
- None
- Resolution
- Fixed
- Reproducibility
- Always
- Category
- Other
Steps To Reproduce
This bug appears with the game language set to Spanish and a similar one in French (in English and Italian it works properly for instance)
Event Timeline
Comment Actions
Already did that.
I think the people at BIS could figure the problem out because ",1 ft" must come from somwhere.
Comment Actions
<Key
ID="STR_WI_ARTI_ELEV"> <Original>% 06.2f</Original> <English>% 06.2f</English> <Czech>% 06.2f</Czech> <French>%.06.2f</French> <German>% 06.2f</German> <Italian>% 06.2f</Italian> <Polish>% 06.2f</Polish> <Portuguese>% 06.2f</Portuguese> <Russian>% 06.2f</Russian> <Spanish>% 06,2 ft</Spanish> </Key> <Key ID="STR_WI_ARTI_ELEV_NEEDED"> <Original>% 06.2f</Original> <English>% 06.2f</English> <Czech>% 06.2f</Czech> <French>%.06.2f</French> <German>% 06.2f</German> <Italian>% 06.2f</Italian> <Polish>% 06.2f</Polish> <Portuguese>% 06.2f</Portuguese> <Russian>% 06.2f</Russian> <Spanish>% 06,2 ft</Spanish> </Key>
Spanish language string is different, might be this
Comment Actions
and here:
<Key
ID="STR_WI_CAMERA_PITCH"> <Original>% 05.1f</Original> <English>% 05.1f</English> <Czech>% 05.1f</Czech> <French>% 05.1f</French> <German>% 05.1f</German> <Italian>% 05.1f</Italian> <Polish>% 05.1f</Polish> <Portuguese>% 05.1f</Portuguese> <Russian>% 05.1f</Russian> <Spanish>% 05,1 ft</Spanish> </Key> <Key ID="STR_WI_WEAPON_ELEV"> <Original>% 06.2f</Original> <English>% 06.2f</English> <Czech>% 06.2f</Czech> <French>%.06.2f</French> <German>% 06.2f</German> <Italian>% 06.2f</Italian> <Polish>% 06.2f</Polish> <Portuguese>% 06.2f</Portuguese> <Russian>% 06.2f</Russian> <Spanish>% 06,2 ft</Spanish> </Key>
Comment Actions
and here:
<Key ID="STR_UI_VEHICLE_PITCH"> <Original>% 05.1f</Original> <English>% 05.1f</English> <Czech>% 05.1f</Czech> <French>% 05.1f</French> <German>% 05.1f</German> <Italian>% 05.1f</Italian> <Polish>% 05.1f</Polish> <Portuguese>% 05.1f</Portuguese> <Russian>% 05.1f</Russian> <Spanish>% 05,1 ft</Spanish> </Key>
Comment Actions
Should be fixed with the next exe for all provided strings. Thank you for reporting this.
Comment Actions
Mass-closing resolved issues updated only last year - assuming fixed correctly.
Cheers!