You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some users' windows locale use comma for decimal instead of dot.
For example, if my mod inputs "setfield position 0.5" trough batch, the dot is removed and it's converted into "5".
Can it be fixed in TagTool? Or is it system dependent?
The text was updated successfully, but these errors were encountered:
I tried a few things. You can set the parsing method to use the system's locale but distributing mods using a comma for someone's locale that uses dots as their decimal separator would cause issues.
If I set my locale to English and try to parse 0,5 I get 5 and 0.5 is 0.5
Trying "nl-NL" as my locale and doing 0,5 will result in 0.5 correctly but 0.5 is now 5.
Ideally there would be a SetLanguage command for the tagtool that will change how it parses so a mod author can select a locale and insert their comma or dot separated numbers.
Some users' windows locale use comma for decimal instead of dot.
For example, if my mod inputs "setfield position 0.5" trough batch, the dot is removed and it's converted into "5".
Can it be fixed in TagTool? Or is it system dependent?
The text was updated successfully, but these errors were encountered: