You are viewing a potentially older version of this package.
View all versions.
Better Lobbies
Enhance your multiplayer experience by having additional lobby related QoL features in game! v49!
Date uploaded | 10 months ago |
Version | 1.0.5 |
Download link | Ryokune-Better_Lobbies-1.0.5.zip |
Downloads | 18215 |
Dependency string | Ryokune-Better_Lobbies-1.0.5 |
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.2100README
Better Lobbies [v49]
Overview
Enhance your multiplayer experience by having additional lobby related QoL features in game! Note: This mod doesn't fix the "An error occured" issues.
Features
- Lobby search
- Join lobby via code
- Copy lobby code ingame
Planning:
- Attempt at fixing lobby joining issues.
Installation
- Ensure you have BepInEx installed.
- Download the latest release from Thunderstore.
- Extract the contents into your Lethal Company's
BepInEx/plugins
folder.
Support and Feedback
If you encounter any issues or have suggestions for improvement, feel free to report them on GitHub. If you enjoy the mod, consider supporting the developer by buying them a coffee on Ko-fi
Version 1.0.0
- Initial release.
Version 1.0.1
- changed mod description.
Version 1.0.2
- v47 compatibility.
- fixed challenge moons not showing up
Version 1.0.3
- still works with v49 wow.
- fixed dev menu from LethalDevMode and copy lobby code button overlapping each other.
Version 1.0.4
Version 1.0.5
- Fixed some disconnect reasons being overwritten with "Failed to connect to lobby! Connection was not approved!" (@1A3Dev) P.R: #7
- Fixed errors on lobby code ui.
- Search is no longer case-sensitive.
Template Better_Lobbies/Better_Lobbies.csproj.user
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<LETHAL_COMPANY_DIR>C:/Program Files (x86)/Steam/steamapps/common/Lethal Company</LETHAL_COMPANY_DIR>
<TEST_PROFILE_DIR>$(APPDATA)/r2modmanPlus-local/LethalCompany/profiles/TestBetterLobbies</TEST_PROFILE_DIR>
</PropertyGroup>
<!-- Create your 'Test Profile' using your modman of choice before enabling this.
Enable by setting the Condition attribute to "true". *nix users should switch out `copy` for `cp`. -->
<Target Name="CopyToDebugProfile" AfterTargets="PostBuildEvent" Condition="true">
<MakeDir
Directories="$(LETHAL_COMPANY_DIR)/BepInEx/plugins/Ryokune-BetterLobbies"
Condition="Exists('$(LETHAL_COMPANY_DIR)') And !Exists('$(LETHAL_COMPANY_DIR)/BepInEx/plugins/Ryokune-Better_Lobbies')"
/>
<Copy SourceFiles="$(TargetDir)\$(TargetName).pdb" DestinationFolder="$(LETHAL_COMPANY_DIR)/BepInEx/plugins/Ryokune-Better_Lobbies" />
<Exec Command="copy "$(TargetPath)" "$(LETHAL_COMPANY_DIR)/BepInEx/plugins/Ryokune-Better_Lobbies/"" />
</Target>
</Project>
Contributors
CHANGELOG
Better_Lobbies Changelog
Describe your changes for each release here
The contents of this file will display in the Changelog tab on the Thunderstore