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

DimmingFlashlights

Dimming flashlight mod for v81+

Date uploaded 3 weeks ago
Version 0.0.6
Download link mr_hat-DimmingFlashlights-0.0.6.zip
Downloads 3548
Dependency string mr_hat-DimmingFlashlights-0.0.6

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2305 icon
BepInEx-BepInExPack

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

Preferred version: 5.4.2305
xilophor-LethalNetworkAPI-3.3.3 icon
xilophor-LethalNetworkAPI

A library/API to allow developers to easily add networking to their mods.

Preferred version: 3.3.3

README

I really don't like doing readmes so all you need to know:

  • works with modded flashlights
  • works with a FlickeringFlashlight
  • not clientside, is synced
  • configurable minimum intensity and percentage of battery at which flashlights begin to dim

CHANGELOG

0.0.6

  • Recompiled for v81
  • Fixed a very minor memory leak
  • Removed error and warning log on launch
  • Updated dependencies

0.0.5

  • Fixed a (potential?) sync issue between flashlights and helmetlights, should be more stable too
  • Removed performance mode config and hardcoded network updates from once every 1 second to 1.2 seconds
  • Project and code cleanup

0.0.4

  • Fixed host not respecting performance mode network throttle

0.0.3

  • Added config for performance mode, this swaps network updates from 10 per second to 1 per second and is enabled by default
    • This is great for player counts above 4

0.0.2

  • Reduced network load significantly by no longer sending updates to other players every frame

0.0.1

  • Release