Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

[2d art] [RPG Maker MV] Hand drawing in character and parallax map

A topic by Scarabaz created 7 days ago Views: 93 Replies: 1
Viewing posts 1 to 2

Hi, 

I have an idea of making an RPG Maker game with 2d art like Hollow Knight but I have to make smaller the images so they can fit in the 48x48 box. Is there a method or a plugin to get rid of the blurring of the images everytime I try to make them smaller?

(+1)

unfortunately the best option is probably to draw that stuff natively at 48px.

interesting thing tho, you don't have to stick to 48x48 for charsets, you'll just have to deal with having a 48x48 size hitbox, which honestly isn't that bad if you're parallax mapping.

fortunately parallax mapping is soooo much easier in mv/mz than the previous makers, just slap a ! at the beginning of your parallax background's file name and it'll have proper scrolling for parallax mapping. You'll have to place the collisions yourself though. I suggest using the two tileset method, where you map with one that shows the x's and o's and then swap to an invisible version during gameplay.