Crystal-Underwater icon

Underwater

Allow players to go underwater.

Last updated 4 months ago
Total downloads 4496
Total rating 4 
Categories Mods Hildir's Request Update
Dependency string Crystal-Underwater-1.0.7
Dependants 5 other packages depend on this package

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.2202 icon
denikson-BepInExPack_Valheim

BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.

Preferred version: 5.4.2202
Crystal-CrystalLib-1.1.0 icon
Crystal-CrystalLib

Code library with utilities for mods to use.

Preferred version: 1.1.0

README

Adds an option for players to walk along the seafloor instead of swimming at the water surface. This option can be changed in the mod config or by pressing the Backspace key in game (key can be changed in config).

This mod was created primarily to assist with placing building pieces underwater. I may try to add diving controls in the future, but for now the options are to swim on the surface or walk on the bottom.

Run the game once with the mod enabled to generate the config. See config for details on what each option does.

This mod is client only and does not need to be installed on dedicated servers.

Installation

This mod is designed to install and run via r2modman. You can optionally install it manually following the steps below.

Manual Install

  1. Install BepInExPack Valheim
  2. Download latest Underwater.dll by clicking "Manual Download". Extract the dll from the zip file into [GameDirectory]\Bepinex\plugins. (You only need the dll.)
  3. Run the game once, then close it and edit the generated cfg file in [GameDirectory]\Bepinex\config if you want to customize anything.

Changelog

1.0.7

  • Updated BepinEx version
  • Updated CrystalLib version
  • Updated .NET version

1.0.6

  • Updated BepinEx version
  • Updated CrystalLib version

1.0.5

  • Updated CrystalLib version

1.0.4

  • Added dependency on CrystalLib and moved some code there.

1.0.3

  • Fixed CameraIgnoreWater config option not applying properly.
  • Fixed swim toggle keybind not working in multiplayer if there were an even number of players present.

1.0.2

  • Updated BepinEx version

1.0.1

  • The shortcut key for toggling player swimming can now be changed in the mod config.
  • Renamed the setting "PlayerIgnoreWater" to "PlayerSwims" and reversed its meaning.

1.0.0

  • Initial release