ID:2918496
 
Applies to:DM Language
Status: Open

Issue hasn't been assigned a status value.
A configurable per-client buffer that is additive or subtractive from overall client.view.

It would take the format of NxM extra tiles on each side of the client's viewport. Importantly, negative values would subtract from the total, reducing the overall load on clients for higher client.view values.

An example usage would be:

client
view = "10x10"
buffer = "-5,-5" // could be -5x-5, but I don't like the look of that.
I think view_buffer would be a better variable name.