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 and install any mod that allow to turn on Developer mod on server
  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. Turn on Developer mode
  2. Press Z to enter fly mode
  3. Enjoy

Developing

Requirements

  • DotNet v8.0.x installed

Run script

Run ./run.sh <target> <params...> (or .\run.ps1 for Windows)

Usage:

Targets (with their direct dependencies):                                                                                                                            

  Clean               
    Clean build and output directories
  Restore             
    Look for and download project dependencies
  Compile (default)   
    Build project
  Install             
    Copy compiled file to game plugins directory
  PackForNexusmods    
    Archive compiled and other necessary files for NexusMods in output directory
  PackForThunderstore 
    Archive compiled and other necessary files for ThunderStore in output directory
  Pack                 -> PackForNexusmods, PackForThunderstore
    Archive compiled and other necessary files for mod stores in output directory

Parameters:

  --bepinex-path       Path to the BepInEx plugin folder, default is 'BepInEx\plugins'.
  --build-config       Configuration to build, default is 'Debug'.
  --game-path          Path to the root of game folder.

  --continue           Indicates to continue a previously failed build attempt.
  --help               Shows the help text for this build assembly.
  --host               Host for execution. Default is 'automatic'.
  --no-logo            Disables displaying the NUKE logo.
  --plan               Shows the execution plan (HTML).
  --profile            Defines the profiles to load.
  --root               Root directory during build execution.
  --skip               List of targets to be skipped. Empty list skips all dependencies.
  --target             List of targets to be invoked. Default is 'Compile'.
  --verbosity          Logging verbosity during build execution. Default is 'Normal'.

FAQ

  • Mod does not create config file?

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

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

No, See Install in Installing & Using in description.

About

Simple mod for disabling water camera clipping in Valheim

Topics

Resources

License

Stars

Watchers

Forks