Skip to content
/ Aegir Public

Simple mod for disabling water camera clipping in Valheim

License

Notifications You must be signed in to change notification settings

blbrdv/Aegir

Repository files navigation

Ægir

Nexusmods Thunderstore

License Valheim version

Aegir is a jötunn and a personification of the sea in Norse mythology.

This simple mod removes water camera clipping in fly-mode, allowing players to dig and build underwater without problems.

Screenshot

Installing & Using

Install

  1. Download and install BepInEx from Thunderstore
  2. For multiplayer only - download Quality of Life mod and install it locally
  3. Download and install locally this mod from Nexusmods, Thunderstore or from GitHub release page

Singleplayer usage

  1. Open console (F5)
  2. Enter devcommands
  3. Enter debugmode
  4. Close console
  5. Press Z to enter fly mode
  6. Enjoy

Multiplayer usage

  1. Open menu (F3)
  2. Turn on Developer mode
  3. Close menu
  4. Press Z to enter fly mode
  5. Enjoy

Build

Requirements

  • DotNet v6.0.x installed
  • Nuke tool installed
    • Run dotnet tool restore in solution root directory.
  • Correct path to game directory in config
    1. Create build.cgf in solution root directory
    2. Copy everything from build.example.cfg to build.cfg
    3. Update paths if needed

Build steps

  1. Run ./build.sh Compile (or .\build.ps1 ... for Windows)

For more commands see Build.cs file or run build with --help flag.

FAQ

  1. Mod does not create config file?

Yes it doesn't. Mod is so small it do not need it.

  1. Does this mod needs to be installed on server to work in multiplayer?

No, See Install in Installing & Using in description.