Ryokune-Better_Lobbies icon

Better Lobbies

Enhance your multiplayer experience by having additional lobby related QoL features in game! v49!

Last updated 3 months ago
Total downloads 102179
Total rating 19 
Categories Mods Misc BepInEx Client-side
Dependency string Ryokune-Better_Lobbies-1.1.1
Dependants 121 other packages depend on this package

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100

README

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

  1. Ensure you have BepInEx installed.
  2. Download the latest release from Thunderstore.
  3. 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

image

image

Version 1.0.5

  • Fixed some disconnect reasons being overwritten with "Failed to connect to lobby! Connection was not approved!" (@1A3Dev) P.R: #7

image

  • Fixed errors on lobby code ui.
  • Search is no longer case-sensitive.

image

Version 1.1.0

  • Added: Ability to rejoin last joined lobby.

image

  • Fixed: Lotsa errors.

  • Changed: The way lobby list loading works.

  • Hopefully fixed from based game: Getting stuck with the fog UI when joining a lobby.

Version 1.1.1

  • Fixed: Issues with LAN.
  • Disconnect reasons not showing up.

Contributing

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 &quot;$(TargetPath)&quot; &quot;$(LETHAL_COMPANY_DIR)/BepInEx/plugins/Ryokune-Better_Lobbies/&quot;" />
	</Target>
</Project>

Contributors