What was the last new RTS? I wouldn’t be surprised that a fanbase that trends very hardcore is extremely hungry for a new game in the genre from experienced devs
It got abandoned way before the monetization issues. It’s an extremely difficult genre from a technical perspective. Networking and keeping in sync is far more difficult for an rts than any other type of game. Then path finding is also a difficult problem, too poor and units fail to move through choke points, too perfect and you can reveal unknown information, do different speed units march together or not, if units March together how far away do they try to group up vs going to the destination.
Before you even get to design of the game there’s a ton of technical hurdles that other styles don’t have.
Rts requires each player to see exactly the same state at exactly the same time. Fps games can compensate more and minor lag isn’t as big of a problem.
I see… but isn’t virtually all of the pathfinding deterministic based on the seed + inputs of up to 4 people? How would it be more difficult than fighting game rollback, where you have 2-4 players that need to have sub 2frame accuracy?
While a command might be deterministic, new commands can be issued at any time. A client that is behind could miss a command to move units that then leaves them visible or in range to an opponent. In an fps a client that’s behind they might shoot someone who isn’t really there, but shooting someone is the main focus. Most shooting games have some level of window where if a client thinks there’s a hit it happens even if the person wasn’t there.
What was the last new RTS? I wouldn’t be surprised that a fanbase that trends very hardcore is extremely hungry for a new game in the genre from experienced devs
Yeah, big studios have largely abandoned rts because micro transactions and season passes destroy the genre. Milking the players is just too hard.
It got abandoned way before the monetization issues. It’s an extremely difficult genre from a technical perspective. Networking and keeping in sync is far more difficult for an rts than any other type of game. Then path finding is also a difficult problem, too poor and units fail to move through choke points, too perfect and you can reveal unknown information, do different speed units march together or not, if units March together how far away do they try to group up vs going to the destination.
Before you even get to design of the game there’s a ton of technical hurdles that other styles don’t have.
How so? Wouldn’t a game where thousands of people on a map require syncing, while the movements of CPUs would be more deterministic?
Rts requires each player to see exactly the same state at exactly the same time. Fps games can compensate more and minor lag isn’t as big of a problem.
I see… but isn’t virtually all of the pathfinding deterministic based on the seed + inputs of up to 4 people? How would it be more difficult than fighting game rollback, where you have 2-4 players that need to have sub 2frame accuracy?
While a command might be deterministic, new commands can be issued at any time. A client that is behind could miss a command to move units that then leaves them visible or in range to an opponent. In an fps a client that’s behind they might shoot someone who isn’t really there, but shooting someone is the main focus. Most shooting games have some level of window where if a client thinks there’s a hit it happens even if the person wasn’t there.
I was talking about other frame important games, not FPS. I’m talking about games with rollback and no more than a frame or 2 difference.