You are viewing a potentially older version of this package.
View all versions.
LobbyImprovements
Various improvements for lan and online lobbies
Date uploaded | 3 days ago |
Version | 1.0.7 |
Download link | Dev1A3-LobbyImprovements-1.0.7.zip |
Downloads | 6456 |
Dependency string | Dev1A3-LobbyImprovements-1.0.7 |
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.2100MaxWasUnavailable-LethalModDataLib
A library for Lethal Company, providing a standardised way to save and load modded data.
Preferred version: 1.2.2README
LobbyImprovements
If you are using MoreCompany alongside this mod please ensure you are using MoreCompany v1.11.0 or newer!
Information
This mod adds various features relating to lobbies:
- LAN Improvements
- Added ability to change the port in-case the default (7777) isn't available
- Added a lobby list (Screenshot)
- You can directly connect to an IP via the tag input above the lobby list (the port is optional and can be specified after a colon for example: 127.0.0.1:7777)
- This uses UDP to discover other lobbies on your local network
- Support for challenge moon and specifying a lobby tag
- This is compatible with late joining mods such as LobbyControl
- Added ability to set your player name
- Only people who have this mod will be able to see the usernames
- Added an option to "Validate Clients"
- This is currently only used to ban players
- Added basic support for IPv6
- The toggle for IPv6 is in the config and will prevent players from joining via your IPv4 address if enabled
- When trying to join a lobby via an IPv6 address, it must be surrounded by square brackets e.g.
[2001:db8:3333:4444:5555:6666:7777:8888]
or with a port specified[2001:db8:3333:4444:5555:6666:7777:8888]:7777
- Made LobbyCompatibility show the lobby mod list on LAN
- Lobby Codes/IDs
- You can copy your current lobby's id via the option on the pause menu
- You can copy a lobby id from the lobby list using the "Copy ID" button
- You can join a lobby via the id by putting it into the tag input above the lobby list
- Lobby Hosting Changes
- Added a warning when trying to host a lobby where the name contains a word that is blacklisted in vanilla
- Added the ability to restrict joining a lobby with a password
- Made lobbies be automatically sorted by the player count
- Lobby Name Filter Customisation
- You can modify the blocked terms
- Steam Improvements
- Added option to set the lobby as invite only
- "Recently Played With" Integration (Screenshot)
- This enables the steam "recently played with" integration which allows you to view the list of people you have recently played with. You can access the list by opening steam then clicking View > Players. (Screenshot)
- Added an option to "Validate Steam Sessions"
- This validates steam session tickets to prevent people from spoofing their steam id when joining the lobby
- Lobby name and player count in the pause menu (Screenshot)
- Ban Confirmation Prompt Changes (Screenshot)
- Added an option to the ban prompt to kick the player
- Added an option to the ban prompt to specify a custom reason
Vanilla Compatibility
Using some features will make the lobby will only be joinable by people who have this mod:
- Password Protection
- Steam: Validate Steam Sessions
- LAN: Validate Clients
Support
You can get support in any the following places:
Compatibility
- Supported Game Versions:
- v64+
- Works Well With:
- Not Compatible With:
- N/A
CHANGELOG
1.0.7
- Fixed the LAN lobby list erroring if you try joining a lobby at the same time as refreshing the list
- Fixed the chat message when a player joins not showing the custom username on LAN
- Added basic support for IPv6 in LAN
- The toggle for IPv6 is in the config and will prevent players from joining via your IPv4 address if enabled
- When trying to join a lobby via an IPv6 address, it must be surrounded by square brackets e.g.
[2001:db8:3333:4444:5555:6666:7777:8888]
or with a port specified[2001:db8:3333:4444:5555:6666:7777:8888]:7777
- Made LobbyCompatibility show the lobby mod list on LAN
1.0.6
- Temporary fix for an index out of bounds error that occurs when playing with over 4 players (this is fixed properly in the next MoreCompany update).
1.0.5
- Fixed the lobby list scrollbar being longer than the results
- Lobby Hosting UI Changes
- Added an option to specify a server password
- If you have a password set then the lobby will only be joinable by people who have this mod
- Added an option for online mode to "Validate Steam Sessions"
- If you have this enabled then the lobby will only be joinable by people who have this mod
- This validates steam session tickets to prevent people from spoofing their steam id when joining the lobby
- Added an option for lan mode to "Validate Clients"
- If you have this enabled then the lobby will only be joinable by people who have this mod
- This is only currently used to enable bans on lan lobbies
- Added a warning when trying to host a lobby where the name contains a word that is blacklisted in vanilla
- Replaced the public, friends-only & invite-only buttons with a dropdown
- Added an option to specify a server password
- Added ability to set your player name on LAN
1.0.4
- Fixed an issue with lobby codes that caused the 4th player to be unable to join
1.0.3
- Lobby List Changes
- Fixed LAN servers not disappearing once the round starts
- Fixed LAN lobby name not updating when changed with a mod such as LobbyControl
- Pause Menu Changes
- Replaced the invite friends button on LAN with the button to copy the lobby ip
- Added lobby name and player count to the pause menu (Screenshot)
- Ban confirmation prompt changes (Screenshot)
- Added an option to the ban prompt to kick the player
- Added an option to the ban prompt to specify a custom reason
1.0.2
- Updated README.md
1.0.1
- LAN Lobby List Fixes
- Made lobbies only show if they are on the same game version
- Added support for specifying a lobby tag
- Fixed challenge moon lobbies not showing the "challenge moon" text on the lobby list
- Replaced the lobby list distance dropdown with a dropdown for sorting the list
- Steam Lobby List Fixes
- Fixed the button to copy a lobby id not showing
1.0.0
- Initial Release