Killing Floor

Killing Floor

Specimen HP Config
scary ghost  [developer] 30 Jul, 2014 @ 5:01pm
Increasing the Max Player Limit
By default, the mutator is capped at 6 players for whitelisting purposes. You can override this limit by creating a separate mutator with the code given below:

class HigherHpLimit extends SpecimenHPConfigMut; defaultproperties { FriendlyName= "Higher HP Limit" Description= "Increases the max player limit to 100 for scaling monster hp" maxAllowedPlayers= 100 }

The variable of interest is maxAllowedPlayers; you may set this number however high you want.