diff --git a/BigLobby - original + biglobby__ prefix - set 128 max player.pdmod b/BigLobby - original + biglobby__ prefix - set 128 max player.pdmod index 41c917c..59ec18e 100644 Binary files a/BigLobby - original + biglobby__ prefix - set 128 max player.pdmod and b/BigLobby - original + biglobby__ prefix - set 128 max player.pdmod differ diff --git a/biglobby/lua/_custom/biglobby_globals.lua b/biglobby/lua/_custom/biglobby_globals.lua index 9cda5d3..1726bce 100644 --- a/biglobby/lua/_custom/biglobby_globals.lua +++ b/biglobby/lua/_custom/biglobby_globals.lua @@ -59,13 +59,13 @@ if not _G.BigLobbyGlobals then -- Semantic versioning function BigLobbyGlobals:version() - return "2.39" + return "2.40" end -- GameVersion for matchmaking, integer is expected function BigLobbyGlobals:gameversion() - return 239 + return 240 end diff --git a/biglobby/mod.txt b/biglobby/mod.txt index b2b3553..ff24fdd 100644 --- a/biglobby/mod.txt +++ b/biglobby/mod.txt @@ -3,11 +3,11 @@ "description": "Increase the player limit of a lobby from the original 4.", "author": "Polarathene", "contact": "no@support.com", - "version": "2.39", + "version": "2.40", "priority" : 400, "updates": [ { - "revision": 2.39, + "revision": 2.40, "identifier": "bkin-biglobby" } ], @@ -132,6 +132,14 @@ { "hook_id": "lib/tweak_data/tweakdata", "script_path": "lua/lib/tweak_data/_tweakdata.lua" + }, + { + "hook_id": "lib/network/base/handlers/packetnetworkhandler", + "script_path": "lua/lib/network/base/handlers/_packetnetworkhandler.lua" + }, + { + "hook_id": "lib/network/base/handlers/basenetworkhandler", + "script_path": "lua/lib/network/base/handlers/_basenetworkhandler.lua" } ] } diff --git a/pdmod src/BigLobby - Set Player limit to 128.txt b/pdmod src/BigLobby - Set Player limit to 128.txt index b2b0ed0..2e6e403 100644 --- a/pdmod src/BigLobby - Set Player limit to 128.txt +++ b/pdmod src/BigLobby - Set Player limit to 128.txt @@ -1,4 +1,4 @@ -@Name BigLobby - Set Player limit to 128 v2.39 +@Name BigLobby - Set Player limit to 128 v2.40 @Author Kwhali @Description Original file + All peer max id and the preplanning colour index have been set from 4 to 128, marked with `biglobby__` prefix. @Version 1.15 diff --git a/pdmod src/mod/network.network_settings b/pdmod src/mod/network.network_settings index 3dbb413..35a3e19 100644 --- a/pdmod src/mod/network.network_settings +++ b/pdmod src/mod/network.network_settings @@ -2294,7 +2294,7 @@ - + @@ -2306,7 +2306,7 @@ - + @@ -2393,7 +2393,7 @@ - +