Subnautica
0 of 0

File information

Last updated

Original upload

Created by

Remodor

Uploaded by

Remodor

Virus scan

Safe to use

About this mod

A simple mod which lets you alter the building speed of the habitat builder. It also features a progressive mode.

Requirements
Permissions and credits
Changelogs
Introduction:
I changed the recipes for many items to much greater amounts, this resulted in an endless building time. So i created this mod to adjust this!

Description:
This mod lets you alter the construction time with the habitat builder.
It now features additional options (Thanks to Szappy, for the suggestion!):
  • "Building Speed": When the progressive mode is selected, this value is the "growth rate". Otherwise it is the time per used resource.
  • "Maximum Build Time": The total construction time will never surpass this value.
  • "Minimum Build Time": The construction time will never fall below this value.
  • "Progressive": This mod has two modes:

  •  "Linear": The building speed is the time per used item. I.e. if you set it to 1 and the current building requires 2 resources, the building time will be 2, except if you set a lower maximum time or a higher minimum time.
  •  "Progressive": The added time per used resource decreases the more resources are used. It uses the Logistic Function. The maximum is the converging value. The minimum is the lowest value. This Example demonstrates the exact function used to calculate:

  • X is the "number of resources"
  • BuildingSpeed/ growth: 0.4
  • Max = 5.1
  • Min = 1.1

You can play around with those values, especially the building speed. But always change every identical number. Basic math knowledge is recommended. The meaningful graph starts at X = 1 for one used resource. ~16 Resources are necessary to reach the maximum time.

Options:
The options can be set inside the config.json file, or within the mod options. The vanilla value is 1 and progressive off, my current values are the following:
{
  "BuildingSpeed": 0.4,
  "MaximumBuildTime": 5.0,
  "MinimumBuildTime": 1.0,
  "Progressive": true
}
The optimal values may vary greatly from game to game, if you use modified recipes. Most likely you want to try a higher building speed if you go with progressive..


Installation:
This mod requires QModManager and SMLHelper (Modding Helper).
Extract the Rm_FastBuild archive into your QMods folder:
"./QMods/Rm_FastBuild/mod.json"

Compatibility:
This mod should be compatible with all other existing mods, even the Builder Upgrade Module. However, I am not using this particular mod.




Visit the modding community for help or additional information!

Sourcecode: Github