• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

al_9

Private
11 Badges
Nov 9, 2017
15
3
  • Crusader Kings II: Way of Life
  • Stellaris
  • Stellaris: Galaxy Edition
  • Stellaris: Galaxy Edition
  • Stellaris: Galaxy Edition
  • Crusader Kings II
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Sword of Islam
  • Europa Universalis IV
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:
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
}
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.

ck2_tactic.png ck2_terrain.png
 

Attachments

  • Otuken769_03_05.ck2
    2 MB · Views: 2
Last edited:
  • 1Like
Reactions:
Upvote 0