You are viewing a potentially older version of this package. View all versions.
mr_hat-NicheTweaks-0.0.7 icon

NicheTweaks

Very niche small tweaks

By mr_hat
Date uploaded a day ago
Version 0.0.7
Download link mr_hat-NicheTweaks-0.0.7.zip
Downloads 249
Dependency string mr_hat-NicheTweaks-0.0.7

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2304 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2304

README

NicheTweaks

Some extremely small tweaks me and my friends complained about at least once and wanted something done about. These should be clientside, as far as I'm aware. All tweaks are disabled by default so make sure to check the config, otherwise nothing will happen.

Some of these tweaks are a double edged sword. Read and only use if you understand what you're reading.

Config

Decals

ALL decal settings experimental due to uncertainty

Decal draw distance override

    If true, breaks the decal draw distance and causes decals to always be rendered. Will impact performance, not recommended without LethalSponge..

    Compatibility tested with LethalSponge, it is HIGHLY RECOMMENDED to use this mod if you want to use this setting. You can control the decal distance using 'decalDrawDist'. 100 is plenty with the amount of fog in Lethal Company.

Enable footprint pool override

    If true, overrides the number of footprint decals allowed to exist.

Footprint pool size

    Number of footprints that are allowed to be present before the oldest footprints start culling visually. Increasing this will impact performance.

QoL

Enable global voice volume slider

    If true, enables the global voice volume slider in the player list.

    Compatibility tested with MoreCompany.

Enable dropship pickup delay

    If true, adds a short delay to items dropped by the dropship before they can be grabbed.

    This solely exists because grabbing an item too fast out of a dropship causes the item to bug out. Not much testing done, please let me know if this affects anything beyond dropship items.

Dropship pickup delay time

    Time in seconds before dropped items can be picked up.

    This doesn't apply to items you or others drop.

Remove landmine invisible bump

    Removes the invisible bump left by landmines after exploding.

UI

Hide clock from HUD

    If enabled, hides the clock from the HUD.

    Compatibility tested with LethalHUD.

Hide chat from HUD

    If true, hides the chat from the HUD.

    Compatibility tested with LethalHUD.

    Warning: Remains hidden even if you type in it.

Hide Achievements tab from main menu

    If true, hides the Achievements tab added by DawnLib. Does not outright disable achievements, only the button in the menu.

    Warning: As far as I'm aware, there's no other way to check your achievements if you enable this.

Visuals

Disable film grain effect globally

    If true, attempts to globally disable film grain where it may be present.

Disable helmet light shadow

    If true, disables helmet light shadow casting for the local player only. Very useful for modded flashlights with very high intensities.

    Warning: As a side effect of this tweak, shining your flashlight when pocketed onto other players, enemies, items and furnitures causes them to have no shadow ONLY from the helmet light.

    Compatibility tested with most modded flashlights and compatability with GeneralImprovements has been added.

      Preview Images

Disable flashlight shadow

    If true, disables flashlight shadow casting for the local player only. Affects flashlights in your hand rather than helmet lights, can be paired with helmet light one.

Keep dropped flashlight shadows

    Keeps shadows enabled for flashlights dropped on the ground. Requires 'Disable flashlight shadow' to be set to true in order to disable this.

Disable item inspection

    If true, disables the ability to inspect items in your hand.

    This won't disable the "Inspect Item: [Z]" tool tip that shows on some items at the top right on the HUD, I honestly have no idea what mod causes it to show up to begin with.

Future plans (hopefully)

  • Blood decal configs
  • Configurable position for global volume slider, maybe some text

Credits

Sniper1.1 for pointing me in the right direction in regards to flashlights and their shadows.

zeeblo lite's very useful modding tutorial.

ChatGPT for answering so many questions about C# that it would drive any human insane and helping me nagivate ILSpy.

CHANGELOG

0.0.8

  • Added config to hide compass
  • Added config to hide control tips
  • Added config to hide DawnLib's achievement popup and mute the sound
  • Updated BepInEx dependency version
  • Tried to make README a bit more readable

0.0.7

  • Added config to disable item inspection
  • Removed config to hide achievements from DawnLib in main menu. DawnLib can do this now in its config

0.0.6

  • Made the global volume slider update for players who join late
  • Added config to remove invisible bump left by exploded landmines

0.0.5

  • Fixed ship leaving icon not being hidden when hide clock is enabled
  • World ending spelling mistake... (in changelog)

0.0.4

  • Added compatibility with GeneralImprovements in regards to flashlight shadows still appearing
  • Added config to hide handheld flashlight shadow
  • Added config to keep dropped flashlight shadow
  • Added config for a global voice volume slider
  • Added config to toggle and control the delay time of dropship items before they can be grabbed
  • Removed the broken player volume saver - sorry

0.0.3

  • Removed config to hide LegendWeathers Majora Moon countdown timer since it got added into LegendWeathers
  • Removed a leftover debug logger

0.0.2

  • Added config to hide DawnLibs achievements tab. This does not disable the achievements system, only the button
  • Added config to hide LegendWeathers Majora Moon countdown timer. This does not disable the timer and it will still crash into the map at 3pm

0.0.1

  • Release