Sign in to follow this  
joedobo

[ABANDONED] bulk options mod

Recommended Posts

This mod aims to give you more option over what and how things go in bulk containers.

 

Tested to work for up to WU 1.3.1.3. I only updated every other release. I use the previous version and and an every other version release to reduce my update effort.
 
* Required: Ago's WurmServerModLauncher. https://github.com/ago1024/WurmServerModLauncher/releases
* Releases are here: https://github.com/Joedobo27/BulkOptionsMod/releases

* Install: Get one of the archive releases and unpack it into the mods folder. The folder path should look something like this: ~Steam\SteamApps\common\Wurm Unlimited Dedicated Server\mods

 

Part of this was inspired by: https://github.com/nekoexmachina/bulkitemsseparated. I wanted something similar that didn't use reflection when depositing items in bulk.

 

 

Configure settings, and I just used the ones I use here. You can change them however.

Spoiler

# This is the quality range which bulk items will get divided into. Whole numbers only.
qualityRange=10

 

# true will allow using water on herb/spice to make it fresh state.
# false is disabled.
replenish=true

 

# true will allow putting rares in bulk containers. They won't combine with dissimilar rarities and are subject to the "qualityRange" setting.
# false is disabled.
rarityStorage=true

 

# true will allow putting various food items in bulk containers.
# false is disabled.
preparedFoodStorage=true

 

# logHuge,pelt,saddle,stoneKeystone,marbleKeystone,fishingHookWood,fishingHookIron,fishingHookWoodAndString,
#   fishingHookIronAndString,
#   butter,tomato ketchup,snowball,cocoa,pineapple,
#   emerald,emeraldStar,ruby,rubyStar,opal,opalBlack,diamond,diamondStar,sapphire,sapphireStar
# Leave blank to make no change.
makeBulkItems=385,313,621,905,906,96,95,151,150,1186,1211,1276,1152,1235,374,375,376,377,378,379,380,381,382,383

 

 

One more possible change I may make is to make it so more food items will go in bulk.  To do this I have to make some changes regarding ItemMealData references. 

Edited by joedobo
update notes
  • Like 1

Share this post


Link to post
Share on other sites

Has this been updated for 1.3.5.5?  The mod was working prior to this update and I just noticed today that it wasn't working at all for me.  I checked the server logs and this is what I got: WARNING com.joedobo27.bulkoptions.BulkOptionsMod: WU version mismatch. Your nullversion doesn't match one of BulkOptionsMod's required versions [1.3.1.3]

Share this post


Link to post
Share on other sites

@Asperis I only update every other release. I don't have a problem waiting for content and doing it this way reduces the updating effort.

Share this post


Link to post
Share on other sites

Thanks @joedobo  Yeah I'm getting the same message on all of your mods.  I'll just let everyone know that they'll be updated with the next release.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this