Potion/Alchemy Tool?

Post » Sun May 01, 2011 7:52 pm

Is there a tool that can tell you what alchemy ingredients combine into that takes into account the mods you have installed? Similer to http://www.uesp.net/morrow/hints/potion/PotionHelper.shtml but like I said, takes into account the mods you have installed.
User avatar
Darian Ennels
 
Posts: 3406
Joined: Mon Aug 20, 2007 2:00 pm

Post » Sun May 01, 2011 10:22 pm

Is there a tool that can tell you what alchemy ingredients combine into that takes into account the mods you have installed? Similer to http://www.uesp.net/morrow/hints/potion/PotionHelper.shtml but like I said, takes into account the mods you have installed.


Such would be quite impossible. Even with MWSE there is no way to determine what effects an ingredient has.
User avatar
Javier Borjas
 
Posts: 3392
Joined: Tue Nov 13, 2007 6:34 pm

Post » Sun May 01, 2011 11:48 pm

I won't say it's impossible. I don't mean an in game tool, I mean something outside the game. I mean, even the CS of course can tell what effects an item has. There is such a tool for Oblivion. I just haven't found anything similar for morrowind.
User avatar
yermom
 
Posts: 3323
Joined: Mon Oct 15, 2007 12:56 pm

Post » Sun May 01, 2011 3:18 pm

I won't say it's impossible. I don't mean an in game tool, I mean something outside the game. I mean, even the CS of course can tell what effects an item has. There is such a tool for Oblivion. I just haven't found anything smiler for morrowind.


That would be quite different but as of yet there is no such tool. It should be easy enough to read the load order and scan for only the ingredient records. You might try posting a message on john.moonsugars's tes3cmd thread or PM'ing him.
User avatar
Pumpkin
 
Posts: 3440
Joined: Sun Jun 25, 2006 10:23 am

Post » Sun May 01, 2011 1:01 pm

That would be quite different but as of yet there is no such tool. It should be easy enough to read the load order and scan for only the ingredient records. You might try posting a message on john.moonsugars's tes3cmd thread or PM'ing him.


It wouldn't be too hard to write a tool to output a report that would show you all the ingredients for a given effect. http://code.google.com/p/mlox/wiki/Tes3cmd doesn't quite do this in the most usable way, but you could try:

tes3cmd dump -l -t ingr -m invisibility *.esm *.esp

and that would list the ingredients that match "invisibility". It doesn't take into account load order though.
User avatar
Nicholas
 
Posts: 3454
Joined: Wed Jul 04, 2007 12:05 am

Post » Mon May 02, 2011 12:46 am

Interesting. I may try to make something like this. With the help of tes3cmd it may even be possible.
User avatar
Emilie M
 
Posts: 3419
Joined: Fri Mar 16, 2007 9:08 am


Return to III - Morrowind