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/');