I posted this thread in general sector originally, but haven't got any answer yet, so I'll repost it here.
---------------------------------------------------------------------------------------------------------
I have two questions.
1) It seems swarm doesn't work on plains, with an army composition of 400 light cavalries and 100 horse archers on plains terrain, it should be able to trigger swarm tactic, but as you can see the screenshots I took, 40% of generic skirmish and 60% of disorganised harass, no swarm at all, any ideas how to fix it?
2) To solve the first problem, I decided to tweak the combat tactics file a little, in the original file the relevant part looks like this:
Which I changed it to:
or even removed everything in the location scope, but still not making any difference, what went wrong?
The uploaded game save and the screenshots were taken from the same game, it's easy to reproduce the situation. I don't use any mods.

---------------------------------------------------------------------------------------------------------
I have two questions.
1) It seems swarm doesn't work on plains, with an army composition of 400 light cavalries and 100 horse archers on plains terrain, it should be able to trigger swarm tactic, but as you can see the screenshots I took, 40% of generic skirmish and 60% of disorganised harass, no swarm at all, any ideas how to fix it?
2) To solve the first problem, I decided to tweak the combat tactics file a little, in the original file the relevant part looks like this:
Code:
location = {
NOT = { terrain = forest }
NOT = { terrain = woods }
NOT = { terrain = mountain }
NOT = { terrain = impassable_mountains }
NOT = { terrain = jungle }
NOT = { terrain = marsh }
}
Which I changed it to:
Code:
location = {
terrain = plains
}
The uploaded game save and the screenshots were taken from the same game, it's easy to reproduce the situation. I don't use any mods.


Attachments
Last edited:
- 1
Upvote
0