Aqua is a simple CLI tool for managing subnautica 2.0+ mods.
Warning: Aqua is still in development and may not work as expected. Minor updates might break your configuration.
- Install mods from Nexus with a nxm link
- List mods
- Check for updates
- Disable mods
- Enable mods
- Update mods
- Automatically install BepInEx
First, download the latest release from the releases page.
Then run the following command to install Aqua:
dotnet tool install -g --add-source "<directory with the downloaded release>" "Aqua"
Run aqua --help
to see the available commands.
First, initialize aqua by running aqua init <api key>
.
You can get your nexus api key in your nexusmods profile settings.
Run aqua install <nxm link>
to install a mod.
You can get the nxm link by clicking the "Vortex" button in the mod's page and then copying the orange link after pressing download and selecting one of the options.
Running aqua list
will show the installed mods and their versions.
You can enable or disable mods with aqua enable <mod name>
and aqua disable <mod name>
.
You can check for updates with aqua update
.
After updating BepInEx, you will have to run aqua refresh
to recreate the symlinks if they were deleted.