Thanks mlp. It was actuallly with your encouragement that i decided to seek permission and upload these edited files in the first place. I have always enjoyed playing EB with either Darth's or Sinuhet's AI, perhaps there will be others who enjoy one or the other as well.

On a side note, for those who haven't done so already; if you choose to use one of these formation mods or really even if you don't, I would go ahead and make one small change to the edu. It involves the class line entry in the edu. Change all units that have a class line entry of "skirmish" to "missile".
( There's about 37 or so) It appears as of the next release this will be done anyway ( MAA i believe said so more or less recently in a thread around here somewhere ) but it's something simple so you might as well just get it over with now. So you won't have to ask yourself why on some occasions you'll see Velites, Peltastai or some other unit affixed with the skirmish tag lining up somewhere they shouldn't be. Not to mention mcantu pointed out that this small change seems to solve AI spamming javelin units in campaign. Which makes perfect sense when you think about it because sometimes a javelin unit affixed with the skirmish tag will be placed in an infantry slot within the formation and on the same token it seems be spammed as an infantry unit in campaign when it's obvious that shouldn't be the intent. It seems the code is remnant to some extent but appears to me anyway not fully functional perhaps. Anyway, in case someone doesn't know what in hades i'm talking about here is the code for the edu....

in your text editor use the replace function (ctrl-H for notepad users)
in the find what box copy/paste the following entry:
Code:
class            skirmish
in the replace with box copy/paste the following entry:
Code:
class            missile
Click replace all and save.