Page 1 of 1

How to change Magic Duels language in the profile ?

PostPosted: 16 Nov 2016, 15:05
by logoliv
It's easy when you launch Magic Duels through Steam but I don't know how to do with the cracked version. Where is the language coded in the profile ?

Re: How to change Magic Duels language in the profile ?

PostPosted: 16 Nov 2016, 15:25
by logoliv
It seems it's not so easy to modify the profile (the last 2 bytes are changing when you change something else, like a checksum)...
Perhaps is there a way to add language to the executable shortcut ?

Re: How to change Magic Duels language in the profile ?

PostPosted: 16 Nov 2016, 22:39
by thefiremind
Just as the previous DotP games, the language selection is stored in the Windows registry as a number. By searching "Magic" with the registry editor, I found the key for Duels:
Code: Select all
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Wizards of the Coast\Magic Origins
(it won't be in WOW6432Node if you have a 32-bit Windows). Inside that key there's a DWORD variable called "language".
I can't remember which number corresponds to which language (except 0=English) but you can change it until you get the language you want.

Re: How to change Magic Duels language in the profile ?

PostPosted: 17 Nov 2016, 15:15
by logoliv
works fine :) thanks !