How a turn-based rpg work?

Discuss about anything related to the Irrlicht Engine, or read announcements about any significant features or usage changes.
Post Reply
Virion
Competition winner
Posts: 2148
Joined: Mon Dec 18, 2006 5:04 am

How a turn-based rpg work?

Post by Virion »

I'm curious about how a turn-based RPG work? Something like Final Fantasy, as in their combat system.
GameDude
Posts: 498
Joined: Thu May 24, 2007 12:24 am

Post by GameDude »

Well my idea behind would be that you set it so that when you select a command the character will attack the selected enemy. You would also need to use menus and set it up so that the system waits until you select the command.
CuteAlien
Admin
Posts: 9736
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Post by CuteAlien »

Just look at existing turn-based rpg games which are open source :-)

Battle for Wesnoth is one of the most complex:
http://sourceforge.net/projects/wesnoth/

Probably it's easier to learn how to do that by looking at the source of a simpler game, but that's the only one which came to my mind. Maybe you should browse a little through the sourceforge games until you find one simple enough. They all come with sources.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Post Reply