Skip to content

Converter for .bin pack files of Yu-Gi-Oh! Legacy of the Duelist Link Evolution

Notifications You must be signed in to change notification settings

nzxth2/YGO_LOTD_LE_Pack_Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YGO LOTD Link Evolution Pack Converter

Converter for .bin pack files of Yu-Gi-Oh! Legacy of the Duelist Link Evolution

Features

  • Converts .bin pack files to humanly readable .txt files
  • Converts said .txt files back to .bin files
  • Allows for modification of existing packs
  • Does not yet work for Battle Packs (Draft)
  • Capitalization and spacing in .txt files are ignored while converting to .bin, so you don't have to worry about that
  • If a card in a .txt file can not be identified, it will be recorded in missingCards.txt
  • Check the /extra directory in the repository for a mass-converted list of all packs

TXT File Format

# common cards. first the card count, then the list
248
CardName1
.
.
.
CardName248
# rare cards. first the card count, then the list
66
CardName1
.
.
.
CardName66

Note that comments start with # and are always ignored, as are empty lines

Building

Not crossplatform at all, only builds for Windows
Included the makefile used with gcc, a simple make should do the trick
No external libraries should be required

Credits

Developed by nzxth2
Nuklear GUI library developed by Micha Mettke and others
Notes and guide by MoonlitDeath

Gallery

Screenshot

About

Converter for .bin pack files of Yu-Gi-Oh! Legacy of the Duelist Link Evolution

Resources

Stars

Watchers

Forks

Packages

No packages published