Does anyone here have any idea how to make 1? I tried and had no luck >.< And none of the demos are any help there more for like card games or something I need something along the lines of FF or Chrono Trigger.
|
Apr 14 2012, 8:59 am
|
|
Falacy might have a clue how to make one.
|
Is the system you're going for meant for multi-player turn-based, or single-player? Also, this seems to be a topic geared more for Design Philosophy.
|
If it's multi-player, then you can just set up a world "control" that gives everyone a turn to choose their actions. Once everyone is done, execute their actions and repeat.
|
But I don't understand I am trying to do random encounters and so on the way ur talking is like a card game something I am not looking for. or maybe I am just reading it wrong.
|
I see what you mean now. In that case, you are likely going to want to figure out how to do map instancing so each battle has it's own map. Then just control the turns internally via a battle datum or something.
|
A TBS is surprisingly easy to make for an intermediate programmer. Basically you want a loop that either handles player input for their characters and the enemy's AI input and loop through inputs until a condition is reached (one side is dead)
|