silicontrip / SkyReader

A Skylander portal reader/editor/writer for OSX.
87 stars 55 forks source link

Experimentally derived character ids and variants #5

Open bettse opened 9 years ago

bettse commented 9 years ago

I've been playing around and found more info, though it would be worth sharing

ianchesal commented 9 years ago

This is awesome. I was wondering if there'd be an uptick in this project with Trap Team dropping and some of the traps being artificially scarce. This should get merged IMO.

bettse commented 9 years ago

yup; I know the skylanders subreddit has been full of posts about kaos traps being hard to find.

In the case of traps, the bytes at 0x0C and 0x0D matter to define the right type (like 'totem', 'spear', etc). In the case of kaos, its 0x3030. The first 0x30 defining the trap type, the second is that its a normal trap (I assume there is some other value that would make it 'ultimate').

For example:

00000000000000000000000000000000
dc00000000000000000000003030FFFF

where FFFF is the checksum and I've 0's out the tag id, trading card value, etc