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.
| Last updated | 3 weeks ago |
| Total downloads | 706 |
| Total rating | 1 |
| Categories | Mods Client-side Tweaks & Quality Of Life |
| Dependency string | ItsMoorbinTime-SteamLobbyCopier-1.1.0 |
| Dependants | 1 other package depends on this package |
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, I uploaded 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 PotatoCoders and their MinimumQuotaFinder mod for helping me with the UI popup.
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.