Welcome, Guest. Please login or register.

Login with username, password and session length

 
Advanced search

1411494 Posts in 69377 Topics- by 58434 Members - Latest Member: graysonsolis

April 29, 2024, 11:48:23 PM

Need hosting? Check out Digital Ocean
(more details in this thread)
TIGSource ForumsDeveloperDesignGrand Strategy in RTS
Pages: [1]
Print
Author Topic: Grand Strategy in RTS  (Read 1482 times)
gmx0
Level 0
***

The Messenger


View Profile WWW
« on: August 30, 2011, 08:19:25 AM »

An example of this would be Rise Of Nations games and Jeff Wayne's War of the Worlds. It is like Civilization plus Age of Empires. Basically there is a world map and players can move units into one section to another, but when fighting, the players can zoom in into a more tactical view. Warzone 2100 is another example, but with less grand strategy.

I would like to incorporate this into my game, but I would like some opinions.

1. How do you feel about auto-battle computing? (So you don't have to fight the battle yourself)

2. How should units be deployed into the battlefield? Dropships or something else?

3. Since my game is more combat based, what is your opinion of handling all resources harvesting in a home base? In other words, you can't build every structure in every battlefield, but only in your home base.

4. Should the world map be in real time? Your enemy can be fighting another battle in another part of the world map while you can opt to fight another one simultaneously elsewhere.

5. What do you think of AI assistants fighting a battle for you or assisting you? They would automate resource gathering, or even combat if you choose.

6. Do you prefer squads or individual infantry?

7. What do you think of grand strategy in RTS games in general?
Logged

brog
Level 7
**



View Profile WWW
« Reply #1 on: August 30, 2011, 08:31:19 AM »

Making two games is harder than making one!  Especially if they depend on each other.
So the risk I can see with this is that if you let your position in the overgame give an advantage in the undergame, you'll get a feedback effect whereby the battles end up being trivially easy once you're in a good position around the world.  But otherwise, if the overgame doesn't affect the undergame, there doesn't seem much point.  So to (1), having the 'undergame' automated away seems good, then you'd only be trying to make one game at once (but in that case I'm not sure what the question is - you're just making one grand strategy game).
Logged
s0
o
Level 10
*****


eurovision winner 2014


View Profile
« Reply #2 on: August 30, 2011, 09:26:34 AM »

The Total War series does this pretty well I think.

An autobattle function should solve the issue of trivially easy battles.
Logged
Helmeted
Level 0
***


Death Panelist


View Profile WWW
« Reply #3 on: August 30, 2011, 10:42:11 AM »

Jeff Wayne's War of the Worlds? The musical?
Logged

Danmark
Level 7
**



View Profile
« Reply #4 on: August 30, 2011, 10:48:07 PM »

gmx0, you should play the Total War games for inspiration, as Sinclair mentioned. Haven't played a better empire building game series.

So the risk I can see with this is that if you let your position in the overgame give an advantage in the undergame, you'll get a feedback effect whereby the battles end up being trivially easy once you're in a good position around the world.

One way to solve this is to have modest victory conditions- the game ends as soon as it's highly unlikely the player will lose. Even better, with enough depth in the overgame, you can keep things challenging right up to the end. For instance, advancing quickly stretches one's supply lines. Partisans inside your territory cause even more trouble. The more powerful one's faction becomes, the more likely other factions will splinter off from it. Alliances between factions, whether locally or globally, tend towards a balance of power.

Jeff Wayne's War of the Worlds? The musical?

There's a mediocre game based on his musical. Was novel back when it came out, just not refined enough.
Logged
randomnine
Level 1
*


View Profile WWW
« Reply #5 on: August 31, 2011, 12:42:52 AM »

The problem with overly general design questions like this is that there's interesting territory to explore in either direction! If you provided more detail, maybe answers to some of these questions would flow naturally from the decisions you've already made.

1. How do you feel about auto-battle computing? (So you don't have to fight the battle yourself)

If your players feel like fighting battles is dull or a burden, you fucked up.

As Veracity says, if the battle's definitely going your way, the enemy can just surrender. You can even make getting them to surrender earlier a bonus condition, either preserving your forces or granting you some of their resources in the broader game.

Quote
2. How should units be deployed into the battlefield? Dropships or something else?

In a manner which is appropriate to both your fiction and the scale of your battlefields. Realistically speaking aircraft have very limited carrying capacity, are easy to see coming, and since the 70s have been too vulnerable to missile strikes to use en masse. On the other hand, dropships are cool as hell.

Quote
3. Since my game is more combat based, what is your opinion of handling all resources harvesting in a home base? In other words, you can't build every structure in every battlefield, but only in your home base.

You could drop all structure building on the battlefield and only have a home base, like X-Com. Depends how long, involved, and large in scale you want the battlefields to be.

Quote
4. Should the world map be in real time? Your enemy can be fighting another battle in another part of the world map while you can opt to fight another one simultaneously elsewhere.

You could definitely build an interesting game this way. You could allow the player to hop back and forth between ongoing battles, potentially overwhelming them with multitasking and forcing them to choose where to use their time as in an RTS, but you would probably have to simplify the tactical game to compensate. You could lock the player into the tactical game they've started and have other things play out in real time, but then you risk the player losing deep swathes of territory while they're busy in a long battle, making them lose the game without a chance to respond. That'd piss people off.

Atom Zombie Smasher has a turn-based metagame - you pick your battles, and the asymmetric enemy makes fixed advances into neutral territory during each battle. I think this is an interesting mix of forcing players to choose their battles without letting things get out of control while they're busy.

Quote
5. What do you think of AI assistants fighting a battle for you or assisting you? They would automate resource gathering, or even combat if you choose.

If a decision is usually interesting, have the player make it.

If a decision is usually obvious, automate it or remove the need for a decision in the design, as it's just busywork.

If a decision is sometimes interesting and sometimes obvious, consider triggering the obvious option by default and letting the player override it. Examples:

- When a weapon runs out of ammo in an FPS, modern games begin a reload automatically. Maybe the best option is to change weapon instead, but the player can override the reload to do that. Simply reloading is always better than standing around with a normal weapon.

(Counterpoint: in Deus Ex: HR, you can't sprint while reloading. Because of this, in certain situations, automatic reload can hurt you.)

- Units that are standing around in an RTS which are fired upon will generally fire back. The best decision may be to run away, but simply firing back is *always* better than just standing there.

There are simple, predictable ways of automating easy decisions, and you should use them. But never, ever ask the player to rely on a remotely intelligent AI. If it's seen to be making decisions, even if it's smart and comprehends the game perfectly, it will occasionally make decisions the player disagrees with or doesn't understand and the player will get pissed off with that (even if it was a good decision!). The player is forced to constantly keep track of what the AI's doing, which is actually more work than just doing its job, and learns to resent it for this.

See squad AI in any number of games. If squadmates are invincible or expendable, they're allowed AI which advances and takes up positions, because there's no way that can cause serious problems. If they can die easily and that death would seriously hurt the player, squadmates are allowed almost no autonomy and largely move and fire as instructed.

Quote
6. Do you prefer squads or individual infantry?

Depends on the scope of the battles, the setting, the importance of individual unit control in the combat mechanics... this links into too many other factors.

Quote
7. What do you think of grand strategy in RTS games in general?

I think there's much more room to bring new ideas to such a concept than there is to a traditional RTS. I also think it's the better choice as an smaller developer, since longer-form multiplayer games like Civilisation are best played with friends (whereas shorter-form multiplayer games like Starcraft or Team Fortress die without a vibrant player community; arranging a match with friends is much less worthwhile).
Logged

Pages: [1]
Print
Jump to:  

Theme orange-lt created by panic