Age of Empires II (2013)

Age of Empires II (2013)

Advance to the Steam Age
Explore new maps, multiplayer scenarios, and user created campaigns. Or reinvent your game experience with new sounds, visuals, AI, units, and more! Ready to share your creations with the world? Upload right from the map editor, or collaborate with friends to create a masterpiece collection.
Safe-Keeper 2 Nov, 2021 @ 12:22am
Two AI questions
Making a scenario with a custom AI, two questions.

1. is there a way to get the AI to not delete its own walls? I've read it's because the AI thinks it needs rooom to expand its buildings, but it kinda messes with the balance of my scenario when it does so :p .

2. I've noticed the AI build a line of mining camps, pretty close together, in a place where there are no gold mines. What could be the cause of this? Is there a way to keep it from doing this?
< >
Showing 1-3 of 3 comments
Safe-Keeper 2 Nov, 2021 @ 2:32am 
And a stupider question: where on earth are AI files I subscribe to and download from Steam Workshop stored?
Mr. Greenways 36 6 Nov, 2021 @ 3:48am 
Hi,

1. Have you seen the AI do this? Because I have never seen it do this. So I dont know this question.

2. Add some extra lines like this:
(defrule
(resource-found gold)
(dropsite-min-distance gold > 4)
(can-build mining-camp)
(building-type-count-total mining-camp < 3)
(goal gl-level-buildings 1)
=>
(build mining-camp)
)

3. Here: \SteamLibrary\steamapps\workshop\content and just type AI or .per in the search bar.

Hope this helps :)
Safe-Keeper 6 Nov, 2021 @ 9:03am 
Thanks a lot!
< >
Showing 1-3 of 3 comments
Per page: 1530 50