Page 1 of 1
Turn-based gameplay
Posted: 22 May 2009, 18:13
by PhailQuail
I am interested to know if any mods have a kind of "turn-based" gameplay to them.
Maybe not turn-based as like in games such as Advance Wars (because waiting for your opponent to make a move sucks), but more like Toribash, where the gameplay pauses for a limited amount of time while the players set their moves (simultaneously), and then gametime is elapsed so the moves are executed, and this repeats.
It probably wouldn't be hard to modify existing mods to do this, but that would be stupid, as their gameplay is much better suited to being real-time.
I don't know if this kind of gameplay would even be fun, but there is nothing wrong with variety, especially when most of the mods seem to be TA-clones.
Re: Turn-based gameplay
Posted: 22 May 2009, 18:39
by Jazcash
A Final Fantasy mod with TA units. Sounds awesome.
Re: Turn-based gameplay
Posted: 22 May 2009, 18:59
by Guessmyname
It shouldn't be too hard. The 'orders' phase could easily be done by simply pausing the game for x seconds (additional falderol such as GUI notices etc not withstanding). I've already seen unselectable units implemented elsewhere, so setting that up for your entire army during the 'Combat Phase' shouldn't be too hard. The basic barebones should definitely be possible, yes.
Re: Turn-based gameplay
Posted: 22 May 2009, 19:07
by imbaczek
pausing the game, not really... but you can try to modify deployment mode.
Re: Turn-based gameplay
Posted: 22 May 2009, 20:00
by Noruas
Just get an emulator and play final fantasy tactics nub
Re: Turn-based gameplay
Posted: 22 May 2009, 20:04
by smoth
PhailQuail wrote:I don't know if this kind of gameplay would even be fun, but there is nothing wrong with variety, especially when most of the mods seem to be TA-clones.
hrumph
Re: Turn-based gameplay
Posted: 22 May 2009, 20:06
by BrainDamage
Re: Turn-based gameplay
Posted: 24 May 2009, 21:57
by Pendrokar
smoth wrote:PhailQuail wrote:I don't know if this kind of gameplay would even be fun, but there is nothing wrong with variety, especially when most of the mods seem to be TA-clones.
hrumph
Ehem...
Re: Turn-based gameplay
Posted: 28 May 2009, 16:54
by bobthedinosaur
What about a lua timer that pauses the game and un pauses every so often? would it work? would it even be a fun game type? probably not
Re: Turn-based gameplay
Posted: 28 May 2009, 19:27
by Otherside
WTB Open Source TBS ala FFTA style
in before wesnoth its not the same
Re: Turn-based gameplay
Posted: 28 May 2009, 22:46
by bobthedinosaur
English please.
Re: Turn-based gameplay
Posted: 28 May 2009, 22:48
by Pxtl
bobthedinosaur wrote:English please.
He wants an open sourced tactical Japanese-style role-playing-game similar to Final Fantasy Tactics Advanced.
He is completely free to go make one.
Re: Turn-based gameplay
Posted: 29 May 2009, 01:04
by Argh
I dunno whether to be amused or scared that anybody knew what that stream of acronyms meant, lol...
As for a battle system... um, it can be done. Not really hard, either.
Have an orders phase, where you give orders, and all Units have been MoveCtrl'd into immobility and had their COBs sent orders that shut them down and jam their weapons. Not complicated. Just really boring and lengthy to execute.
Then when everybody has given the orders, for the next however-many frames, unfreeze everything, and prevent user input. Not complicated.
Then you're back in the Orders Phase, where you can give orders again, but everything is "frozen". Except for projectiles, but that'll be over by the tail end of the Combat Phase anyhow.
Voila. You can't move in discrete squares, but you can certainly give everything different speeds, which amounts to the same thing.
Lock the camera overhead in a fixed perspective, give it a cute UI and give the units cute powers, and voila, a TBS that has a vaguely Japanese feel, but is more flowing and potentially a lot cooler. Could be a winner.
Re: Turn-based gameplay
Posted: 29 May 2009, 01:07
by Erom
You'll probably want to re-set everythings firing timers at the end of ever order phase, too. So that you have units that fire X times per turn instead of X times per second.
Re: Turn-based gameplay
Posted: 29 May 2009, 02:12
by Argh
Yeah. I think you can do that with Lua, although I haven't had the chance to play with that yet.
It's not as big of a deal in a TBS, anyhow- usually the convention is that units don't get to attack multiple enemies per turn unless they're using AOE weapons / spells anyhow.
And what a weapon looks like, and what it does, are not even slightly important, if you're not trying to deal with realistic projectile interaction with a semi-real gameworld anymore.
The only hard part is if you're going to allow people to control exactly when Units open fire or use their abilities, time-wise. That's harder to achieve.
Re: Turn-based gameplay
Posted: 30 May 2009, 07:48
by Saktoth
Just using pause would probably be a lot better, since it would pause projectiles too and wouldnt require any more lua than feeding the pause command to the console.
But yeah, in case anyone missed BrainDamages link, there is already this.