Skylanders .bin files (often interchangeably called .sky or dump files) are digital backups of the data stored on the NFC chips inside Skylanders figures. These files allow you to create physical NFC cards, edit character stats, or play with figures digitally via emulators like Cemu or RPCS3. 1. Requirements for Using Bin Files
To work with these files physically or digitally, you typically need:
Hardware: An NFC reader/writer (e.g., ACR122U) or an NFC-enabled Android phone.
Blank Tags: Mifare Classic 1K (Generation 1/Gen 1 "Magic" tags) are usually required for cloning, as standard retail tags often have locked sectors that prevent cloning the UID (Unique ID). Software:
Mifare Windows Tool (MWT) or Yet Another Mifare Tool (YAMT) for writing to tags.
Skylander Editor for modifying stats like money, level, or hats within the file. 2. How to Create Skylanders NFC Cards
Obtain Bin Files: You can find organized character dumps in community repositories like Skylanders Ultimate NFC Pack or GitHub collections.
Setup Hardware: Plug in your NFC reader/writer and ensure the correct drivers (like libUSBK) are installed. Writing to the Tag: Skylanders Bin Files
Open your writing software (e.g., MWT) and place a blank Gen 1 tag on the reader.
Select "Write Tag" and choose the "Advanced/Chinese Magic Unlocked" setting to ensure the character's UID is written correctly.
Select the source .bin file for the specific Skylander and click "Start Cloning".
Verification: Once "64 of 64 blocks" are written, the card will be recognized by the Portal of Power as a standard figure. 3. Editing and Emulation How to make Skylanders NFC Cards!
Skylanders .bin files (often called dumps) are digital backups of the Near Field Communication (NFC) data stored inside physical Skylanders figurines. Since the franchise is currently on hiatus [20], these files are primarily used by the community for game preservation, emulation, and cloning figures onto writable NFC tags [3, 24]. Core Functionality
Each file contains the raw data required by the game's Portal of Power to recognize a specific character, including its Character ID, Variant ID (e.g., Legendary or Eon's Elite), level, and earned currency [15, 17].
Emulation Support: Programs like the Dolphin Emulator allow users to load these files directly into a virtual portal, making every character playable without needing the physical toy [12]. Skylanders
Hardware Cloning: These files can be written to blank NFC cards or tags (specifically Mifare Classic 1K tags with a changeable UID) using tools like a Flipper Zero or a mobile phone [2, 10, 21]. Key Technical Aspects
File Formats: While .bin is the most common extension, these files are also found as .dump, .dmp, or .nfc. These are typically interchangeable containers for the same 1KB of raw data [24].
Data Editing: Advanced users use tools like SkyReader or Skymake to decrypt and modify the contents of a .bin file, allowing them to instantly set a character to max level (Level 20) or give them 65,000 gold [6, 15].
Imaginators Constraints: While files for most games work flawlessly, creating custom .bin files for Skylanders: Imaginators is more difficult due to unique validation checks for custom creation crystals [6]. Community Resources & Ethics
Ultimate NFC Packs: These are widely circulated community archives containing every character across all six games [12, 21].
Preservation vs. Piracy: For many, these files are a way to access rare figures like Ghost Roaster or Boomer without paying exorbitant aftermarket prices [23]. However, some repositories have faced takedowns due to legal threats regarding copyrighted prototype images and art [9].
To see the evolution of the hardware that reads these data files from Spyro's Adventure through Imaginators: Use Case #4: Unlocking "Soft-Locked" Content Some variants,
Some variants, like "Green Chompy Mage" (retail $200), are inaccessible to normal players. Through Bin File swapping, modders have been able to write that variant's data onto a standard "Chompy Mage" base. Warning: This is for offline emulation only; doing this on console online services risks a ban.
Many hardcore fans dislike the clutter of plastic toys. The "Digital Skylanders" movement involves buying cheap NTAG213 RFID chips (sticker tags) and writing a bin file onto them.
| Offset (Hex) | Length | Data Stored | Example |
| :--- | :--- | :--- | :--- |
| 0x00 | 8 bytes | Unique UID (Read Only) | 04 56 A3 21 78 90 12 34 |
| 0x08 | 12 bytes | Static Lock bits / Manufacturer | 04 00 80 00... |
| 0x14 | 4 bytes | Character ID | 00 14 00 00 (Spyro) |
| 0x18 | 2 bytes | Variant ID | 00 01 (Normal), 00 02 (Dark) |
| 0x28 | 4 bytes | Experience Points (Little Endian) | 10 27 00 00 (10,000 XP) |
| 0x30 | 1 byte | Level (1-20) | 0F (Level 15) |
| 0x34 | 16 bytes | Nickname (ASCII, null-padded) | D R A G O N |
| 0x50 | 4 bytes | Hat ID equipped | 00 0C 00 00 (Top Hat) |
| 0x80 | 32 bytes | Upgrade tree (Bitmask) | FF FF FF FF... |
| 0x1D0 | 40 bytes | Checksum & Game-specific flags | (Varies by game) |
To work with Skylanders bin files, you need hardware and software. You cannot use a standard PC memory card reader. You need an NFC (Near Field Communication) device.
To truly understand Skylanders Bin Files, you need to look at the raw hex. Let’s decode a typical 504-byte structure.
Subject: Analysis and functional overview of .bin file usage in the Skylanders franchise (Toys for Bob / Activision)
Date: [Insert Date]
Author: [Your Name / Team]
Classification: Technical / Modding / Preservation
Each Skylander toy contains an NFC (Near Field Communication) chip or an RFID tag (depending on the generation and console). When a Portal of Power reads a toy, it accesses a specific block of data stored on this chip.