Got my crazy, convoluted plot down and three of the bosses are ready to be made into pixel art. Feeling pretty excited about this.
I still need to think of what I want to do for my game. XD; But intrigued.
Is it easy to make your own art assets for these games? I haven't gotten a chance to mess around with it but I know that's one thing I'll want to do.
If you can art, then yes, pretty easy. Just know a default RPG Maker VX Tile is 32 x 32 pixels, but can be made larger with some modifying (and not just the coding variety). A tilesheet is usually 512x512, and the top-left corner is always a 'blank' tile so don't have any art in that top 32 x 32 square.
For characters, if you put a $ symbole in front of the file name, the sheets can be made any size or with simplicity simply by making an evenly spaced and aligned sheet to allow three character animations and four direction. Or basically, the $ will identify to RPG Maker VX Ace that the image file should be divided evenly by three horizontally and four vertically, and uses the even split dimensions of the sheet to make a sprite of any size with three animation poses per direction.
Also know that RPG Maker VX Ace goes direction wise (from top row to bottom row) Facing down, facing left, facing right, and facing up.