Indie Dev

Hello Guest!. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, sell your games, upload content, as well as connect with other members through your own private inbox!

Unable to get the Change Tile Size plugin to work...

TheMysticWyvern

Towns Guard
Xy$
0.00
I'm using a tileset in which the tiles are 16x16, and after looking around for information on changing the tile size, I found a plugin. I loaded the plugin into RPG Maker MV and set the tile size to 16 in the settings, as well as created a new folder (as the plugin told me to do) for my new tileset images. However, it's not working. In the database, when I loaded the tileset, it's all bunched up and definitely not 16x16. On the image, I made sure it was 128px wide by 256px tall (8x16), like any regular tileset would be. This is what I have in the plugin, and yes, there are images in the tilesets2 folder:

JavaScript:
  var parameters = PluginManager.parameters('ChangeTileSize');
  var tileSize = parseInt(parameters['Tile Size'] || 16);
  var tilesetsFolder = String(parameters['Tileset Image Folder'] || 'img/tilesets2/');
  var parallaxesFolder = String(parameters['Parallax Image Folder'] || 'img/parallaxes/');
 

LTN Games

Master Mind
Resource Team
Xy$
0.01
Hello @TheMysticWyvern I am curious, has @Jackus post help you solve your issue? If so would you mind letting us know by clicking the "Best Answer" option on the bottom right of his post? This way members who do a search will find the answer more quickly. Thank you.
 
Top