Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Thank you for the update, firstly!  Secondly, I'm having a bit of trouble with some of the object events.  Ideally, I'd love to put the gold bars or silver bars in the bank as decorations (basically to liven up the place in the background).  I've tried setting the shape to fence, tree, sprite and flat to achieve this illusion, but nothing has worked so far.

What I'd like it to look like is the bars are sitting flat on the counter in the background, so I used the flat shape to get it to sit parallel with the counter.  The issue I'm having is that it completely flattens the event to look like a piece of paper (for lack of better words).  Is there any way to add some volume to it, like maybe using the Z() command or something?  Any help would be greatly appreciated, and thank you again for this awesome plugin!

(+2)

Unfortunately adding 3D shape to a 2D image is not a trivial problem to solve.  As you've seen, the existing shapes simply take the 2D image and rotate it in 3D space.
In a future update (planned 0.6) it will be possible to define custom meshes for events.
For now though, you could try creating a custom texture that will look better from the camera angle you're using.

Thanks for the suggestion, I'll definitely try that!  I'm looking forward to the custom meshes, I had read that you were going to try to implement them on the RPG Maker forum.  (:

Any chance that 3d player models would be in the cards for a future release?