Subnautica

File information

Last updated

Original upload

Created by

Lilly23 and Lee23

Uploaded by

snomlilly

Virus scan

Safe to use

About this mod

Adds weather to 4546B

Requirements
Permissions and credits
Requires Nautilus!
This mod adds various weather events that occur randomly at the surface - rain, thunderstorms, fog and more. This mod also adds many new commands for making custom effects!

Installation (Automatic)

You can use the Mod Manager to automatically install mods. If you decide to use it, simply place the downloaded file into the Mod Downloads folder and press Install in the in-game mod menu.

Installation (Manual)


  • If you haven’t already, download and install the Subnautica BepInEx Pack.
  • Download the latest version of this mod.
  • Place the downloaded zip file into your Subnautica\BepInEx folder
  • Right click the zip file and select extract —> unzip here (NOT "Extract all"). If you can’t find that button, you can instead open the zip file, copy the "plugins" folder, and paste it into the BepInEx folder.


Command list

setweather [event name]
Use this command to change the weather to anything desired. If you type no event name (or an invalid one), you will see the list of all available weathers on the screen.

If you want the weather to stay after setting it, you can use the pause weather command described below.
Example:

setweather thunderstorm
- Begins a thunderstorm.

pauseweatherPauses the weather, preventing the weather and fog from being automatically changed.

unpauseweatherAllows the weather to change again if it was previously paused.

setfog [red] [green] [blue] (density = 0.002) (above water surface brightness = 1) (exposure = 0.66f) (underwater surface brightness = 1)Sets the fog color, density and brightness.

Example:
setfog 0.1 0 0 0.02 0.5- Creates a thick red fog effect.

printweatherPrints the current weather event name onto the screen.

setwavelengths [red] [green] [blue]Not really sure how to explain this one, but it influences the colors of the world.

Example:
setwavelengths 500 0 0 - Turns the world very red.

setplanetdistance [distance]Sets the distance of the planet in... meters? Default value is 10,000.

setwatercolor [reflection red] [reflection green] [reflection blue] [refraction red] [refraction green] [refraction blue]Sets the color of the water.

Example:
setwatercolor 0 1 1 0 1 1 - Changes the water color to a tropical teal shade.