Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Netgibbon on Mon 14/03/2016 18:28:07

Title: First person game development questions
Post by: Netgibbon on Mon 14/03/2016 18:28:07
Is it possible to create an AGS game that uses a first person camera perspective?

I've tried my own method where i have the player's Helmet UI on the whole screen and then putting an invisible sprite in the game but it doesn't seem to work right. and it appears to go through the bottom of the helmet and then not appear on screen again, forcing me to have to restart the game.
Title: Re: First person game development questions
Post by: Snarky on Mon 14/03/2016 18:32:53
There's a setting for each room that says something like "hide player character". If you set that for each room, it will work like a first-person game.
Title: Re: First person game development questions
Post by: Netgibbon on Mon 14/03/2016 18:40:54
Neato