Jump to content
  • 0

16x16 tiles config setup


Ainz Ooal Gown

Question

Hey All,

 

Was just wondering if using 16x16 tiles is feasible?

 

I change the server config to the following:

 

Spoiler

  "Map": {
    "GameBorderStyle": 0,
    "Height": 52,
    "ItemAttributeRespawnTime": 15000,
    "TileHeight": 16,
    "TileWidth": 16,
    "Width": 64,
    "ZDimensionVisible": false,
    "TimeUntilMapCleanup": 30000,

 

However the fill button crashes the editor now. If this the right settings for 16x16 tileset?

 

Thanks

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

This issue has been around for a while with the eraser and fill layer tools and it is not related with changing the tile's size from the default values, but instead, related to the amount of tiles that the tools are required to fill/erase (Map's Height and Width in tiles), which are getting stack overflow exceptions for the tiles positions (int values for X and Y of each tile) as explained in this issue report from the engine's repo.

 

 

 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...