Hello all! I just have a quick question about the feasibility of creating "pseudo" 3D games similar to the original Resident Evil or Alone in the Dark. I'm not talking about the console or PC versions with some actual 3D graphics. I'm specifically talking about the downgraded Game Boy Color versions of these games that used pixel art and sprite scaling to imitate their big brothers. Obviously I use the term "prerendered" loosely here.
http://edge.alluremedia.com.au/m/k/2012/02/resigbc.jpg
https://www.unseen64.net/wp-content/upl ... /04/42.gif
http://pocketmedia.ign.com/media/news/i ... /2_big.gif
http://pocketmedia.ign.com/media/news/i ... /1_big.gif
If it is possible, can someone give me a small breakdown on how it might be achieved? Not actual code but how to approach thinking it or the logic behind it. I'm still learning Construct 2 and I've only learned to create basic 2D games.
Here's how I'm thinking this could possibly be achieved. I'm an artist and so I could create all art for the backgrounds, character animation, etc. I guess every single background would have to have it's own sort of invisible "ground plane" that specifies what the player is allowed to walk on. This "ground plane" would also record the characters position in "3D" space so it would know when you're standing right next to a door and when you're just in the foreground overlapping a door no where near it. Depending on the layout and angle of the background and movement of the character, the character sprite would grow and shrink (along the ground plane?) producing the effect of walking through a 3D space.
Here's another thing I'm thinking but I might be over thinking it. Essentially the game would run two versions of itself?? The visible "pseudo" 3D game and like this behind-the-scenes overhead map game that lays out and updates the players position in an overall room. For example, if a room is one large rectangle (like the dinner in RE1), I'd paint maybe 3 backgrounds that make up exploring the entire room and the position of the character on the overhead map would translate to the correct position on the painted backgrounds. Does this make sense?
Anyway, thanks for looking at my post. Is this kind of game possible on Construct 2? If so, how might one approach creating a game like this? Any examples of it? I know I saw a game on here (in WIP or completed creations) that had actual prerendered 3D graphics and prerendered 3D character (Mortal Kombat style) but it was strictly a side scrolling brawler.