Hex_Viking-NowYouFloat icon

NowYouFloat

Makes metal ores, bars, and trophies float in water in Valheim.

Last updated 4 days ago
Total downloads 472
Total rating 0 
Categories Client-side Ashlands Update AI Generated
Dependency string Hex_Viking-NowYouFloat-1.0.1
Dependants 0 other packages depend on this package

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.2333 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.2333

README

NowYouFloat

Makes supported dropped items float on water in Valheim.

Features

  • Supports ores, metals, trophies, and other configurable prefabs
  • Configure additional prefab names through the config file or the official BepInEx Configuration Manager
  • Simple quality-of-life mod

Floating item example

Configuration example


Compatibility

  • NowYouFloat adds a Floating component to configured dropped item prefabs that normally sink.
  • Mods that modify the same dropped item prefabs or Floating behavior may be incompatible.

Configuration

Config file location:

BepInEx/config/hex.nowyoufloat.cfg

Example configuration:

[General]

## Enable or disable the mod
# Setting type: Boolean
# Default value: true
Enabled = true

## Exact prefab names that should float
# Comma-separated list
AllowedExactPrefabs = Copper,CopperOre,IronNails,BronzeNails,IronScrap,Iron,IronOre,BlackMetal,BlackMetalScrap,Silver,SilverOre,Tin,TinOre,SurtlingCore,DeerHide,CeramicPlate,Bronze

## Prefab name contains filters
# Any prefab containing these values will float
AllowedNameContains = Trophy

Requirements

  • denikson-BepInExPack_Valheim-5.4.2333

Installation

Thunderstore / r2modman

Install using a Thunderstore-compatible mod manager such as r2modman.

Manual Installation

  1. Install BepInExPack Valheim
  2. Extract this package
  3. Place the DLL inside:
BepInEx/plugins/NowYouFloat/

Example:

BepInEx/plugins/NowYouFloat/NowYouFloat.dll

Multiplayer

  • Primarily tested on a dedicated server with the mod installed client-side only
  • Multiplayer compatibility with other players and mod combinations has not been extensively tested