It is currently 27 Apr 2024, 18:02
   
Text Size

Unlock All The Cards (100%)

Moderator: CCGHQ Admins

Re: Unlock All The Cards (100%)

Postby mayaX06 » 03 Nov 2014, 14:53

guys. i still don't get it on how i could use the patch for codex i mean what to put on profile number and what to put on the profile path?
mayaX06
 
Posts: 1
Joined: 03 Nov 2014, 14:19
Has thanked: 0 time
Been thanked: 0 time

Re: Unlock All The Cards (100%)

Postby Mutetion » 03 Nov 2014, 17:08

After digging around the profile file I found each change required for each card so 100% based on what he had posted I just edited the excel macro to unlock ONLY PREMIUM CARDS.

Edit:
I checked your file and it's correct, but I think it unlocks also 6 non-premium cards.
Right now it unlocks 1 not premium card (it unlocks 42 cards while the premiums are 41) I was too lazy to get that 1 out of the way but when I get home from work I'll fix it.
Attachments
UnlockAllPremiumCards.rar
Only Premium Cards
(20.62 KiB) Downloaded 1058 times
Last edited by Mutetion on 04 Nov 2014, 06:50, edited 1 time in total.
Mutetion
 
Posts: 1
Joined: 03 Nov 2014, 16:42
Has thanked: 0 time
Been thanked: 0 time

Re: Unlock All The Cards (100%)

Postby spirolone » 03 Nov 2014, 17:27

mayaX06 wrote:guys. i still don't get it on how i could use the patch for codex i mean what to put on profile number and what to put on the profile path?
If you use Codex version, path should be something like "C:\Users\<Username>\AppData\Roaming\Steam\CODEX\255420\remote" (a user wrote that in first page...); profile number is tha name of your profile file (it should be something like "12345678.profle" and you have to put "12345678"). However you can do a search for ".profile" files in your HardDisk if you could not find folder. Before patching, do a backup of file you are going to change! :wink:
spirolone
Programmer
 
Posts: 190
Joined: 31 Aug 2014, 23:14
Has thanked: 7 times
Been thanked: 107 times

Re: Unlock All The Cards (100%)

Postby spirolone » 03 Nov 2014, 17:56

Mutetion wrote:After digging around the profile file I found each change required for each card so 100% based on what he had posted I just edited the excel macro to unlock ONLY PREMIUM CARDS.
I checked your file and it's correct, but I think it unlocks also 6 non-premium cards.
However if you want to work on profile file, I wrote some infos here: viewtopic.php?f=117&t=14924
It should be possible to edit unlocked cards, foiled ones, stats, decks and other things!

But remember that in few days there will be first real update of the game and we'll see what they will change!
spirolone
Programmer
 
Posts: 190
Joined: 31 Aug 2014, 23:14
Has thanked: 7 times
Been thanked: 107 times

Re: Unlock All The Cards (100%)

Postby telmo » 10 Dec 2014, 21:41

