Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hi there, I think this is one of the best plugins for MV, and I will be buying the paid version soon to support this project. I tried the demo, and I was just wondering if it is possible to automatically set the view to first person view before the game begins. I would just like to  suggest some ideas for future updates.  

1.  The option of using textures assigned to tiles instead of tiles like in VX and VX Ace 3d scripts.

2.  A large map and a minimap  where you need to move and discover in order to reveal the map (Wizardry style).

3. Party status menu on-map similar to Wizardry.

Anyways, that is all the suggestions I have. Keep up the good work.

(+2)

You can set up 1st person view in the map note
<mv3d>
camera(,90,dist:0)
</mv3d>

It's already possible to assign custom textures to tiles. For example, to assign image.png to tile c,0,0 in the tileset note

<mv3d>
c,0,0:texture(image.png)
</mv3d>

Where do I store my textures to make them visible when using this tag?