Download
(6 Kb)
Download
Updated: 05/27/17 06:54 PM
Pictures
File Info
Compatibility:
Morrowind (3.0)
Homestead (2.7)
One Tamriel (2.6)
Shadows of the Hist (2.5)
Dark Brotherhood (2.4)
Thieves Guild (2.3)
Orsinium (2.2.4)
Updated:05/27/17 06:54 PM
Created:05/30/14 11:57 PM
Monthly downloads:67
Total downloads:18,779
Favorites:45
MD5:
MrPlow - Inventory Sorter  Popular! (More than 5000 hits)
Version: 2.6b
by: Wobin, CrazyDutchGuy, Jennifur_Vultee
"That name again, is Mr Plow"

Mr Plow is a sorting addon that will reorder the items in your inventories to a more organised state.

The order of results is borrowed heavily from ingeniousclown's Advanced Filters.

I've co-opted the 'age' sort functionality of the leftmost arrows in the default inventory, and added them to the bank and guild bank.

And, just like the WoW version, the order is hard coded atm, but fairly straightforward to adjust in the code. Making a settings panel that will allow adjustment is my next step.



Updated for Morrowind 5/27/2017
V2.6a - API 100017

v2.5 - API 100009

v2.4 - API 100008

v2.3 - LibSort update

v2.2 - LibSort update

v2.1 - LibSort update

v2.0 - Updated for 1.2.3 : Veteran Crypt of Hearts

v1.3.1 - Set order of enchanting runes

v1.3 - Added in extra info for enchanting mats. (thank you, ckaotik)

v1.2 - Libstub reference error

v1.1 - Added weapon and armour as itemtype level sorting
Optional Files (0)


Archived Files (14)
File Name
Version
Size
Uploader
Date
2.6a
5kB
Jennifur_Vultee
10/05/16 08:45 AM
2.6
5kB
Jennifur_Vultee
06/06/16 10:25 AM
2.5
6kB
CrazyDutchGuy
09/28/14 12:32 PM
2.4
6kB
CrazyDutchGuy
08/04/14 12:21 PM
2.3
6kB
CrazyDutchGuy
06/28/14 12:37 PM
2.2
6kB
CrazyDutchGuy
06/28/14 11:25 AM
2.1
6kB
CrazyDutchGuy
06/28/14 08:29 AM
2.0
8kB
CrazyDutchGuy
06/28/14 02:49 AM
1.3.1
9kB
Wobin
06/03/14 06:34 AM
1.3
9kB
Wobin
06/02/14 10:12 PM
1.2
9kB
Wobin
06/01/14 06:52 AM
1.1
9kB
Wobin
05/31/14 12:06 AM
1.0
9kB
Wobin
05/30/14 11:57 PM
0B
05/30/14 11:57 PM


Post A Reply Comment Options
Unread 10/24/17, 04:32 AM  
Bierdeife

Forum posts: 1
File comments: 116
Uploads: 0
Can you add the option to change the sorting, please?
Report comment to moderator  
Reply With Quote
Unread 06/24/17, 11:40 AM  
figblat

Forum posts: 0
File comments: 5
Uploads: 0
Small Problem

Hello. I have noticed a small problem when using this mod. When I open my inventory to see new items, they are always sorted to the very bottom of my bag for some reason, unless I click the "status" sort arrows twice, once to reverse the sorting and then again to put it back to normal, which seems inconvenient and counter-intuitive to me.

Note that this occurs each play session, but once I click the "status" arrows twice, it resolves the new items issue for the rest of the play session. However, upon doing this, it then swaps the stolen items position to the very top of the sort order, which also seems weird. So it's either, I live with the new items being at the bottom of the inventory, or I live with stolen items being at the top. Either way, it's just a little awkward.

I like the categorized sorting you have set up, but would love it if the new items would get sorted to the top of the bag, and stolen items at the bottom, like the default ESO inventory.
Last edited by figblat : 06/24/17 at 12:43 PM.
Report comment to moderator  
Reply With Quote
Unread 01/11/17, 04:41 AM  
astroultraman

Forum posts: 0
File comments: 5
Uploads: 0
crafting bag

please add support to the eso plus crafting bag.
Report comment to moderator  
Reply With Quote
Unread 06/21/16, 11:16 AM  
Jennifur_Vultee

Forum posts: 0
File comments: 7
Uploads: 0
Re: Crafting Bags

Originally Posted by Kouroth
Any chance we can get this updated to sort the crafting bags too?
I might look at the code and see what I can do. I'm not very good with LUA but I can read code thanks to my years of C++. Maybe I can do a side update.
Looks like:
HasCraftBagAccess()
SHARED_INVENTORY.bagCache[BAG_VIRTUAL]
Hmm..
GetItemLink(bag, index) - So would bag be BAG_VIRTUAL? Or is bag known to the sorting lib?
Seems simple enough to add if you know how this stuff works.
Just add a few more sort function calls based on what 'bag' the player is looking at. Not sure how to check that though.
---
Or maybe even easier, watchedSorts, just add the crafting bags to the list? Dono...

I don't currently have ESO plus but I'll be testing an update on my questing partner Larz when she logs in tonight. I made the change in my version of the addon and in ESO its not giving any Lua errors hopeful it'll work.
Report comment to moderator  
Reply With Quote
Unread 06/11/16, 08:35 AM  
Kouroth

