Good afternoon.
I want a Country Type to have no AI except the Galactic Council mechanics. I want it to vote and do nothing else but sit there unless attacked.
What Module do you need to do this?
This is the code right now:
Am I doing this right? What Module controls the Galactic Council, if any? Does the AI perform the Galactic Council checks even when it is disabled?
Thank you for any assistance you may render.
Deus Vult,
-TURTLESHROOM
I want a Country Type to have no AI except the Galactic Council mechanics. I want it to vote and do nothing else but sit there unless attacked.
What Module do you need to do this?
This is the code right now:
Code:
ai = {
enabled = yes
construction = no
can_use_market = no
colonizer = no
follow = no
government = yes
tech = yes
traditions = no
modules = {
foreign_minister_module
}
}
faction = {
neutral = yes
hostile = no
hostile_when_attacked = yes
needs_border_access = no
generate_borders = no
needs_colony = no
# space_creatures = yes
}
custom_diplomacy = yes
modules = {
basic_technology_module = {}
standard_event_module = {}
exclusive_diplomacy_module = { } # Nothing is allowed, but we need this for relationships.
all_technology_module = {}
}
Am I doing this right? What Module controls the Galactic Council, if any? Does the AI perform the Galactic Council checks even when it is disabled?
Thank you for any assistance you may render.
Deus Vult,
-TURTLESHROOM