About this mod
Lets you instantly store items from inventory, collection nets, and laid eggs into nearby storages with same items using a hotkey.
- Permissions and credits
- Changelogs
- Donations
By default, this is restricted to storages within 10m of the character. You can change that in the config.
The mod also stores items from collection nets and dropped eggs (disable in config).
Config
There is an optional list of disallowed items that can be used to prevent specific items form being transferred. This list is comma-separated and uses the items' unique name field. You can check the BepInEx log to see the unique name of items that are moved when this mod moves them. E.g.:
QuickStore Stored 1 Raw_Beet
QuickStore Stored 20 Plank
This log message means one raw beet and 20 planks were stored, and their unique names are Raw_Beet and Plank.
So, setting:
disallowedItems = Raw_Beet,Plank
would prevent both from being transferred in the future.
The config file is created in BepInEx/config after running the game with this mod installed.
Installing
This mod uses BepInEx to run, not Unity Mod Manager.
To install BepInEx for Raft, you can use this tool:
https://www.nexusmods.com/site/mods/287
To install this mod, place the dll file in the game's BepInEx/plugins folder after installing BepInEx.
Source code is at https://github.com/aedenthorn/RaftMods.
If you want to complain or ask for help or help me test my mods, you can visit my Discord server.