Click here to access the Web App
This website allows you to modify NPC decks in the Yu-Gi-Oh! Tag Force games. The NPC decks are stored in .ydc
files, which are binary and difficult to edit manually. With this tool, you can convert .ydc
files to .ydk
files that are much easier to modify using EDOPro.
To convert your .ydc
file:
- Drag and drop it into the designated box or click to upload it.
- Click the button to download the converted file.
The tool will automatically convert between .ydc
and .ydk
formats.
To view only the available cards for your game:
- Click the "Download lflist" button to download the lflist file for your game.
- Copy the contents of this file and paste it into the
ProjectIgnis/lflist
directory for use in EDOPro.
The .ydc
files are located within the EBOOT.bin
file of your game's ISO.
- Extract the
EBOOT.bin
file using a tool like UMDGen. - The
EBOOT.bin
file is usually found in theSYSDIR
folder of the ISO and is encrypted. - To decrypt it, use a program like decEboot.
- Once decrypted, the
EBOOT.bin
file contains all the game's data, including the NPC decks. You can extract the.ydc
data using a tool like YGTool.
The .ydc
files have an 8-byte header. While this header does not affect the game, Tag Force Deck Converter includes it in the filename when converting to .ydk
to ensure accurate conversion if you later convert the file back to .ydc
.
If you convert a .ydk
file back to .ydc
without the header in the filename, the software will automatically set the header to uint32 0x00000000
.
EDOPro supports the .ydk
format and includes features for anime, manga, and video game cards, as well as custom whitelists. While online editors are available, their compatibility with this tool is not guaranteed.
This tool was designed as a web app to eliminate the need for downloading software. It allows you to convert files directly in your browser.
Yes, you can! There are several ways you can deploy this Web App locally, you can use Python for example.
- Clone the repository throught
git clone https://github.com/SyrusKyury/Yu-Gi-Oh-Tag-Force-Deck-Converter
- Navigate to the
Yu-Gi-Oh-Tag-Force-Deck-Converter
directory. Open a terminal (Linux shell or Windows PowerShell) and start a local server:python -m http.server 5000
- Enjoy the Web App at http://localhost:5000
You can support me by donating on PayPal here.
- Moki: For making the web app compatible with Tag Force 3