You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated ServerMod with two silent patches released today.
ServerMod will now hard fail if you are running it on a different version of the game.
Made a new class choosing feature: Smart Class Picker. This makes players getting the same class consecutively happen less.
"SMART_CLASS_PICKER" - Config option, accepts a boolean value, defaults to false (Enables/Disables Smart Class Picker)
If you don't like the default functionality, there's a variety of configurable options. The weight changes the chances of a player playing a certain class, the lower the weight, the lower the chance, the higher the weight, the higher the chance. The weights also differ for each player.
"SMART_CLASS_PICKER_STARTING_WEIGHT" - Integer value, defaults to 5 (The weight a class starts out with)
"SMART_CLASS_PICKER_WEIGHT_LIMIT" - Integer value, defaults to 10 (The maximum weight a class can have)
"SMART_CLASS_PICKER_CLASS_<Class #>_WEIGHT_DECREASE" - Integer value, the default value is dynamic based on which team and class the player is (The amount a weight goes down when a player plays the specified class)
"SMART_CLASS_PICKER_CLASS_<Class #>_WEIGHT_INCREASE" - Integer value, the default value is dynamic based on which team and class the player is (The amount a weight goes up when the player isn't the specified class)