-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
The server admin should configure some settings so that the view distance will automatically change when the load on the server crosses some threshold.
Basic idea is to have a set of transitions defined, mapping the action to take when moving from one condition to another.
For example, a transition might define that when the number of players on the server goes from being less than 20 to more than or equal to 20, the view distance should be set to 7. Another transition could set the view distance to 10 when the player count drops below 10.
Transitions could include things like time since last transition as a condition, however that will be for improvements down the track.