You are viewing a potentially older version of this package. View all versions.
MainStreetGaming-BetterDiving-1.0.3 icon

BetterDiving

Easy_Develope's Valheim Diving mod updated with bug fixes and new features

Date uploaded a year ago
Version 1.0.3
Download link MainStreetGaming-BetterDiving-1.0.3.zip
Downloads 4798
Dependency string MainStreetGaming-BetterDiving-1.0.3

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
ValheimModding-Jotunn-2.16.2 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.16.2

README

Better Diving by Main Street Gaming

This is a fork of the Valheim Diving Mod by MLIMG/Easy_Develope. Special thanks go to MLIMG for creating the original mod. Since development has ceased on the original mod, I have created a fork to continue development and implement bug fixes.

Like this mod? Development requires a lot of coffee. Support me by buying me a coffee!
ko-fi

How It Works

  • Uses built-in Valheim keybinds, so this mod should work with custom keybinds and controllers as well
  • While swimming, press the crouch button to enable diving mode
  • Diving mode can be cancelled by pressing the crouch button again if near the surface
  • While diving is enabled, look in the direction you want to dive and hold your forward movement button (W on keyboard)
  • While diving, the Left, Right, Up, and Down movement buttons (WASD on keyboard) can be used to swim in each direction as well
  • To return to the surface, look up toward the surface of the water and hold your forward movement button (W on keyboard)
  • Diving mode will be automatically cancelled when the player returns to the surface of the water
  • While on the surface with diving mode disabled, the player will automatically rest and slowly regain stamina when not in motion
  • The player will gain a Diving skill while diving
  • Swim faster by holding the Run button
  • Faster swim speed and stamina depletion are determined by the players Swim skill
  • Stamina is depleted faster while fast swimming avove water
  • Oxygen is depleted faster rather than stamina when fast swimming underwater
  • Many options can be customized via the config file

Installation

r2Modman (recommended)

  1. Install r2modman
  2. Create a new profile
  3. Click the 'Online' button
  4. Search for 'BetterDiving' and download
  5. Click 'Start Modded'

Manual

Copy the MainStreetGaming-BetterDiving folder to <GameDirectory>/BepInEx/plugins.

Changelog:

v1.0.3

  • Added feature that allows the player to swim faster by holding the Run button
  • Oxygen is consumed faster rather than stamina when fast swimming while underwater
  • Resting is now triggerd based on players velocity
  • Large waves/thunderstorms now hinder ability to rest in water
  • Fixed bug that allowed stamina regen when autoswimming
  • Changed debug value has_ping_sent to is_underwater and reversed the logic
  • Changed debug value reder_settings_updated_camera to render_settings_updated_camera
  • Removed unused debug values, variables, and references
  • Added new debug values: last_dive_cancel, fastSwimSpeed, and fastSwimStamDrain
  • Added new config setting allowFastSwimming

v1.0.2

  • WaterWalking in Epic Loot was deprecated in version 0.9.0. Removed unneeded compatability fix.
  • Removed the EpicLoot reference
  • Updated Jotunn and JotunnLib references
  • Updated Unity and Valheim references
  • Removed unused debug value restor_timer_is_running
  • Increased the oxygen bar removal delay to better match the stamina bar

v1.0.1

  • Fixed a bug that was preventing the oxygen bar art from loading
  • Fixed grammatical errors in the config file

v1.0.0

  • Initial release
  • Removed easytranslate references
  • Removed take rest in water keybind from default config
  • Added allow rest in water to default config
  • Added logic to disable breath bar when player can breath or when dead
  • Added logic to prevent You Can Breathe message when dead
  • Added logic to toggle diving on key-press and automatically toggling it off when surfacing
  • Added logic for resting in the water to regen stamina when player is not moving or diving
  • Added configurable diving and surface messages to the config
  • Fixed miscategorized settings in the config
  • Fixed negative stamina while drowning
  • Changed the breath bar art and behavior to match the Valheim theme
  • Added a Valheim themed overlay over the breath bar
  • Added logic to change sprite color for oxygen bar when it's at 25% or less
  • Added logic to hide the full breath bar after a delay to match the Valheim stamina bar
  • Added logic to fix a swimming on land glitch when diving close to shore
  • Changed all inputs to reference Valheim keybinds to add support for custom keybinds and controllers
  • Removed divetrigger from the config and set the dive trigger key to the Valheim "Crouch" binding
  • Changed the default position of the oxygen bar so that it doesn't overlap the crosshair
  • Set the breath bar to not immediately disappear when on land
  • Fixed stamina briefly goes negative when out of oxygen
  • Fixed negative stamina bug when dead
  • Added logic for cancelling diving mode if still near the surface