Just came here to mention that if you use the patch to unlock the premium cards on your Steam game you'll get Garruk's Revenge Expansion for free (they're giving away the expansion to anyone who bought boosters). Now I feel kinda bad for using it as I was going to buy the expansion as I normally do... Although I believe you can still buy the expansion through Steam if you only have it in-game.
telmo
 
Posts: 2
Joined: 25 Jan 2014, 23:44
Has thanked: 0 time
Been thanked: 0 time

Re: Unlock All The Cards (100%)

Postby w0lf » 14 Feb 2015, 21:34

demeitri1 wrote:so my question is what about card quantity?... am i stuck with only 1 brimaz for all eternity?
Nope. I know this is old and all but I figured I'd post this anyways. Just the other day I finally got around to using the encode/decode tool posted by spirolone HERE.

I will admit the wording made spirolone's post a bit hard to understand but it's actually super easy to give yourself 4x all the cards. As spirolone mentions in the thread, all the unlocks are stored @ hex offset of 581 in the decoded profile.

Each card unlock state is 1/2 of a byte. They are as follows

0=Locked

1=1x
2=2x
3=3x
4=4x
5=5x
6=6x
7=7x

8=Locked

9=1x Foil
A=2x Foil
B=3x Foil
C=4x Foil
D=5x Foil
E=6x Foil
F=7x Foil

Once you've edited it you can use the in-game editor like normal to give yourself up to 7x of any card in any deck because there is no check in game to stop this.

Here is what a fully 4x unlocked all cards foil looks like:
| Open
Image


And here it is in game:
| Open
Image


You can also edit the quantity by editing a deck you've created which are all stored @ 1246. However this seemed more challenging for me to figure out. I think an external deck editor could be made but I wasn't sure of any method to figure out which card was which at a fast speed. If a deck editor were made it would also be limited to existing cards of course so there wouldn't be a whole lot of point in one existing.

I determined each card is 2 bytes and that's about it. Here are some examples:

01 00 - Artful Dodge
01 01 - Russet Wolves
01 02 - Kitesail Apprentice
01 03 - Arbor Colossus
11 00 - Blood Feud
11 04 - Stormbreath Dragon
61 06 - Goblin Rabblemaster
81 06 - Inferno Titan

Further analysis

1 - ?
2 - # of card (same numbers as editing your collection)
3 - Always 0
4 - ?

Bits 1 and 4 determine the card but there is no determinable ordering as far as I can tell.
Last edited by w0lf on 01 Jun 2015, 22:16, edited 6 times in total.
w0lf
 
Posts: 15
Joined: 12 Oct 2013, 21:09
Has thanked: 6 times
Been thanked: 1 time

Re: Unlock All The Cards (100%)

Postby GrovyleXShinyCelebi » 21 Feb 2015, 21:55

Strange... when I used the hex editor to change the values @ 581-635 to "C"s, all the cards got foils, but only the Master of Monsters cards changed so that there were 4 of each card- all the regular cards still had the default amount of cards based on rarity (i.e. I still have 1 Kozilek, Butcher of Truth; 1 Soul of Zendikar; etc.)
User avatar
GrovyleXShinyCelebi
 
Posts: 294
Joined: 12 Jun 2013, 18:23
Has thanked: 14 times
Been thanked: 37 times

Re: Unlock All The Cards (100%)

Postby w0lf » 22 Feb 2015, 03:11

GrovyleXShinyCelebi wrote:Strange... when I used the hex editor to change the values @ 581-635 to "C"s, all the cards got foils, but only the Master of Monsters cards changed so that there were 4 of each card- all the regular cards still had the default amount of cards based on rarity (i.e. I still have 1 Kozilek, Butcher of Truth; 1 Soul of Zendikar; etc.)
I would double check that you did it right. You need to be editing the hex not the ascii. I've checked that this works more than once.

I've attached a profile that has only done the tutorial and has 4x all foils.
Attachments
12345678.zip
All cards 4x and foil.
(696 Bytes) Downloaded 677 times
w0lf
 
Posts: 15
Joined: 12 Oct 2013, 21:09
Has thanked: 6 times
Been thanked: 1 time

Re: Unlock All The Cards (100%)

Postby GrovyleXShinyCelebi » 22 Feb 2015, 03:43

Yeah I am editing the hex, not the ascii.

I've uploaded my edited profile- basically I only changed the lines from 581 to the point when the hexes turn to 00 to "CC". This is what I get:

Image

As you notice, Brain Maggot and Kalastria Highborn both have 4x, but the rest of the cards are still at their default values (notice, for example, Bloodghast is still a 2x).

Anyone know what's going on? Thanks!
Attachments
1.zip
(2.17 KiB) Downloaded 504 times
User avatar
GrovyleXShinyCelebi
 
Posts: 294
Joined: 12 Jun 2013, 18:23
Has thanked: 14 times
Been thanked: 37 times

Re: Unlock All The Cards (100%)

Postby w0lf » 22 Feb 2015, 04:49

GrovyleXShinyCelebi wrote:Yeah I am editing the hex, not the ascii.

I've uploaded my edited profile- basically I only changed the lines from 581 to the point when the hexes turn to 00 to "CC". This is what I get:

| Open
Image


As you notice, Brain Maggot and Kalastria Highborn both have 4x, but the rest of the cards are still at their default values (notice, for example, Bloodghast is still a 2x).

Anyone know what's going on? Thanks!
Interesting maybe it has to do with the version of the game you're using?
w0lf
 
Posts: 15
Joined: 12 Oct 2013, 21:09
Has thanked: 6 times
Been thanked: 1 time

Re: Unlock All The Cards (100%)

Postby alkatraz91 » 01 Apr 2015, 00:36

hello.sorry,i am italian..and i not understand nothing of what to do for unlock all cards.is not necessar,but the premium card are unlockable ..someone who can explain me all passage and all program i need?Or if someone can do it for me tell me the file u need..i tied to put the profile file but nothing appen,just restart the game and no cards unloked
alkatraz91
 
Posts: 5
Joined: 01 Apr 2015, 00:33
Has thanked: 0 time
Been thanked: 0 time

Re: Unlock All The Cards (100%)

Postby spirolone » 04 Apr 2015, 02:42

alkatraz91 wrote:hello.sorry,i am italian..and i...
Hi! Did you try to download and use my patch?
spirolone
Programmer
 
Posts: 190
Joined: 31 Aug 2014, 23:14
Has thanked: 7 times
Been thanked: 107 times

Re: Unlock All The Cards (100%)

Postby logoliv » 16 Apr 2015, 22:48

I confirm that to set all cards to 4 instances doesn't work with 3DM versions (i've tried with an old version and with Garruk's Revenge version). Perhaps it only works with Codex version ?
User avatar
logoliv
 
Posts: 130
Joined: 26 Jul 2010, 11:15
Has thanked: 4 times
Been thanked: 1 time

Re: Unlock All The Cards (100%)

Postby acem » 28 May 2015, 17:47

Hello spirolone, thanks for all that, I am interested for some profile that contains all unlocked cards but only has FOIL effect in the cards, it is that I lost my profile, and I had bought a 80% foil content, and lost everything I bought when I returned to retrieve the profile, something can be done? Thanks :roll:
acem
 
Posts: 9
Joined: 10 Jul 2013, 18:03
Has thanked: 4 times
Been thanked: 0 time

Re: Unlock All The Cards (100%)

Postby spirolone » 02 Jun 2015, 20:12

acem wrote:Hello spirolone, thanks for all that, I am interested for some profile that contains all unlocked cards but only has FOIL effect in the cards, it is that I lost my profile, and I had bought a 80% foil content, and lost everything I bought when I returned to retrieve the profile, something can be done? Thanks :roll:
Hi! Actually, it's pretty easy to unlock all the cards and to apply foil effect, and you don't need to edit your profile file (even if you can do it!). Sadly I didn't make any program to customize profile and if you want to edit profile in such a way, you should do it manually...
spirolone
Programmer
 
Posts: 190
Joined: 31 Aug 2014, 23:14
Has thanked: 7 times
Been thanked: 107 times

PreviousNext

Return to 2015

Who is online

Users browsing this forum: No registered users and 3 guests


Who is online

In total there are 3 users online :: 0 registered, 0 hidden and 3 guests (based on users active over the past 10 minutes)
Most users ever online was 4143 on 23 Jan 2024, 08:21

Users browsing this forum: No registered users and 3 guests

Login Form