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.
| |
#1 Apr 14 2012, 10:59 am
|
|
Falacy might have a clue how to make one.
| |
#2 Apr 14 2012, 11:00 am
|
|
Idk Falacy.
| |
#3 Apr 14 2012, 11:00 am
|
|
Ah. Hmm. I'll see what I can find.
| |
#4 Apr 14 2012, 3:38 pm
|
|
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.
| |
#5 Apr 14 2012, 3:39 pm
|
|
Ahh I wasn't sure were to post the topic and multi-player.
| |
#6 Apr 14 2012, 3:44 pm
|
|
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.
| |
#7 Apr 14 2012, 3:46 pm
|
|
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.
| |
#8 Apr 14 2012, 3:48 pm
|
|
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.
| |
#9 Apr 14 2012, 3:48 pm
|
|
Ill give that a try.
| |
#10 Apr 14 2012, 4:16 pm
|
|
I find this to be to advanced for my programming lvl >.<
| |
#11 Apr 14 2012, 8:57 pm
|
|
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)
| |
#12 Apr 15 2012, 5:53 pm
|
|
#13 Jun 13 2012, 10:51 pm
|
|
I consider myself an intermediate and find it rather fairly challenging to make it a 1 player final fantasy-like rpg. It took me 1-2 hours to complete. But for 2 players I found doing that very hard. After hours I couldn't do it
| |