Jump to content
  • 0

Map Block Size "Doubt"


dougrz

Question

2 answers to this question

Recommended Posts

  • 0
16 hours ago, dougrz said:

I don't want to increase the size of the map, but the size of the tile, in the case of 32x32 to 40x40, because I wanted to give more graphic quality to the pixel art elements, is this change dangerous?

 

Yes you can change the size of the tiles from 32 to 40, but you might need to modify the map width and height to compensate for additional tile sizes (or the map wont look seemless in client)

 

Also note by doing this, it will scale items size you have to the tile size, example 32x32 image item, and a 40x40 tile size, will scale the 32 item to 40 when on a map tile.

 

You can modify this in server config.json:

 

  "Map": {
    "GameBorderStyle": 0,
    "Height": 26,  <-------------------This is the height of map
    "ItemAttributeRespawnTime": 15000,
    "TileHeight": 32, <-------------------This is tile height size of tile can change to 40
    "TileWidth": 32, <-------------------This is tile width size of tile can change to 40
    "Width": 32, <-------------------This is the width of map

 

 

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...