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

DimmingFlashlights

Dimming flashlight mod for v73

Date uploaded a day ago
Version 0.0.5
Download link mr_hat-DimmingFlashlights-0.0.5.zip
Downloads 392
Dependency string mr_hat-DimmingFlashlights-0.0.5

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
xilophor-LethalNetworkAPI-3.3.2 icon
xilophor-LethalNetworkAPI

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

Preferred version: 3.3.2

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.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