Subnautica: Below Zero
0 of 0

File information

Last updated

Original upload

Created by

Luke Vo

Uploaded by

lukevo

Virus scan

Safe to use

About this mod

Let you configure Seaglide speed, energy, light and map options.

Requirements
Permissions and credits
Donations
Someone requested a mod that let you configure Seaglide speed so I made this mod so you can configure its speed, energy, light and map options. Note that due to this being a mod request, I put all game default values so you should not see any change if you don't change the values. You can change the settings by editing config.json file (default values are also game values):

{
  "energy": 0.1,
  "lightEnergy": 0.06,

  "hologramRadius": 1.0,
  "mapWorldRadius": 20,
  "mapWorkAboveWater": false,

  "seaglideForwardMaxSpeed": 25.0,
  "seaglideBackwardMaxSpeed": 6.35,
  "seaglideStrafeMaxSpeed": 6.35,
  "seaglideVerticalMaxSpeed": 6.34,
  "seaglideWaterAcceleration": 36.56,
  "seaglideSwimDrag": 2.0
}

  • energy: energy consumption per second (only when you use it). Map does not cost energy.
  • lightEnergy: energy consumption per second if you turn on the light (even if you don't swim).
  • hologramRadius: how big the map hologram is (in meters).
  • mapWorldRadius: how big the world the map covers (in meters, must be integer).
  • mapWorkAboveWater: set to `true` to let the map works above water.
  • seaglideForwardMaxSpeed ... seaglideSwimDrag: various speed values for moving with Seaglide underwater.

Requirements
QModManager

Installation
1. Install QModManager.
2. Unpack the archive to folder \SubnauticaZero\QMods\

Source code available on my Github.