Oh, very interested now. I'm going to be guessing that you've at least slowed down the combat at least somewhat but am interested to see how you've done it without gutting it altogether since it seemed relatively complete mechanics wise. Looking forward to seeing it.
It's not actually having to change a whole bunch of code, honestly. And really not having to slow anything down, actually, either, from my experiments so far. Things take a certain amount of time, then it pauses and you give the next move and attack order, and it goes for a certain time, and repeat. It's the same game as before, largely, except now there is no pressure on the decision making (time-wise), and decisions all have a much higher opportunity cost (you can't pop off several abilities at once, each costs a turn, etc; you can't be super-fast-aimer-man and spray all over the place, it takes the twitch skill out and puts the brain in). Lining up shots is still super important, but now it's about prediction and setting up angles of attack, etc. I'm actually finding this way more fun, although right now the controls are making me rage. That's something I have a solution figured out for, but I won't be able to implement it until the morning. It's not exactly a novel solution, I've seen it in other games, so I know it works.
And then a variety of pieces of combat and the abilities and the strengths of weapons and such need to be rebalanced, of course. But that's basically changing integers and floats on data structures, and nothing more. Except in a few cases, where something like cloaking will last for a certain number of turns before disappearing, and not be tied to whether or not you fire your gun or not, etc. So some mechanics will adapt to the new system, but actually make more sense doing so. Afterburner is another one that will be revised. Those two are the big ones everyone was pointing out as being unbalanced before anyway.
And the Operation abilities will be adjusted in ways that I think people will enjoy. No longer slaved to your guns, among other things.
It's WeGo that lasts a few seconds per go.
Hoopla! You have made me a very happy camper. What a stroke of genius you guys had. I hope it turns out great! Too few seconds per round might be problematic. It will be a balancing act to figure out the length of rounds.
Thank you! I'm hoping it turns out great, too.
Most likely it's about 1-2 seconds per round, because frankly more than that and you lose tactical control unless the game is auto-firing for you. Which isn't too fun. But that's something that will be experimented with. It may wind up that we have to switch to route-planning and picking a designated list of targets, and then something like 4 or 5 second rounds, or something like that. I don't really want to do that, but if we had to that's not a ton of code and could be put together in a day of work.
Anyway, this will take some iterations I'm sure, and there may be some people who deflate on playing the first version of this. Because, hey -- it's a first prototype, and needs refinement. But so far my time with the prototype has demonstrated to me that it has the potential to be really fun, and it has been fun for me aside from the controls and the balance, which I need to work on a lot tomorrow before a release tomorrow night hopefully. I
think that if I solve those two things, this will be all set. If not, then it's target designation and route planning, and that I'm pretty positive would work. It's more indirect than what I want to do, is the main reason I'm avoiding it now. But it may be what this evolves into, depending on how the more direct first version goes.
Honestly the pacing right now is sort of like a FFT game, except that in those it's IGo UGo. Here it's WeGo, but with similar lengths of time to have things happen. I find it working well on that level.
I really liked how the combat played out in the videos iv seen.
Hope these new changes dont change too much of it before I had a change to play it myself.
Unlike some of you I really enjoy playing the RTS parts of Total War.
Aye, pretty much this here.
Oh! I have happy news for you guys, too, actually. So, the problem here is that we've basically built two games, right? I mean, this action game which I really do like quite a lot, and then the strategy game. The action game just has to die for this project, unfortunately. It's just the way it has to be, it has to turn turn-based-tactics. That's going to appeal to the main crowd for this game more, and not have an identity crisis for the game. This is and always has been aimed squarely at strategy gamers.
THAT said, we made 70% of a pretty cool SHMUP! Why the heck wouldn't we finish that?
I've set aside a copy of the code from right before the switch to turn-based, and we intend to revisit that sometime else this year. Stripping out the strategy game components from TLF, putting in some other sort of lighter layer instead, beefing up the SHMUP elements a lot and making that way more focused on the best parts of that genre with our own flair tossed in... and boom. Another game. Nobody will claim that's too similar to TLF, trust me, heh. And it's something that will recoup some of the costs that we've had in making this, by being able to get two projects out of it since we... made two projects' worth of stuff out of it! I imagine we could even make the SHMUP networked co-op, which might be a first for that genre, I'm not sure. At least I don't know of any examples offhand, I bet you do.
Anyway, one project can't be all things to all people, so we kind of have to split this in half, and really flesh out the purpose of the two sides. The strategy side, and the tactical element that this combat part is morphing into, need to really scratch that strategy itch with TLF. The action combat side really needs beefing out if it's going to compete in the SHMUP genre, and it needs a simpler hook than that huge solar map strategy game that TLF hangs on it. If you're just looking for a SHMUP to play, there has to be a simpler metagame to it. Kind of like how Bionic did, where there was overarching strategy but that layer was light and quick.
Because look, I really love the current combat, too. I hate to see it go, also. But this isn't a case of me bowing to the crowd, or whatever -- it just doesn't feel like the right mix for this particular game to ME, either. Just for my own playing, the longer I play this, and then certainly from a marketing message standpoint we've realized its a disaster of epic proportions that was brewing. A few recent articles kind of made that clear, although the articles were positive. So it's just one of those things that makes sense. We made two things, they don't need to be conjoined.
I was enjoying the current sort, but.... hmm, other ideas are likely to put me off a bit. The original combat, for instance... interesting but my patience for RTS stuff is pretty low. That was neat to test but I would have ended up skipping it later on, and I aint patient enough to do JUST the solar map stuff, good though it is. The pacing on it is too slow by itself. I know there's fast-forwarding, but if I have to use that all the time then something's definitely off.
The solar map stuff that you were seeing before was incomplete, since it didn't have the dispatch missions, among other things. I will likely remove the fast forward option in the solar map, except for in observer mode, because it serves no good purpose. At the moment, if you want to wait a certain amount of time into the future, you ought to be doing a dispatch mission, not fast forwarding.
And we're definitely not just going only to the solar map itself, or anything. The combat is just being switch to turn-based tactics as a version of what we already had in terms of combat, rather than action-y. There won't need to be an auto-resolve, because the combat is quick enough and ponderous enough that it's not something where that sort of text-autoresolve makes any sense anymore. If we did do an autoresolve, it would need to be where it's like total war and you just push a button. But I don't want to go there, at this point, because I don't think that the new design will cause a divide like the old model -- or total war -- did.
The current combat of this one I thought was doing a good job specifically of breaking up the slow pacing of the solar map stuff with something very fast paced, which allows it to keep my interest.
My goal with the new combat is actually that you can play it pretty fast-paced if you want to. The time it takes to issue orders will be two clicks, sometimes less, so you can make it move almost as fast as you can think of what to do. But it's more tense in a lot of ways, because you also wind up seeing several openings, and you stop and think instead of just shooting. I find myself going "hmm, who do I shoot first, which is the bigger threat. What arc are these guys going to fly on compared to me," etc. And the satisfaction I get of lining up a swath of minigun fire so that in that turn it chews through a line of interceptors is just super satisfying. It's almost a bit Pachinko-like in how it makes me feel. Sort of.
The purpose of the combat is and was to provide a tactical element to the game, as opposed to a strategic one. I think the new one is actually poised to do that better than ever before, because now the opportunity costs to actions are finally right. With the RTS type of combat we first had, the best strategy was to just burn time and build a cloud of death around you. Boring. Not good. In the recent models, we gave you cool tactical options, but the reliance on twitch skill really meant that you had to be right in the skill sweet spot to have fun with it -- either it was going to be too easy or too hard. A frustration or a diversion or something you skipped.
If this "WeGo" thing is what I think it is, hmmmm.... that'd likely end up as a "neat the first few times, just skip it afterwards" kind of thing in my case. I like strategy games but I typically avoid that sort. If I'm right about what it is, that is.
I am hoping that winds up not being the case, but if it does wind up being the case, then I want to hear all about it, if you'll humor me. As Cyborg so graciously did, when he didn't like the more action-oriented combat. Ultimately we've come to a split, and I can't please everybody. If you're getting kind of bored with the solar map stuff, then you're already at the edge of the main target audience for this particular sort of game to begin with. Bringing it more in your direction pushes out the core audience. I hope to find a middle ground where as many people as possible are happy, but that won't always be possible.
For the record, there are a number of WeGo tactics games that I don't really like. And a lot of tactics games in general that I just frankly don't like. They tend to be too clunky, or too slow, or disconnect me too much from the action. Not that I want to feel rushed, but at the same time when I know what I want to do, I want to do it NOW, not "five clicks and waiting for 10 seconds of animations" to play later. That's kind of what I mean by meeting in the middle: the ability to execute on your decisions as quickly as you care to make them, whatever that means. So it becomes faster for those who make faster decisions, and slower for those who are more contemplative.
That's the goal, anyway. We shall see what actually surfaces as we get into this. But over the next few days, please do bear with me if you find yourself preferring the old model over the new. I don't think that will be much of our audience, but for those of you who it is, I want to hear from you. The truth is that I can relate to everyone involved on some level, since I like all of the above genres very much. It's why they got mistakenly mashed together to begin with. But for those of you who don't happen to have the exact mix of tastes that I do, that always causes friction when I do that. I need to stop doing that.
All righty, off to bed for me. I should have a rough build for people to poke at tomorrow night. And we'll go from there!
Pseudo-Edit: More responses, looks like.
The "WeGo" stuff makes me think of Frozen Synapse or Flotilla, in that each side sets the units' moves for that turn, and both sets are executed simultaneously?
Yes, Frozen Synapse actually does come quite a bit to mind in many many ways here. I still need to play Flotilla.
Though I'm of course not in the Alpha, so I haven't actually played anything, I liked the idea of the way it was most recently the best. Shall be waiting for more information before making a decision, though. Could turn out to be much better.
Ideally you won't have to choose, if we do two games split off of this. If you like one but not the other, that won't offend me. But hopefully if you like the larger concepts of TLF, you will also like the new combat. We shall see. I don't see you on the alpha waiting list at all -- did you not have time or interest? Cool with me if not, but there are spots open for later iterations if you like. You've obviously been a valuable tester in the past, but I won't presume to impose upon you.
The current combat of this one I thought was doing a good job specifically of breaking up the slow pacing of the solar map stuff with something very fast paced, which allows it to keep my interest.
The problem was, at least for me, it didn't seem to operate very well as a bullet hell. The pacing was extremely slow and since the stakes were so high (one death and game over as opposed to the typical bullet hell in which you can start over without much penalty), it lent itself to a very slow-paced and kind of silly "batman in space" type casual top-down experience without much room for failure. Add this to the fact that it apparently wasn't even necessary in the first place, and I just couldn't see myself ever really using it.
Sure, it may have been fun maybe the first few dozen times times, but after that, why bother?
It just didn't seem like it was worth all the work they had put into it to make it an optional and rather mindless mini-game.
It wasn't mindless by any stretch, but it didn't achieve as many of the tactical goals as I wanted, either. And you are right that for people to play it tactically, they had to play it in a way that is far too slow for a proper bullet hell. Everything you said about what was preventing it from being a proper bullet hell game is spot on. Hence our splitting that out into its own game, because I do like bullet hell games and with the right balance and some revisions and a different meta layer, I think we'd have a very interesting one here.
As it stands, it looks like we might get kind of double-duty off the work we put in. The new turn-based stuff is pretty darn tactical (see Frozen Synapse, it gets tense), and then we also have 70% or so of a good bullet hell game that we can make later. I didn't plan on that, but that's kind of what happened, heh.