xan1242 / TFCardEditGUI

Tag Force CardInfo Editor GUI - frontend for a card database editor
MIT License
12 stars 1 forks source link
game-mod-tool game-modding konami reverse-engineering yugioh yugioh-tag-force yugioh-tcg

Yu-Gi-Oh! Tag Force CardInfo Editor GUI

This is a frontend for TFCardEdit which allows you to edit the card database found in Yu-Gi-Oh! Tag Force games, Yu-Gi-Oh! Online games and all of the Yu-Gi-Oh! titles developed by Other Ocean Interactive.

Currently only supports Tag Force 1. This will expand to the other mentioned games in the future.

Features

You can edit the following card properties:

You can also technically add cards manually in the .ini file.

HOWEVER: these cards will not have their effects unless it specifically exists in the game logic/code.

You can add normal monsters which will work fine. You must also provide the game with card art, which you can do with my CIPTool utility. (this will be implemented later directly into this app as well)

Screenshot gallery

You can find it here.

TODO list (backend)

TODO list (frontend)

The magic behind this utility

Third party stuff

Misc

This is my first actual UI application and my very first C# program (from a mostly C/C++ dev).

It is very messy as I've tried to push it to an usable state first, so please excuse any code spaghetti.

In the future I'd love to work in a different UI library, but for now WinForms has to do!