Skip to content
Matheus Lima Cunha edited this page Jul 30, 2024 · 20 revisions

This is a user's guide to the Yugioh Domain Toolbox. More technical information on the program's inner working can be found on the readme.

Downloading the Program

You can find the latest release here.

  • Windows' users should download the .zip file and unzip it before running the executable.
    • Keep in mind that Windows may mark the program as dangerous, since it's an exe downloaded from the internet (more information).
  • While there's no executable version for OSX or Linux, you may download the source code and run the program using python.

General Interface

Context Interface

image

Opens up during the startup of the program and provides some context information about tasks being performed. Most of the time you can ignore it, but closing this window will close the executable.

User Interface

main

The graphical interface you will be using for acessing each one of the tools. In the image, two key elements are highlighted:

  1. The current version of the program.
  2. The tabs for each utility. Clicking in one will change the current tool being used.

More detailed information for each tab is acessible in their respective pages:

  • [Tools] Domain Generator: The namesake of the program, the generator provides retrieves all information (attributes, types...) belonging to a monster's domain. It can also generate files with all monsters within this domain.
  • [Tools] Deck Validator: Verifies if your deck is legal in Domain Format.
  • [Tools] Reverse Domain Searcher: Returns all monsters whose domain contains all cards from a given list.

More information

Credits

Clone this wiki locally