Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
ValheimOffload
| Date uploaded | 4 years ago |
| Version | 0.0.3 |
| Download link | MrManlyPrincess-ValheimOffload-0.0.3.zip |
| Downloads | 734 |
| Dependency string | MrManlyPrincess-ValheimOffload-0.0.3 |
This mod requires the following mods to function
ValheimModding-Jotunn
Jötunn (/ˈjɔːtʊn/, 'giant'), the Valheim Library was created with the goal of making the lives of mod developers easier. It enables you to create mods for Valheim using an abstracted API so you can focus on the actual content creation.
Preferred version: 2.6.1README
Valheim Offload
Installation (manual)
Features
Allows you to offload your inventory into nearby chests at the press of a button.
Ignores containers that are part of the world generation so that you don't accidentally lose items, and allows you to designate slots/items to not offload.
Config
Default Config File
`
Settings file was created by plugin Valheim Offload v0.0.3
Plugin GUID: com.mrmanlyprincess.ValheimOffload
[General]
Enable this mod
Setting type: Boolean
Default value: true
Enabled = true
Radius in which to search for containers
Setting type: Single
Default value: 15
Offload Radius = 15
[Ignore Options]
If true, consumable items will not be offloaded
Setting type: Boolean
Default value: true
Ignore Consumables = true
If true, unequipped ammo will not be offloaded
Setting type: Boolean
Default value: true
Ignore Unequipped Ammo = true
A pipe-delimited list of item slots to ignore. Each slot is referenced by a zero-based Vector2. First slot is '0,0', last slot is '3,7'.If a value in the Vector2 is left blank, the entire column/row will be affected.
Setting type: String
Default value: 0,2|1,2|2,2|0,3|1,3|2,3|
Item slots to ignore = 0,2|1,2|2,2|0,3|1,3|2,3|
A comma-delimited list of item names to ignore. Examples: '$item_hammer, $item_hoe, $item_leatherscraps'
Setting type: String
Default value:
Items to ignore =
[Keybindings]
KeyboardShortcut for OffloadButton keybinding. Modifiers are ignored.
Setting type: KeyboardShortcut
Default value: Tilde
Offload Button (Keyboard) = Tilde `
Changelog
- v0.0.3 - Another correction to publish zip
- v0.0.2 - Correction to publish zip
- v0.0.1 - Initial version
Known issues
- Modifier keys don't work on the Shortcut key. This is due an issue with BepinEx's ShortcutKey that I had to work around.