Skip to content

Releases: polarathene/biglobby

Release 2.38 - Compatible with U133

11 Mar 23:51
Compare
Choose a tag to compare

Sync'd to U133 network methods.

Release 2.37 - Compatible with U128

08 Jan 02:10
Compare
Choose a tag to compare

Updated to U128 network methods. 7 methods added, 3 modified. 1 new BigLobby method.

Release 2.36 - Bugfix

13 Nov 01:56
Compare
Choose a tag to compare

One bug fix by reverting to 2.32 version for _menulobbyrenderer.lua. (Bug report)


Dev notes:
The bugs caused by 2.33 were due to self._player_slots = {} in _missionbriefinggui which is avoidable but the "reduction" /hook did not provide much value. With _menulobbyrenderer, the issue was that self:_entered_menu() gets called at the end preventing an easy reduction via hook. Bad Overkill!

Release 2.35 - Bugfix

11 Nov 10:26
Compare
Choose a tag to compare

Two bugs were fixed, workaround of using 2.32 files are no longer required.

  • Xbox 360 controllers should no longer stop working. (Bug report)
  • More than 4 players should be able to join the lobby again.

Release 2.34 - Bugfix

24 Oct 20:17
Compare
Choose a tag to compare

Fixed a crash from a small typo when cleaning up code. Added missing snippet from an earlier release to make the additional bots feature work.

Release 2.33 - Bugfix & Code Reduction

24 Oct 12:08
Compare
Choose a tag to compare

Fixed a bug preventing Four Stores from being playable. Reduced code with function hooks where appropriate to avoid untouched code in modified functions going stale and causing more bugs like these in future.

Release 2.32 - Compatible with U119.1

23 Oct 01:17
Compare
Choose a tag to compare

Sync to U119.1 and two bugfixes to network methods that were missed for previous syncs (from_server_sentry_gun_place_result and join_request_reply difficulty).

Release 2.31 - Bugfix

21 Oct 02:59
Compare
Choose a tag to compare

Slight slip up with changes to the menu settings causing a crash on startup. All fixed now, enjoy! :)

Release 2.30 - Compatible with U119

21 Oct 02:03
Compare
Choose a tag to compare
  • Sync to U119
  • Added settings and feature to increase amount of bots in lobby(enabled by default to 16)
  • Fix conflict method with Lobby Inspect mod
  • Level progression fixes. Vehicles now only require up to 4 players to trigger the event, Area event triggers like the start of Day 2 Framing Frame also activate once 4 players are in the trigger zone, careful not to get left behind :)

This version will crash on startup, please use the following release with the menu bugfix instead.

Release 2.29 - Compatible with U108.1

29 Sep 14:22
Compare
Choose a tag to compare

Small update to sync network functions with latest game update. Modified colour handling for players to use HUSL, config options should arrive in future to customize.

Contributors:
Also includes an .editorconfig file for collaborators to improve consistency and an updated .gitattributes to archive releases with only the files a user should need, thus they can download the source zips a release generates or the download button from the main repo page without a need to manually repackage.