trigger-segfault / TConvert

A combination tool for managing Terraria content resources.
https://forums.terraria.org/index.php?threads/61706/
GNU General Public License v3.0
53 stars 6 forks source link

Extract item and material information? #1

Open njt1982 opened 6 years ago

njt1982 commented 6 years ago

Is it possible to do this? I'm on the hunt for a list if Items, Materials and Recipes (ideally in CSV or JSON format, if I had a choice ;) ).

trigger-segfault commented 6 years ago

Sadly no, this is all hardcoded into the game. You can decompile Terraria with many different C# programs and take a look at the associated files to find the details. They're called IL/C# decompilers. If you need any more help then feel free to ask here. The recipes can probably parsed from the code files which will ultimately save time.