Follow this:
Open Regedit on your computer:
Windows Start - Run, or WindowsKeys + R: Type "Regedit"
Navigate to the key: Computer\HKEY_CURRENT_USER\Control Panel\International
And change the Strings called: sDecimal - sList - SMonDecimalSep and SMonThousandSep
To the show here:
sDecimal .
sList ,
SMonDecimalSep .
SMonThousandSep ,
Or you can just open a cmd console on your computer and copy this lines:
reg add "HKEY_CURRENT_USER\Control Panel\International" /v sDecimal /t REG_SZ /d . /f
reg add "HKEY_CURRENT_USER\Control Panel\International" /v sList /t REG_SZ /d , /f
reg add "HKEY_CURRENT_USER\Control Panel\International" /v SMonDecimalSep /t REG_SZ /d . /f
reg add "HKEY_CURRENT_USER\Control Panel\International" /v SMonThousandSep /t REG_SZ /d , /f
(extra solution by
@Vigilante . fl | 7)
+ his explanation:
~
"This is the the international format for some type of systems, and when you have other languages that are changed, but these are the best to go.
Anyway this registry is changed on any case you chnage again the System Settings Language, anyway people can export or save a print screen of what was the caracter before change.
In my mind this is the best way to deal this problem, that in any case can happen on another games."
__________________
*another quick method* (I don't know the original creator of the method, but I'll mention them here if they reveal themselves.)
1. Win+R
2. intl.cpl
3. Change Data time to Japan
4. Start game