2D Adventure game?
by Eric Forhan · in Torque Game Builder · 06/14/2006 (6:39 am) · 3 replies
What would it take to make a Myst-style "slide-show" first-person 2D adventure game?
Mainly, I'm wondering how to do inventory and to flip pictures (like if moving from one room to another). Pretty much something simple to start with, like all pre-rendered pics.
Mainly, I'm wondering how to do inventory and to flip pictures (like if moving from one room to another). Pretty much something simple to start with, like all pre-rendered pics.
About the author
#3
07/05/2006 (6:23 am)
The tutorial that I'm working on doesn't use tiles. Instead, it uses pre-generated background scenery ala Final Fantasy VII and 3D models. The tilemapping of the inventory items seemed to be convenient but I'll be re-evaluating it once my show is up (this weekend) and I actually have breathing room because I am not in rehearsal or at work 99% of the time. While it seems convenient, I'm not actually sure if it is the simplest way to do it. I'm working for simplicity, not elegance here. Learn the basics, create a simple, functional RPG to get a handhold, and then build from there.
Employee David Montgomery-Blake
David MontgomeryBlake
Inventory is a little more tricky. When I get back to my RPG tutorial, that's the chunk I'm working on next. I'm simplifying it as much as possible, using a simple list and then showing it on a tilemap. It won't allow for dragging and dropping, though, as I'm trying to make it as simple as possible for the purpose of the tutorial. It shouldn't be too hard if you take the strategy tutorial and implement some of the dragging features.