"Best" Alchemy sorter script?

Post » Mon Jul 07, 2014 7:58 am

Hello,

I'm easing back into the modding scene after a spell of playing other games.

I'm working on a couple of housing mods right now, and I wanted to ask if anyone knows of a good ingredient sorting script? I've been using Despair's sorter (modified to use a single unified container) for ages in my mods, but I'd like to ask if there's a better script for this purpose I could be using.

I've seen the script done by Kiteflyer, but never used a mod with it.

Does anyone have a reccomendation?

Best,

User avatar
Josh Dagreat
 
Posts: 3438
Joined: Fri Oct 19, 2007 3:07 am

Post » Mon Jul 07, 2014 6:31 am

The only way to really improve the original sorters is to use MWSE. I wrote an MWSE version for Uvirith's Legacy, which you're totally free to adapt. It also uses a single unified container, but instead of checking for every kind of ingredient, it checks for ingredient type items in your inventory and grabs all of them, even the ones added by mods you couldn't possibly account for. It's way faster.

Even if you're not familiar with MWSE, adapting it should be relatively simple: just change the container the script is pointing to. You just have to remember to re-complie any scripts using MWSE functions in http://www.uesp.net/wiki/Tes3Mod:MWEdit rather than the Construction Set. Mine is in a separate add-on to make that easier to manage. It also makes it easier for other people to mine for script examples.

User avatar
Kat Stewart
 
Posts: 3355
Joined: Sun Feb 04, 2007 12:30 am


Return to III - Morrowind