I figured, since its getting closer and closer to a proper release version, I'd make a thread in preparation for my little tool: Thaumcraft Pathfinder. Its in a similar vein to the likes of the old Thaumcraft 4.1 Research Helper and Thaumcraft Sixth Sense, and is inspired by both. Once complete, the initial release version will support six versions of Thaumcraft: 4.1, 4.1.0f, 4.1.0g, 4.1.1.13, 4.1.1.14, and 4.2. It'll be a standalone (not in-browser) program, so you can even use it whilst offline. Its also made to be easily extensible, and will come pre-packed with the scripting tool I built and used to create all these nice scripts. Here, take a look!
Simple-looking, isn't it? Only real thing one needs to note with it is that the source aspects must be capitalized, as well as the name of the aspect itself. This mostly has to do with how the main program reads in the scripts and relates them to one another in its internal dictionary. The icons are read directly from the Resources.dat file, and aren't store in the Aspect Builder itself.
I'm currently working on fleshing out the UI for the Pathfinder itself. I just fixed a problem with the NumericUpDown control not incrementing properly when you use the scroll wheel; for me, it incremented by 2 instead of by the 1 I have the control's Increment property set to be. I'll keep you guys posted of any more progress I make here!
(Just as a note, this program is NOT meant to replace either the Research Helper or TCSS, it is merely meant as an alternative and as a learning experience for me.)
Simple-looking, isn't it? Only real thing one needs to note with it is that the source aspects must be capitalized, as well as the name of the aspect itself. This mostly has to do with how the main program reads in the scripts and relates them to one another in its internal dictionary. The icons are read directly from the Resources.dat file, and aren't store in the Aspect Builder itself.
I'm currently working on fleshing out the UI for the Pathfinder itself. I just fixed a problem with the NumericUpDown control not incrementing properly when you use the scroll wheel; for me, it incremented by 2 instead of by the 1 I have the control's Increment property set to be. I'll keep you guys posted of any more progress I make here!
(Just as a note, this program is NOT meant to replace either the Research Helper or TCSS, it is merely meant as an alternative and as a learning experience for me.)