Page 1 of 5

Unlock All The Cards (100%)

PostPosted: 11 Sep 2014, 15:59
by spirolone
Finally I successfully found how to unlock all the cards, even premium ones! :D
I prepared an Exel file with a macro to automatize the process. You can see my macro vba code and then enable macros for my file (don't use macros of unknown people without check what they do!).
To patch your saved profile file, you have to enter the location of it and his name (the same as your ID number), and click on "Patch" button.
Macro decodes your .profile file, unlocks all the cards, encodes it again and saves it and a new hash.file.
You need a saved profile with at least skipped tutorial and remember to backup it before patching. Remember that this is a "beta" version and let me know if it fails!
Have fun! :D

Re: Unlock All The Cards (100%)

PostPosted: 11 Sep 2014, 16:10
by Xander9009
Well, since you wanted us to check the file, I figured I'd mention for the others here that it seems to be harmless. The reason I'm mentioning it is that you have to enable macros before you can view the code. (Haven't tested it though, yet).

The initial address uses SmartSteamEmu. Is this required, then?

Re: Unlock All The Cards (100%)

PostPosted: 11 Sep 2014, 16:28
by spirolone
Thank you Xander9009! I use SmartSteamEmu, but it is not required cause .profile files should not change. However, please say if my file works with you, I need feedback... :)

Re: Unlock All The Cards (100%)

PostPosted: 11 Sep 2014, 16:38
by Xander9009
Well, I have the 3DM version, not the Steam version, but it worked with that with no issue. I already had the normal cards unlocked, but it unlocked all of the remaining premium cards, it appears.

For those with the 3DM version, the path to the profile is: "...\Magic 2015\3DMGAME\3DMGAME\storage" (and the profile number is likely to be 1, but you should check).

Thanks for this, Spirolone! It might actually hold us over until we can (hopefully!) mod the game. :)

Re: Unlock All The Cards (100%)

PostPosted: 11 Sep 2014, 16:42
by twinfacer
Thanks, work fine for me.
for CODEX crack path look like "C:\Users\<Username>\AppData\Roaming\Steam\CODEX\255420\remote"

Re: Unlock All The Cards (100%)

PostPosted: 12 Sep 2014, 21:55
by ItWorkedThankYou
I made an account to say it worked, and thank you (!!!). I think I picked the crappiest starting deck and could never get past one of the campaign challenges. I've rage uninstalled it multiple times. With these card unlocks I finally beat it. Thanks again :)

PS for other people, I couldn't get the script to run in Open Office. I had to use Excel.

Re: Unlock All The Cards (100%)

PostPosted: 13 Sep 2014, 06:22
by sumomole
does this mean that the profile editor could be made? so that we can build a deck directly in the profile, and at least 800 cards can be used.

Re: Unlock All The Cards (100%)

PostPosted: 14 Sep 2014, 06:38
by drleg3nd
Does this unlock cards available to only ai also?

Re: Unlock All The Cards (100%)

PostPosted: 14 Sep 2014, 09:13
by spirolone
sumomole wrote:does this mean that the profile editor could be made? so that we can build a deck directly in the profile, and at least 800 cards can be used.
Surely a profile editor MAY be done, but, actually it should have few features.
I think that it will be really interesting when (and if) we can decrypt .ZED data file...
However, if you are interested, there is a thread about profile file and how to edit here: viewtopic.php?f=117&t=14924 :wink:

Re: Unlock All The Cards (100%)

PostPosted: 14 Sep 2014, 09:18
by spirolone
drleg3nd wrote:Does this unlock cards available to only ai also?
Actually, no, it doesn't. :(
I tried to change some bytes related to cards, but I think they are for cards to be added in expansions...

Re: Unlock All The Cards (100%)

PostPosted: 16 Sep 2014, 08:59
by FrankJeager
It works fine with the Steam version. Every cards include premium ones are unlocked and usable.

Thank you spirolone !!! :)

Re: Unlock All The Cards (100%)

PostPosted: 16 Sep 2014, 10:19
by Wolfen
Worked like a charm with the Steam version :) Thanks!!! =D> =D>

Re: Unlock All The Cards (100%)

PostPosted: 16 Sep 2014, 16:01
by Scimatth7
For those of us who are openoffice people, are there any alternative methods to get this to work?

I checked to see if there was a trial version of excel available, but MS requires your credit card info for it...

Re: Unlock All The Cards (100%)

PostPosted: 16 Sep 2014, 16:15
by spirolone
Scimatth7 wrote:For those of us who are openoffice people, are there any alternative methods to get this to work?

I checked to see if there was a trial version of excel available, but MS requires your credit card info for it...
You are right... Sorry, I know that Excel VBA is a strange way to do a patcher, but I wanted to start coding a program and try to decode my .profile file! :oops:
However, I'll try to solve your problem, maybe creating a OpenOffice version...
Give me some days, please! :mrgreen:

Re: Unlock All The Cards (100%)

PostPosted: 16 Sep 2014, 16:21
by Xander9009
If you wanted, you could do this with AHK or C++. C++ is better at handling binary, but AHK is very easy once you get used to it. Of course, this is only relevant if you don't already know how to code in OpenOffice. I was going to do it, since I already know VBA, AHK, and some C++, but you apparently know way more VBA than I do. Your code, while mostly self-explanatory, is still rather advanced.

I was just thinking of these alternatives because they would be easier with which to manage a standalone exe (especially AHK; right-click file and choose compile and you're done).