Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit)

How can I get it to show first person like the screenshot you provide shows?

Also Is there a way to look around using Mouse, and W / Forward arrow key to move? that way the player can use the mouse to look around and when they Press forward they will go in the direction they are looking

(2 edits) (+1)

1st person is just a camera distance of zero.

plugin command:
mv3d camera dist 0

map tag:

<mv3d>
camera(dist:0)
</mv3d>

Controlling the camera with the mouse is a planned feature.