Cheshire Posted April 1, 2020 Posted April 1, 2020 As stated in the title, I can't figure out (at least not easily) which value on the server holds the maximum map size. I see various X and Y values on the MapInstance and MapGrid classes, but which one can I safely assume is correct?
0 jcsnider Posted April 1, 2020 Posted April 1, 2020 Server Config -> Map -> Width/Height Β The server config also limits to 64 for width/height https://github.com/AscensionGameDev/Intersect-Engine/blob/b95fa91e8b46b997d3d842d0c453605882737756/Intersect (Core)/Config/MapOptions.cs#L35 Β That isn't as important anymore as it used to be.
Question
Cheshire
As stated in the title, I can't figure out (at least not easily) which value on the server holds the maximum map size.
I see various X and Y values on the MapInstance and MapGrid classes, but which one can I safely assume is correct?
1 answer to this question
Recommended Posts