Quote Originally Posted by Hennin View Post
Hello to everybody, it's my firt post and I have a question, why I can't download the file?, (sorry, if my english is not so good)
They were both working before.

If you can't, you can always edit your own yourself (make sure you copy it first as a backup) with Notepad or Notepad++. The file is in [M2TW]\mods\EBII\data and it's battle_config.xml. There's just four numbers to edit to whatever your preferred ratio is, located at the top of the file.

In the original (fast) one they are:

<combat-balancing>
<missile-target-accuracy>
<infantry>0.5</infantry>
<cavalry>0.5</cavalry>
<elephants>0.6</elephants>
</missile-target-accuracy>
<melee-hit-rate>0.44</melee-hit-rate>
</combat-balancing>


In the second (not-as-fast) one they're:

<combat-balancing>
<missile-target-accuracy>
<infantry>0.35</infantry>
<cavalry>0.35</cavalry>
<elephants>0.45</elephants>
</missile-target-accuracy>
<melee-hit-rate>0.35</melee-hit-rate>