Age of Mythology: Extended Edition

Age of Mythology: Extended Edition

393 평점
AoModAi
2
2
4
4
3
2
2
2
   
어워드
즐겨찾기
즐겨찾기됨
즐겨찾기 해제
General: AI
파일 크기
게시일
업데이트일
367.145 KB
2015년 9월 15일 오후 9시 42분
2023년 1월 25일 오후 12시 05분
변경 사항 36개 ( 보기 )

다운로드 위해 구독하기
AoModAi

설명
This is a Standalone Computer Ai, it does not modify the default one in any way.

This is a heavily modified version of the Original AoModAi project created by Loki_GdD.
I've fixed a large amount of bugs, and I've also added quite a few new features to this Ai.
_______________________________________________________________
*AomodAI*

Its main features include:
  • Better defensive behaviour (also near other settlements).
  • Specific attack plans instead of the attack goals used by the Admiral X AI or the aomx AI.
  • Builds walls, buildings and farms near other settlements.
  • Changes the main base if it is destroyed (if it still has other settlements).
  • Builds/Rebuilds fortresses and towers.
  • Helps defend allied bases.
  • Will share its spare resources with allies.
  • It's relatively defensive, especially in Classical Age and Heroic Age.
  • Online friendly.
  • Fully supports the Chinese expansion.
  • And loads of other tweaks.

  • EXTRA by Retherichus:
    For Changes and Tweaks that I've personally added to this Ai,
    please see Change Notes! ( it may not be up to date though! )
    Thank you!

    And a special thanks goes to Junior, StinnerV, WarriorMario and Mythicfreak for making all this possible! (:

    Original project: http://aom.heavengames.com/downloads/showfile.php?fileid=10078
    _______________________________________________________________
댓글 260
Cilantro 2024년 3월 17일 오후 7시 10분 
@junior @retherichus @stinnerv @warriormario @mythicfreak
Is this the repository you use for the mod? https://github.com/Retherichus/AoModAI
It has the right name, but I only see one contributor on the git history, which makes me think the real repository is hosted elsewhere.

My wife and I play together often and really like this, but like many people here have mentioned, there are a few nice to have improvements and I was hoping to make a few pull requests to implement the ones I would really enjoy.

Also, if you don't mind - I'm not sure where I would find the tooling for coding in this. How do you test / debug?
In the documentation on the xs language, it appears they recommend you use the actual game to debug, using the editor mode [ https://ugc.aoe2.rocks/general/xs/programmer/#11-in-a-custom-scenario ]. Surely that can't be right? That would be incredibly cumbersome and take forever, I must be missing something here.
=Kugle= 2024년 2월 18일 오후 11시 24분 
BigWhite 2024년 2월 18일 오전 10시 11분 
How do I download it?
Melanippe 2024년 2월 3일 오후 1시 45분 
how to download it?
Nerdis Brutalis 2024년 1월 22일 오전 9시 08분 
The mod is great in terms of AI defense. The AI make houses around the towers and generally make really good bases. Also they rebuild stuff fast and have a huge economy. They only problem is that they dont ever attack because their build order is too focused on villagers.
Vojumir 2023년 12월 2일 오후 4시 05분 
Hello! Thank you for the fantastic mod!

I had 2 questions:

1) Is it possible to make the AI not idle villagers on cleared-out islands, on water maps? And have them move to un-mined islands?
Once the resources are gone, they just... tend stand there, with dozens of villagers doing nothing. A way to make them head to other islands when this happens, if at all reasonably possible, would be great!

2) Is there any way that I could re-add some degree of handicap back to them, for a greater challenge? I can do that with the vanilla AI files, but AoModAI's are too different.

I ask because the Titan +100% handicap increase is too big a difficulty spike (while Hard is generally too easy/exploitable).


*I also noticed the AI doesn't seem to build more than 1 dock on water maps (which cripples their ship output) or intentionally build towers close to the shore, but I imagine this might be tricky to implement. Figured I should mention it, in the off-chance you weren't already aware.
UnLapinDeGaren 2023년 11월 5일 오전 7시 47분 
hi, thks for this great mod nice job.
i have a question, it's normal in all game i m focusing by the AI? i put 6 AI "2vs2vs2" but everyone want to kill and they rush my base all the time.
eneshz 2023년 10월 28일 오후 4시 01분 
Greetings!
First of all, I must say I have been enjoying this AI for so many years now. Really appreciate work that's been put into this project.
As AIs battling each other it came to my attention that there are some minor tweaks in micro. For instance when it's clearly possible to destroy an enemy TC(in the main base or not), AI units are just stalling around and targeting other enemy units only and that just really slows down all the progress. Even in some cases the defending AI will recover from the attack because of the slow progress! It's just a bit annoying. I don't know how you can prioritize TCs though.
Junior  [작성자] 2023년 10월 25일 오후 1시 49분 
@Android go to you game folder, Age of Mythology\mods\AoModAi\ai2 open the file AoModAiExtra.xs
and change the extern bool bWallUp = true;extern bool gWallsInDM = true; extern bool bWallAllyMB = true; all of then to false,

they may still do walls sometimes but they will not be "Forced" to always make walls.
Junior  [작성자] 2023년 10월 25일 오후 1시 43분 
@huston.jake
king of the hill is supported for aomod and it supports the default map, but we don't know a way to make it automatic detect its a king of the hill map, so if you make a custom king of the hill map you need to add support manually editing the files of the AI.

you custom map can be a mix of all of the above, for example the settlers random map from the workshop starts without a town center, and with a boat, so the ai will run the migration script with the nomad script, it will first migrate and then run nomad script.