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 Quality of Life mod and install it locally
- Download and install locally this mod from Nexusmods, Thunderstore or from GitHub release page
- Open console (F5)
- Enter
devcommands
- Enter
debugmode
- Close console
- Press
Z
to enter fly mode - Enjoy
- Open menu (F3)
- Turn on
Developer mode
- Close menu
- Press
Z
to enter fly mode - Enjoy
- DotNet v6.0.x installed
- Download and install from Microsoft.
- Nuke tool installed
- Run
dotnet tool restore
in solution root directory.
- Run
- Correct path to game directory in config
- Create
build.cgf
in solution root directory - Copy everything from
build.example.cfg
tobuild.cfg
- Update paths if needed
- Create
- Run
./build.sh Compile
(or.\build.ps1 ...
for Windows)
For more commands see Build.cs file or run build with --help
flag.
- 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.