PlayerCount
Host only mod that allows for modifying the player lobby limit up to 20 players (or down to 2!)
| Last updated | a week ago |
| Total downloads | 5747 |
| Total rating | 2 |
| Categories | Mods Host Only Quality Of Life |
| Dependency string | darmuh-PlayerCount-0.2.0 |
| Dependants | 0 other packages depend on this package |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2304README
PlayerCount (YAPYAP)
Host only mod that allows for modifying the player lobby limit up to 20 players (or down to 2!)
- This is an incredibly simple, lightweight mod that just modifies the lobby player limit from the default.
- The limit is fully configurable and can both increase the limit up to 20 players or decrease the limit down to 2 players.
- Use at your own risk and remember that increasing this player limit has the potential to introduce unintended bugs.
Configuration Options
Max PlayersSet desired maximum number of playersToggle UI HintWhen host of a lobby, this key can be used to toggle the in-game UI hint off/on (top left)
In-game configuration
- As of 0.2.0, there is now an in-game setting located in Settings -> General labeled
MAX PLAYERS- This setting can be changed at any time. However, for the value change to take affect you will need to host a new lobby.
- If YapLocalizer is present, the Max Players setting will have added localizations.
- If a localization does not exist for your language or could be improved please let me know!
Quota Scaling by Player Count (QuotaQueen by Robyn)
- If you have QuotaQueen installed, this mod will add two Quota Stratgey configuration options to QuotaQueen's configuration.
PlayerCount.ScaleUp- When the player count is over the vanilla maximum(6), the quota will be scaled up by the current player count.- Example: If the quota is
1800and there are 8 players, the quota will be converted using the following formula:1800(8/6) = 2400 - The quota will NOT be modified when there is
6or less players.
- Example: If the quota is
PlayerCount.ScaleAlways- The quota will always be scaled by the number of current players compared to the vanilla maximum.- Example: If the quota is
1800and there are 4 players, the quota will be converted using the following formula:1800(4/6) = 1200 - The quota will always be modified unless there are exactly 6 players.
- Example: If the quota is
- You will find these options under the
Quota Strategyconfiguration item inQuota Settings