Skip to content

cybort/DataEditorX

 
 

Repository files navigation

DataEditorX

Manage card database(.cdb file) for ygopro.

Download

https://github.com/247321453/DataEditorX/raw/master/win32/win32.zip

FAQ
Q: I can't run the program.
A: Please install .NET Framework.

Features

  • Create and edit card databases.
  • Compare, copy and paste card records across databases easily.
  • Read card records from ygopro decks(.ydk file) or card picture folders(eg. pics folder of ygooro).
  • Create and edit card scripts(.lua file).
  • Export and import MSE sets.
    ...

FAQ
Q: How to add a new archetype?
A: First decide the setcode (a hex number) for the new archetype. Do not confict the existing setcodes. Then type it in the text box on the right of the combo box of archetype. Click Modify. To show the name of the new archetype in the combo box. Open data/cardinfo_xxx.txt (xxx is language), add a new line between "##setname" and "#end", write the setcode (start with 0x) and the archetype name separated by a Tab symbol.

Language

Open Menu Help-->Language to choose language, then restart the application.
If you want to add a language xxx for DataEditorX, you need two files:

data/language_xxx.txt for graphic interface
data/cardinfo_xxx.txt for card information

Each line in language_english.txt/cardinfo_english.txt is separate by a Tab. Translate the content on the right of Tab then put them in language_xxx.txt/cardinfo_xxx.txt.

About

YGOPRO Cards Editor

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 78.9%
  • Lua 21.0%
  • Batchfile 0.1%