Chaos Project

RPG Maker => RPG Maker Scripts => RMXP Script Database => Topic started by: Wecoc on July 16, 2013, 02:26:29 pm

Title: [XP] Change Tile Size
Post by: Wecoc on July 16, 2013, 02:26:29 pm
Change Tile Size
Authors: Wecoc
Version: 1.0
Type: Tilemap Add-On
Key Term: Game Utility



Introduction

This script allows you to change que width and the height of the tiles, under 32px. It's a Tilemap Add-On but I also modified Game_Map, Game_Character, Game_Player and Sprite_Character to fix movement and scroll problems with the edit. It does not contain a Resolution script, but you will probably need one if you use it. The editor draws it wrong but borders don't need to be transparent, Tilemap ignores them, so depending how you release the tileset you will be able to map easily.


Features




Screenshots

Spoiler: ShowHide
(http://s7.postimg.org/9mx9upjiz/editor.png)
(http://s7.postimg.org/wacj0uz2z/map.png)



Demo

Download Change Tile Size.zip (http://share.cherrytree.at/showfile-10644/change_tile_size.zip)


Instructions
There are 2 new scripts in the demo, you just need to copy them.
On the top of the Tilemap script there is a module called RESTILES with two globals, X and Y. It's that simple, just change their values.


Compatibility

Be careful with that, the second script changes many things of default classes. However I don't know about any important incompatibility.


Credits and Thanks




Author's Notes

Hope you enjoy it.
Title: Re: [XP] Change Tile Size
Post by: KK20 on July 16, 2013, 03:06:23 pm
Spoiler: ShowHide
(http://emotibot.net/pix/3577.gif)

Where the hell was this 4 years ago when I was a noob working on my game?
Title: Re: [XP] Change Tile Size
Post by: Spoofus on July 17, 2013, 09:53:16 pm
Man this script is good I think, I like using the VX sprite style and this would let the tilesets fit with them better.