RolandHazoto wrote:That explains where 18 came from. Thanks for clarifying.
Slight sidebar, is there anyway to undo premium foil? I hit it while testing the buttons in Theta and for some reason foils have always made these games skip frames and animations (especially when more than 1 is on screen)
There is at least for the Theta version, but it's not especially easy (requires hex editing).
First you locate the entry in the APPID_LINKING.TXT file for the deck you want to undo the Premium
Foil for. For an example I'll use my Ears of the Elves deck.
- Code: Select all
[EARS_OF_THE_ELVES]
819290005
819294005
819295005
These numbers are in order the deck's UID (819290005), the Unlock AppId (819294005), and the Premium
Foil AppId (819295005).
Now in your swarm directory there is a with the name "apps" (no extension) that contains the AppId numbers that have been stored. The first 4 bytes of the file are the number of entries after which each set of 4 bytes is an entry.
To remove an entry first find the entry you want to remove (819295005 is "1D 73 D5 30" in hexadecimal), select those 4 bytes (if the number you're looking for only has 3 bytes or less you still need to select all four bytes of the entry) and remove those bytes from the file. Now to correct the number of entries go back to the first 4 bytes in the file and decrement the first byte by one (examples: "24" becomes "23", "20" becomes "1F", etc...). Finally, save the file, next time you open DotP 2013 the deck should no longer be foiled.
Optionally if you don't mind going through and hitting the "Unlock Full Deck" button for all decks you want to unlock again you can simply delete the "apps" file (Theta version will simply re-create once it is needed again) and all AppIds will be reset.