Josh194 / FMCB

A platform that allows the linking of multiple applications/games together in various ways.
GNU General Public License v3.0
2 stars 1 forks source link

Implement Item Translations #1

Open Josh194 opened 3 years ago

Josh194 commented 3 years ago

Code should read all .itl (Item Translation List) files existing in a specified directory (though for the time being, just use a txt file in a convenient format), and somehow construct an efficient view in memory that it can use for translation. The code should contain methods that can take some form of an 'Item' and translate it to an 'Item' in another game.