Tactical Rpg
Author |
Message |
Stratos
|
Posted: Thu Apr 08, 2004 1:12 pm Post subject: Tactical Rpg |
|
|
How would I go about making a Tactical Rpg, like Final Fantasy Tactics or Tactics Ogre? I don't care about graphics, I plan to use letters and numbers to represent units instead. |
|
|
|
|
|
Sponsor Sponsor
|
|
|
Paul
|
Posted: Thu Apr 08, 2004 2:18 pm Post subject: (No subject) |
|
|
You could use 2D arrays or isometrics (which I don't understand) and input the values of different units in the 2D array, and each has a different attribute etc. |
|
|
|
|
|
Delos
|
|
|
|
|
AsianSensation
|
Posted: Thu Apr 08, 2004 7:44 pm Post subject: (No subject) |
|
|
as people have mentioned, you need to use isometric views to do this. Unless you don't care about isometric-ness, then you can use plain grid. The important stuff for this game would be the same for any RPG games. That is, being replayable, stats raising, level gaining things.
For isometric, there is a pretty good tutorial somewhere, I came across it once when I was searching on google. It wasn't turing specific, but it was the algorithm behind it, and that's basicly what you needed to know. |
|
|
|
|
|
Stratos
|
Posted: Wed Apr 14, 2004 9:38 am Post subject: (No subject) |
|
|
Thanks, the second link was extremely useful. |
|
|
|
|
|
|
|