You are viewing a potentially older version of this package. View all versions.
Zehs-StreamOverlays-1.0.1 icon

StreamOverlays

Display stats about the game in real-time on your stream using browser sources. Shows the player count, current moon and weather, day count, quota, and loot on the ship. Works with OBS, Streamlabs OBS, ect... Twitch, YouTube, TikTok, Kick

Date uploaded 2 years ago
Version 1.0.1
Download link Zehs-StreamOverlays-1.0.1.zip
Downloads 131
Dependency string Zehs-StreamOverlays-1.0.1

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
dotnet_lethal_company-WebSocketSharp_netstandard-1.0.100 icon
dotnet_lethal_company-WebSocketSharp_netstandard

NuGet WebSocketSharp-netstandard package re-bundled for convenient consumption and dependency management.

Preferred version: 1.0.100

README

StreamOverlays

Display stats about the game in real-time on your stream using browser sources. Shows the player count, current moon and weather, day count, quota, and loot on the ship. Works with OBS, Streamlabs OBS, ect... Twitch, YouTube, TikTok, Kick

  • This mod is fully client-side and works in vanilla lobbies.

What does it do?

This mod hosts a local website you can use as a browser source in OBS, Streamlabs OBS, and other streaming applications.

There is currently only one overlay that displays the player count, current moon, current weather, day count, quota, and loot on the ship.

More overlays are planned to be added soon.

How do I use it?

1. Installation

Install the mod using a mod manager like Thunderstore, r2modman, or Gale.

2. Launch the game

The game must be running for the browser source to work.

3. Add the browser source

Add the browser source to your streaming application. (OBS, Streamlabs OBS, etc...)

http://localhost:8080/overlay

Set the width to around 1450
Set the height to 75

If you do not see the overlay try refreshing the browser source in your streaming application. (OBS, Streamlabs OBS, etc...)

Developer Contact

Report bugs or give suggestions here:

https://github.com/ZehsTeam/Lethal-Company-StreamOverlays/issues

Discord server Forum Post
Lethal Company modding Discord #mod-releases StreamOverlays
Unofficial Lethal Company Community #mod-releases StreamOverlays

Email: [email protected] - Twitch: CritHaxXoG - YouTube: Zehs

Screenshots

CHANGELOG

v1.6.2

  • Updated description for Thunderstore.

v1.6.1

  • Updated README.

v1.6.0

Thanks to Zeta for creating all of the new weather icons.

v1.5.2

  • Fixed a compatibility error with older versions of Lethal Company (regression introduced in v1.5.0)

v1.5.1

v1.5.0

  • Added compatibility with the HQoL mod v1.0.8 (#3)
    • Includes the total scrap value in the ship storage in the loot stat.
  • Fixed compatibility with the ShipInventoryUpdated mod v2.0.7
  • Fixed the average collected scrap per day stat being out of sync for non-host clients.

v1.4.5

  • Updated manifest to show that this mod works on v73+
  • Hopefully fixed some bugs with the average collected scrap per day stat.

v1.4.4

v1.4.3

v1.4.2

  • Fixed the server trying to start not stopping properly if another Lethal Company instance has already started the server on the same ports.
    • You can now join two or more clients in LAN mode with the AutoStart config setting enabled under the Server category.

v1.4.1

  • Fixed compatibility with the ShipInventory mod v1.2.0+
  • Dead player bodies will no longer influence the average scrap collected per day stat.

v1.4.0

  • Added support for all game versions v40 to v69+
  • Fixed the loot stat not updating after losing all your scrap.

v1.3.0

  • Added networking to sync some values with clients.
    • This mod still works in vanilla lobbies.
    • You can still play with players that don't have this mod installed.
  • The Day stat now shows the day number without counting days spent at the company.

v1.2.0

  • Updated config settings.
  • Added the ability to change the formatting of each stat in the config settings.
  • Removed DayOffset config setting in the Overlays category.
  • Added OnlyUpdateEndOfDay config setting to the Loot Stat category.
    • Description: If enabled, the Loot stat will only update when the day ends or if you are in orbit.
  • Updated overlays.
  • Other changes and improvements.

v1.1.0

  • Added a new stat to display the average collected scrap per day.
  • Added a new overlay.
    • URL: http://localhost:8080/overlay2
    • Displays: Crew, Moon, Day, Quota, Loot, Average per day
  • Added standalone overlays for specific stats
    • Crew
      • URL: http://localhost:8080/crew
      • Displays: Player count
    • Moon & Weather
      • URL: http://localhost:8080/moon
      • Displays: Current moon and weather
    • Day
      • URL: http://localhost:8080/day
      • Displays: Day count
    • Quota
      • URL: http://localhost:8080/quota
      • Displays: Quota
    • Loot
      • URL: http://localhost:8080/loot
      • Displays: Loot on the ship
    • Average Per Day
      • URL: http://localhost:8080/averageperday
      • Displays: Average scrap collected per day

See the README for full details.

v1.0.4

  • Fixed issue that prevented the overlay from connecting on other computers in the same network.

v1.0.3

v1.0.2

  • Fixed issue with the overlay not working.

v1.0.1

  • Initial release.