Subnautica: Below Zero
0 of 0

File information

Last updated

Original upload

Created by

AxeOfMen

Uploaded by

AxeOfMen

Virus scan

Safe to use

About this mod

Resize and recolor the Scanner Room Hud Blips to your heart's content! Automatically scale based on distance to target. Additionally, use a key-phrase to temporarily toggle them on and off. Based on the original BetterScannerBlips for Subnautica by RandyKnapp.

Permissions and credits
Revision History
    v1.1.2 (2022-12-18)
        ❇️ ToggleKey configuration setting now works with keys other than alpha-only. Tilde is a good choice!

    v1.1.1 (2022-12-17)
        ❇️ Avert possible NullReferenceException
        ❇️ Performance improvements

    v1.1.0 (2021-12-15)
        ❇️ The toggle blips keyboard shortcut has been changed from "L" to "toggleblips" in order to prevent accidentally disabling blips. This longer keyphrase can be customized in the mod.json file (see the "ToggleKey" setting). You can even switch it back to "L" if you prefer the single keystroke toggle.

        ❇️ Toggling blips on or off now reloads the configuration from mod.json. This allows you to modify the configuration for the mod without restarting the game.

        ❇️ The distance scaling of blips has been fixed to work with a scanner room camera drone. Previously it only worked from the player's perspective.


    v1.0.0 (2021-10-22)
        ❇️ Original release.


Configuration:
    MaxRange
(float, default=200.0)
    Blips beyond this distance will be scaled by MaxRangeScale
    MaxRangeScale (float, default=0.2)
    Blips beyond MaxRange will be scaled by this value
    CloseRange (float, default=12.0)
    Blips between this distance and MaxRange will be scaled between CloseRangeScale and MaxRangeScale
    CloseRangeScale (float, default=1.0)
    Blips between CloseRange and MaxRange will be scaled between this value and MaxRangeScale
    MinRange (float, default=0)
    Blips between this distance and CloseRange will be scaled between MinRangeScale and CloseRangeScale
    MinRangeScale (float, default=6.0)
    Blips between MinRange and CloseRange will be scaled between this value and CloseRangeScale
    TextRange (float, default=100.0)
    Blips beyond this distance will have the text field hidden
    AlphaOutRange (float, default=150.0)
    Blips between this distance and MaxRange will have their alpha faded between MaxAlpha and MinAlpha
    MaxAlpha (float, default=1)
    Blips between this distance and MaxRange will have their alpha faded between MaxAlpha and MinAlpha
    MinAlpha (float, default=0.4)
    Blips between this distance and MaxRange will have their alpha faded between MaxAlpha and MinAlpha
    CustomColors (bool, default=false)
    Set this to true to use CircleColor and TextColor
    CircleColor (string, default="#00FF00FF")
    If CustomColors is true, this color is applied to the circle (note, the circle image is not white and will look a little weird)
    TextColor (string, default="#00FF00FF")
    If CustomColors is true, this color is applied to the text
    ShowDistance (bool, default=true)
    Set this to true to add a distance readout, i.e. "100m"
    NoText (bool, default=false)
    Set this to true to hide the text field
    ToggleKey (string, default="toggleblips")
    Typing this phrase toggles all the blips on or off and reloads the configuration from mod.json