Page 1 of 1

AI and Rulesets

Posted: Mon Nov 19, 2018 8:23 am
by nutzer
What I haven't understood yet is what the relation is between AI modules and rulesets. One should assume that each ruleset would require somewhat different AI decisions. How is this solved in the program and are there distinct AI modules for each ruleset?

Re: AI and Rulesets

Posted: Mon Nov 19, 2018 3:36 pm
by Wahazar
Basically AI should follow changes in ruleset, similar to dynamically generated help files, but it depend on how large are these changes.
Rather no problem, if you add some new buildings with effects, new tech or new but properly defined unit.
But AI have no idea how to cope with capturable units or bombard units. It may also run into problems if you are manipulating with city radius.

Re: AI and Rulesets

Posted: Thu Nov 22, 2018 8:47 am
by nutzer
Thanks! - So can I take it that in the standard edition there is only one AI module that governs all rulesets? Cute! Another thing: are there any noteworthy alternate AI modules created and available? If yes, where are they located?

If I wanted to branch off somewhere for developing in the AI modules, which development branch should I preferably take?