xiaoxiao921-ForcePlayerCount icon

ForcePlayerCount

Overrides the game's player count with a fixed value.

Last updated 7 hours ago
Total downloads 22
Total rating 0 
Categories Mods Tweaks Server-side
Dependency string xiaoxiao921-ForcePlayerCount-1.0.0
Dependants 0 other packages depend on this package

This mod requires the following mods to function

Rune580-Risk_Of_Options-2.8.4 icon
Rune580-Risk_Of_Options

A convenient API for adding BepInEx ConfigEntry's to a option menu

Preferred version: 2.8.4
bbepis-BepInExPack-5.4.2120 icon
bbepis-BepInExPack

Unified BepInEx all-in-one modding pack - plugin framework, detour library

Preferred version: 5.4.2120

README

Force Player Count

Overrides the game's player count with a fixed value.

Risk of Options

Risk of Options is required, an entry in the game Settings will appear to configure the player count in-game.

Technical Notes

Overrides both participatingPlayerCount and livingPlayerCount.

The later is only overriden when the custom player count value is less than the vanilla value.

This is because the variable is also used for things like HoldOutZone and Mithrix cutscene when the fight start and those can never trigger properly if you put a number greater than the number of player currently in the game.

As a sideffect of this, monster health scaling will never be greater than the amount of player currently alive.

Changelog

v1.0.0

  • Initial release