Home > Tutorials > RPG Maker VX > How to make RMXP sprites compatible to use with RMVX
How to make RMXP sprites compatible to use with RMVX
if you dont like the RPG Maker VX characters and you think is better to use RPG Maker XP characters
but when you select the sprite it looks mid right mid left? so here is the solution!
-Problem-
As you can see the sprites of RMXP uses four positions,
and the RMVX sprites uses 3, so we'll need to crop one!
-Solution-
The solution is easy.
Need to cut/crop FROM LEFT SIDE TO RIGHT x pixels
to calculate the pixels you will crop you divide the how long the image is into 4
ex. a 128x192 image = 128/4 = 32; 128 - 32 = 96
so in the example you will crop 32 pixels FROM LEFT TO RIGHT, and the image will be now 96 x 128
*Note: if yo crop from right to left, the character will walk like if it has lacking a leg.
Thanks
|
|
Details
|
|
Tutorial:
|
How to make RMXP sprites compatible to use with RMVX |
|
Date Listed:
|
2010-03-29 |
|
Author:
|
TheMaker
|
|
Total Hits:
|
4033 |
|
|