You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a new network call to the pdmod xml and connection network handler class to have the host perform a check for the pdmod, if the client has the pdmod they'll be able to respond.
The text was updated successfully, but these errors were encountered:
This is kind of being handled in the join response telling client how many players for the lobby they are joining. Perhaps on join/enter of lobby a call to host should be done providing pdmod and BLT mod versions, host verifies else boots on timeout? Alternatively as a toggle option have this information be announced in BigLobby chats. Clients know if they're in BigLobby.
This will be implemented as a network function biglobby__pdmod_version_n where n is the version integer, the lua will append the lua mod version via it's function. This can be done during the lobby join attempt and provide an error message if the users has incompatible pdmod version. This should solve the issue of users updating lua but not their pdmod avoiding the confusion/troubleshooting in lobbies and the problems they can cause.
Add a new network call to the pdmod xml and connection network handler class to have the host perform a check for the pdmod, if the client has the pdmod they'll be able to respond.
The text was updated successfully, but these errors were encountered: