diff --git a/BigLobby - original + biglobby__ prefix - set 128 max player.pdmod b/BigLobby - original + biglobby__ prefix - set 128 max player.pdmod index 9e6c3b8..9a7cf84 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 9977eae..caa4a54 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.47" + return "2.48" end -- GameVersion for matchmaking, integer is expected function BigLobbyGlobals:gameversion() - return 247 + return 248 end @@ -116,7 +116,9 @@ if not _G.BigLobbyGlobals then 'sync_exit_vehicle', 'server_give_vehicle_loot_to_player', 'sync_give_vehicle_loot_to_player', - 'sync_vehicle_interact_trunk' + 'sync_vehicle_interact_trunk', + 'server_secure_loot', + 'sync_secure_loot' } -- Builds a single table from our two string based keys for each handler above diff --git a/pdmod src/BigLobby - Set Player limit to 128.txt b/pdmod src/BigLobby - Set Player limit to 128.txt index 9e02da9..ebfe942 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.47 +@Name BigLobby - Set Player limit to 128 v2.48 @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 0ac2722..b6fad06 100644 --- a/pdmod src/mod/network.network_settings +++ b/pdmod src/mod/network.network_settings @@ -1412,12 +1412,14 @@ + + @@ -2242,6 +2244,12 @@ + + + + + + @@ -2480,6 +2488,7 @@ + @@ -2566,6 +2575,19 @@ + + + + + + + + + + + + +