Page 1 of 1

When the AI does crazy stuff.....

Posted: 26 Jun 2019, 18:50
by NoRtyByN8uRe
Here's a pic from a game I just started:

Image

One of my opponents has built like 20 bridges leading to my territory. What causes the AI to do stuff like this? lol

i need to figure out a way to modify the AI in this game.

also i notice my opponents never build walls... or for example i sent a ship across the map and attacked an opponents city center near the shore line and burned it to the ground, nobody tried to stop me.

is the AI bugged in this game sometimes?

Re: When the AI does crazy stuff.....

Posted: 26 Jun 2019, 20:54
by Dr.MonaLisa
Most likely he tried to access the region blocked by palisade, thinking it's a river block and spamming bridges.

AI should build walls, at least on plains map.
You can always change production/building order, by editing ALL files in folders:
EE2: aips
AOS: aips_ee2x
(I recommend using Notepad++ for that)

But it won't fix AI behavior which is hardcoded in game executables.

Re: When the AI does crazy stuff.....

Posted: 26 Jun 2019, 20:59
by NoRtyByN8uRe
coool that makes sense... im using Mediterranean map and the AI never builds walls... I finally got the game playing the way I like it though. Marathon game this will take weeks to finish. ill check out the buildings order that could really change the way the game feels

Re: When the AI does crazy stuff.....

Posted: 26 Jun 2019, 21:00
by Dr.MonaLisa
Are you playing EE2 or EE2: AOS?

Re: When the AI does crazy stuff.....

Posted: 26 Jun 2019, 21:19
by NoRtyByN8uRe
aos with th 1.5 patch

I dont like infinite resourses so i changed like this

Code: Select all

UnitType ResourceGold
{
	parent = ResourceNotTree
	
	properties {
		displayName = tx_utn_Gold_name
		mmColor = [192,192,0,255]
		VerboseTooltip = vtt_unit_Gold
	}
	abilities [ 
		Resource { type = kResourceType_Gold; amount = 1000000; alwaysExhaustible = 1; maxNumOfWorkers = 6}
	]
}
for all the resourses, set them at one million

Image

Re: When the AI does crazy stuff.....

Posted: 26 Jun 2019, 21:21
by Dr.MonaLisa
Oh, I thought it could be related to change:
- Fixed map generation of Pangea maps on Empire Earth II: The Art of Supremacy.
viewtopic.php?p=20404#p20404

But that's Mediterranean, so not touched at all.