Forum posts: 0
File comments: 56
Uploads: 0
Crafting Bags

Any chance we can get this updated to sort the crafting bags too?
I might look at the code and see what I can do. I'm not very good with LUA but I can read code thanks to my years of C++. Maybe I can do a side update.
Looks like:
HasCraftBagAccess()
SHARED_INVENTORY.bagCache[BAG_VIRTUAL]
Hmm..
GetItemLink(bag, index) - So would bag be BAG_VIRTUAL? Or is bag known to the sorting lib?
Seems simple enough to add if you know how this stuff works.
Just add a few more sort function calls based on what 'bag' the player is looking at. Not sure how to check that though.
---
Or maybe even easier, watchedSorts, just add the crafting bags to the list? Dono...
Last edited by Kouroth : 06/11/16 at 08:46 AM.
Report comment to moderator  
Reply With Quote
Unread 06/05/16, 05:03 PM  
Quillyne

Forum posts: 0
File comments: 89
Uploads: 0
Re: Re: Re: Please update Mr Plow!

Originally Posted by Jennifur_Vultee
Originally Posted by Wobin
Originally Posted by Jennifur_Vultee
Please, please, please update this addon, I can't stand the default sorting by alphabetical order. Mr Plow made my inventory make sense, made it workable. Please update Mr Plow or let someone else do it.
If anyone wishes to adopt this addon, let me know and I'll give access
My girlfriend is a programmer and after looking things over we worked out how to update it and I'm testing it in ESO right now and so far its working perfectly. I have no plans to release this into the wild without your permission but we would like to take over updating this if you would let us. I want to test it more to be sure no errors come up but as of now its working beautifully.
This is the best news!!

You may want to pm the author...not sure how often they are checking the thread.
Report comment to moderator  
Reply With Quote
Unread 06/05/16, 03:52 PM  
Jennifur_Vultee

Forum posts: 0
File comments: 7
Uploads: 0
Re: Re: Please update Mr Plow!

Originally Posted by Wobin
Originally Posted by Jennifur_Vultee
Please, please, please update this addon, I can't stand the default sorting by alphabetical order. Mr Plow made my inventory make sense, made it workable. Please update Mr Plow or let someone else do it.
If anyone wishes to adopt this addon, let me know and I'll give access
My girlfriend is a programmer and after looking things over we worked out how to update it and I'm testing it in ESO right now and so far its working perfectly. I have no plans to release this into the wild without your permission but we would like to take over updating this if you would let us. I want to test it more to be sure no errors come up but as of now its working beautifully.
Report comment to moderator  
Reply With Quote
Unread 06/04/16, 11:14 AM  
Quillyne

Forum posts: 0
File comments: 89
Uploads: 0
Fingers crossed someone picks this up...the default sort is a mess.
Report comment to moderator  
Reply With Quote
Unread 06/04/16, 01:54 AM  
Wobin
 
Wobin's Avatar
AddOn Author - Click to view AddOns

Forum posts: 78
File comments: 192
Uploads: 7
Re: Please update Mr Plow!

Originally Posted by Jennifur_Vultee
Please, please, please update this addon, I can't stand the default sorting by alphabetical order. Mr Plow made my inventory make sense, made it workable. Please update Mr Plow or let someone else do it.
If anyone wishes to adopt this addon, let me know and I'll give access
Report comment to moderator  
Reply With Quote
Unread 06/03/16, 12:25 PM  
Jennifur_Vultee

Forum posts: 0
File comments: 7
Uploads: 0
Please update Mr Plow!

Please, please, please update this addon, I can't stand the default sorting by alphabetical order. Mr Plow made my inventory make sense, made it workable. Please update Mr Plow or let someone else do it.
Report comment to moderator  
Reply With Quote
Unread 05/17/15, 12:35 PM  
BigM
 
BigM's Avatar

Forum posts: 16
File comments: 371
Uploads: 0
To bad this addon has died off.
Report comment to moderator  
Reply With Quote
Unread 12/13/14, 04:39 AM  
spoqster

Forum posts: 8
File comments: 129
Uploads: 0
Great addon! Will it be upped to 1.5.x?
Report comment to moderator  
Reply With Quote
Unread 09/03/14, 11:44 AM  
Dingodan
 
Dingodan's Avatar

Forum posts: 50
File comments: 276
Uploads: 0
Nice Addon.

it would be awsome if you reach ...

Making a settings panel that will allow adjustment is my next step.
this new/old step.
Report comment to moderator  
Reply With Quote
Unread 07/12/14, 03:53 PM  
Arizona Willie
 
Arizona Willie's Avatar

Forum posts: 1
File comments: 7
Uploads: 0
Starting?

How do you start Mr. Plow? I haven't seen it come up since the patch but I do have the latest version installed.
Report comment to moderator  
Reply With Quote
Unread 06/27/14, 04:24 PM  
CrazyDutchGuy
 
CrazyDutchGuy's Avatar
AddOn Author - Click to view AddOns

Forum posts: 89
File comments: 187
Uploads: 9
Wobin, give me rights to update. Got an update for this.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.