You are viewing a potentially older version of this package. View all versions.
Azumatt-MaxPlayerCount-1.1.1 icon

MaxPlayerCount

Change the max player count available for your server. Default value is the double that of vanilla's max of 10. Not needed if you have another mod that does it.

Date uploaded a year ago
Version 1.1.1
Download link Azumatt-MaxPlayerCount-1.1.1.zip
Downloads 8834
Dependency string Azumatt-MaxPlayerCount-1.1.1

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.2202 icon
denikson-BepInExPack_Valheim

BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.

Preferred version: 5.4.2202

README

Installation Instructions

You must have BepInEx installed correctly! I can not stress this enough. Only required to be installed on the server.

  1. Download the latest version of BepInEx from here
  2. Make sure it's installed correctly on the server.
  3. Put the DLL into your BepInEx\plugins folder.
  4. Launch the server.
  5. Change the player limit found in the configuration file generated in BepInEx/config called Azumatt.MaxPlayerCount.cfg to the desired amount of players.
  6. You should now be able to go past the limit of 10 players or to the value you have specified.

Feel free to reach out to me on discord if you need manual download assistance.

Author Information

Azumatt

DISCORD: Azumatt#2625

STEAM: https://steamcommunity.com/id/azumatt/

For Questions or Comments, find me in the Odin Plus Team Discord or in mine:

https://i.imgur.com/XXP6HCU.png

CHANGELOG

Version Update Notes
1.2.2 - Fix ref for Steamworks to new one. Makes compatible with 0.217.46 as they officially removed the old assembly.
1.2.1 - Compile against 0.217.22 just in case.
1.2.0 - Fix an issue in Playfab IL patch per the playfab developer recommendation. This accounts for the dedicated server acting as a player in the playfab lobby. Meaning, when changing the value I should actually be returning the config value +1
1.1.1 - Patch an additional method for Crossplay. Might fix some of the issues people are having.
1.1.0 - Update to work with Crossplay. Didn't really have much people to test it, but should work fine.
- Alter the default value to be double vanilla. It's now at 20 by default.
1.0.5 - Compile against latest game version (0.213.4)
1.0.4 - Update internals
1.0.3 - Add incompatibility with ValheimPlus, causing some issues on servers that have both installed. (Now that they finally updated their shit)
1.0.2 - Add incompatibility with OdinQOL, causing some issues on servers that have both installed.
1.0.1 - Fix max player count using CodeMatcher and correct operand type.
1.0.0 - Initial Release