You're welcome. :)
To try out the smarter workers change this
if (bCanRoute)
{
if (AI_routeTerritory(true))
{
return;
}
if (AI_connectBonus(false))
{
return;
}
if (AI_routeCity())
{
return;
}
}
to this
if (bCanRoute)
{
//if...
I've found one small change that makes a huge difference. If workers build roads connecting resources and cities first you don't have to micromanage them as much. Then once they finish improving all the tiles they start building roads on improved tiles i.e. everywhere. It makes the map look a...
I love overlords! It was one of the first civ4 mods that I played and is still my favorite. I'm looking forward to the next version! I always enjoy changing your build of the DLL to try out new crazy ideas. :)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.