Skip to content

septechx/aqua

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aqua

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.

Features

  • Install mods from Nexus with a nxm link
  • List mods
  • Check for updates
  • Disable mods
  • Enable mods
  • Update mods
  • Automatically install BepInEx

Installation

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"

Usage

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.

Installing a mods

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.

Updating BepInEx

After updating BepInEx, you will have to run aqua refresh to recreate the symlinks if they were deleted.

About

Simple CLI mod manager for subnautica 2.0+.

Topics

Resources

License

Stars

Watchers

Forks