Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou are not allowed to upload this file to other sites under any circumstances
Modification permissionYou must get permission from me before you are allowed to modify my files to improve it
Conversion permissionYou are not allowed to convert this file to work on other games under any circumstances
Asset use permissionYou must get permission from me before you are allowed to use any of the assets in this file
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are not allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
Thanks, mrpp777#9045 for the Alterra logos
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
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