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.
- Download and install BepInEx from Thunderstore
- For multiplayer only - download and install any mod that allow to turn on
Developer modon server - Download and install locally this mod from Nexusmods, Thunderstore or from GitHub release page
- Open console (F5)
- Enter
devcommands - Enter
debugmode - Close console
- Press
Zto enter fly mode - Enjoy
- Turn on
Developer mode - Press
Zto enter fly mode - Enjoy
- DotNet v8.0.x installed
- Download and install from Microsoft.
Run ./run.sh <target> <params...> (or .\run.ps1 for Windows)
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'.
- 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.
