I've been working on a little tool to edit and manage lists of item attributes. I'm not sure how useful it is for other people, but I want to introduce it here.
The edit functionality of Itemizer is twofold.
Once you can edit the structure of the data, that is, which attributes items have, their types and their names. This set of data is called an item configuration, and can be saved and loaded from Itemizer.
Second, for an item configuration one can create item catalogs, that's more or less lists of item data sets.
This message also contains a brief introduction into the functionality:
http://www.funkelwerk.de/forum/index.php?topic=344.msg1221#msg1221The tool looks like this:
I've limited the data types to strings, integers and so-called triplets, groups of three integers. Once I had to put limits somewhere, second I found that these should be suitable for many uses.
Details:
http://www.funkelwerk.de/forum/index.php?topic=344.msg1222#msg1222I tried to keep the file formats plain and easy, in the hope Itemizer data will be easy to import into games. I've tried to document the file formats over here:
http://www.funkelwerk.de/forum/index.php?topic=344.msg1223#msg1223There is also a plugin concept to read and write data in other formats. Two sample plugins are provided with the tool as Java sources with a script to compile them.
Some more details about plugins:
http://www.funkelwerk.de/forum/index.php?topic=344.msg1245#msg1245The latest release and download links:
http://www.funkelwerk.de/forum/index.php?topic=344.msg1270#msg1270Itemizer is written in Java and needs the Java runtime 6 or newer installed.