Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
SteamLobbyCopier
Lets you copy the Steam lobby link to clipboard to help others join your game. Useful if you're not Steam friends.
| Date uploaded | 2 weeks ago |
| Version | 1.0.1 |
| Download link | ItsMoorbinTime-SteamLobbyCopier-1.0.1.zip |
| Downloads | 363 |
| Dependency string | ItsMoorbinTime-SteamLobbyCopier-1.0.1 |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2305Rune580-LethalCompany_InputUtils
API/Library for creating Unity InputActions with in-game re-binding support. Provides an alternative UI that allows for supporting mods to have in-game re-bindable keybinds.
Preferred version: 0.7.13README
Steam Lobby Copier
Purpose
While playing with random people on a Lethal Company server, I found it strange how the two common methods of invitations were:
- Adding as friends on Steam
- Going on your (the host) Steam profile, right-clicking on join, and copying the Steam lobby link to send to others
I decided to spend the next 14 hours straight figuring out C# (which is odd as someone experienced in Python). Then, upload this super simple mod to make it easier for the societal niche of people who want to play Lethal Company with randoms but not add them as Steam friends.
Usage
Press 'I' while in game to copy the Steam lobby link to your clipboard. You can change the keybind in the settings.
Shoutouts
Thank you to quackandcheese and their ToggleMute mod for helping me learn C# syntax and how to use dependencies.
Thank you to MrMiinxx for helping me figure out the basics of C# structure with their modding tutorial (https://www.youtube.com/watch?v=4Q7Zp5K2ywI).
Thank you to Rune580 for making LethalCompany_InputUtils-0.7.13 to detect user inputs.
Thank you to ratijas on the Lethal Company Modding discord for pointing me towards helpful resources.
CHANGELOG
Changelog
All notable changes to this mod will be documented in this file.
This document's format adheres to Semantic Versioning.
[1.1.0] / 19-04-2026
Added
- UI popup for better on-screen feedback
- Minor code and comment adjustments
[1.0.1] / 17-04-2026
Added
- Minor format adjustments
[1.0.0] / 17-04-2026
Added
- Initial release