Subnautica

File information

Last updated

Original upload

Created by

AndreaDev3D

Uploaded by

Andreadev

Virus scan

Safe to use

About this mod

This mod allows the user to build a "DeepEngine", on base or on a 15m range producing energy based on the depth.

Requirements
Permissions and credits
Changelogs
Donations
NOTE: 
  • To show the Deep Engine you have to unlock the Wiring Kit
  • This mod is configurable in the config.json in the main mod directory.
  • This mod will autogenerate config.json if it is missing once Subnautica has started.


INSTALLATION:
  • You must have ALL THE REQUIREMENT to run this mod.
  • You can install this mod by extracting it into the Qmods folder Qmods/AD3D_{ModName}
  • Run the game.
  • You are ready to play.


HOW IT WORKS:
  • "MaxPowerAllowed" is the max amount of power the DeepEngine can Produce at full capacity.
  • "PowerMultiplier" is for multiplying the amount of power generated.


So the generator by default push (baseEmission = 1w/s, I might nerf it down), we then evaluate the depth (depth = 20m) and we add a Multiplier(multiplaier = 2) :
baseEmission + (depth / 1000) * multiplaier;

In this case, the generator would produce :
1 + (20 / 1000) * 2 = 1.04w/s
RESOURCES:
Have a bug?.. Fight me on Discord 
Open Source code on GitHub