You are viewing a potentially older version of this package. View all versions.
VentureValheim-Venture_Floating_Items-1.0.0 icon

Venture Floating Items

Makes previously sinkable items float on water, or floating items sinkable. Configurable.

Date uploaded 11 hours ago
Version 1.0.0
Download link VentureValheim-Venture_Floating_Items-1.0.0.zip
Downloads 2137
Dependency string VentureValheim-Venture_Floating_Items-1.0.0

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.2350 icon
denikson-BepInExPack_Valheim

BepInEx pack for Valheim. Preconfigured with the correct entry point for mods and preferred defaults for the community.

Preferred version: 5.4.2350
ValheimModding-Jotunn-2.30.0 icon
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.30.0

README

Venture Floating Items

Created by [email protected].

Introduction

Makes previously sinkable items float on water, or floating items sinkable. Configurable.

Support Me!

Thank you to everyone who have used my mods during early access. All of your feedback and support has made the hundreds of hours sunk into these projects worth it. Even though modding has never really paid out in cash it has rewarded me with friends, community, and even more fun times! To all of you who have bought me coffees over the years, I am extremely grateful for your kindness!

If you would like to keep supporting the development and maintenance of my mods you can buy me a coffee through the image link below.

Looking for a Valhiem server? I have partnered with Survival Servers to get you 25% off with the code VALHEIM25! Order through the link by clicking on the image below and I will get a portion of the proceeds. You get a server to play with your friends and I can go buy some more of that sweet sweet coffee to keep the mods working!

Features

Allows you to make items that usually sink the ability to float on water (or tar), and vice versa. To make items sink add their prefab names to the "SinkingItems". To make items float toggle the following categories you want, or add the specific item prefab names to the "FloatingItems" config list:

  • FloatEverything: Floats everything except for items listed in the "SinkingItems" config
  • FloatTrophies: Will add the floating ability to any item that contains "trophy" in it's prefab name
  • FloatMeat: Will add the floating ability to any item that contains "meat" in it's prefab name
  • FloatHides: Will add the floating ability to the different hides and fabrics
  • FloatGearAndCraftable: Will add the floating ability to any item that contains a recipe (can be crafted by a player), and other gear like items bought from Haldor and meads
  • FloatTreasure: Will add the floating ability to Coins, Ruby, Amber, AmberPearl, and SilverNecklace

If an item is included in the "SinkingItems" list it will be excluded from automatic item discovery when turning on the other config toggles. The mod defaults will add SerpentScale to the "FloatingItems" list, and will add BronzeNails and IronNails to the "SinkingItems" list.

Installation

This mod needs to be on all clients to work properly. Config Syncing is included with Jotunn. Install on the server to enforce the same mod configuration for all players. Live changes to the configurations should take immediate effect but items already on the ground will not update until reloaded or picked up.

Changelog

Moved to new file, it will appear as a new tab on the thunderstore page.

Contributing

All issues can be reported on Discord or on the project Github. To report issues please be as specific as possible and provide the following:

  1. Mod name and version with the issue.
  2. The Bepinex\Logoutput.log file when the issue occurred (Or at least a list of all other mods being used)

All feedback, ideas, and requests are welcome! You can message me at my discord Venture Gaming.

CHANGELOG

1.0.0

  • Release for game version 1.0.7

0.3.3

  • Fixed an elusive bug where some items floated away into the sky. They wanted to be with Odin, I now deny them this privilege.

0.3.2

  • Fixed a bug where some items were not applying floating correctly on a server or live configuration change.

0.3.1

  • Fixed a bug that caused the Bonemaw Serpent attacks (and other creature attacks) to spam errors.

0.3.0

  • New configurations: FloatEverything, FloatTreasure

0.2.2

  • Updated to include new items from Ashlands. If upgrading your version check the config file for the new default additions.

0.2.1

  • Fixed issue where patches may have applied before the initial server configuration syncing event. This made some server configurations not apply correctly.
  • Added ability to update and apply configuration changes live.
  • Added NeckTail to the meat category.

0.2.0

  • Added Jotunn library as new dependency for config syncing, you now must also install Jotunn for this mod to work

0.1.1

  • Bug fix for different configs not applying correctly (This is why you don't rush things when you copy/paste code)

0.1.0

  • First release