Post: Setting maximum players amount
10-31-2015, 08:41 PM #1
BullyWiiPlaza
Climbing up the ladder
(adsbygoogle = window.adsbygoogle || []).push({}); In for example Black Ops you could set the dvar
    party_maxplayers
to something like 12 to increase the limit from 10 to 12 so that up to 12 players could join the lobby. You get the point. Winky Winky However, on Black Ops 2 I tried setting it to 18 and still no more than 12 players managed to join the lobby during the match (since 12 is the default usually on team-based game modes). Extending the limit is especially fun on public, lol. Kryptus

So does anyone have a working script for this?

Here are all maxplayers dvars I found, just in case you're interested:
    party_maxplayers_partylobby
party_maxplayers
party_maxplayers_wagerpartylobby
party_maxplayers_playermatch
party_maxplayers_privatematch
party_maxplayers_wagermatch
party_maxplayers_theater
party_maxplayers_leaguematch
party_maxplayers_systemlink
party_maxplayers_local_splitscreen
11-01-2015, 02:00 AM #2
xPlayer420
Bounty hunter
Like MW3 where in 2v2 it has 9v9 ?
11-01-2015, 08:47 AM #3
BullyWiiPlaza
Climbing up the ladder
Originally posted by xPlayer420 View Post
Like MW3 where in 2v2 it has 9v9 ?

Yeah, exactly like that.
11-02-2015, 06:49 PM #4
jwm614
NextGenUpdate Elite
Originally posted by BullyWiiPlaza View Post
In for example Black Ops you could set the dvar
    party_maxplayers
to something like 12 to increase the limit from 10 to 12 so that up to 12 players could join the lobby. You get the point. Winky Winky However, on Black Ops 2 I tried setting it to 18 and still no more than 12 players managed to join the lobby during the match (since 12 is the default usually on team-based game modes). Extending the limit is especially fun on public, lol. Kryptus

So does anyone have a working script for this?

Here are all maxplayers dvars I found, just in case you're interested:
    party_maxplayers_partylobby
party_maxplayers
party_maxplayers_wagerpartylobby
party_maxplayers_playermatch
party_maxplayers_privatematch
party_maxplayers_wagermatch
party_maxplayers_theater
party_maxplayers_leaguematch
party_maxplayers_systemlink
party_maxplayers_local_splitscreen


level.pregame_maxplayers = GetDvarInt( "party_maxplayers" );
03-15-2018, 07:25 PM #5
LSDFun
Keeper
so all i need is level.pregame_maxplayers = GetDvarInt( "party_maxplayers" ); and i can host 18 players online ?

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo