Hi,
has anyone recently tried to set the French AI to go for Little Entente?
As I did so, France did anything but not going that way.
A view in the FRA_alternate_strategy_plan.txt showed, that the AI behavior is not really surprising; as given in the file, it cannot work.
Is this a bug or do I have a corrupted game file?
Thanks a lot!
has anyone recently tried to set the French AI to go for Little Entente?
As I did so, France did anything but not going that way.
A view in the FRA_alternate_strategy_plan.txt showed, that the AI behavior is not really surprising; as given in the file, it cannot work.
Code:
FRA_alternate_plan_little_entente = {
name = "France alternate plan: France attempts to form the little entente"
desc = "Behavior for France if is set to form little entente"
enable = {
original_tag = FRA
OR = {
AND = {
ENG = { has_completed_focus = ENG_a_change_in_course }
NOT = { GER = { has_completed_focus = GER_oppose_hitler } }
}
has_country_flag = FRA_AI_DEMOCRATIC_ALTERNATE
has_game_rule = {
rule = FRA_ai_behavior
option = DEMOCRATIC_ALTERNATE
}
}
}
abort = {
OR = {
CZE = { exists = no }
CZE = { is_subject = yes }
}
}
ai_national_focuses = {
FRA_strengthen_the_little_entente
FRA_strengthen_government_support
FRA_metropolitan_france
#1937
FRA_industrial_expansion
FRA_algerie_france
#FRA_colonial_industry
FRA_military_factories
FRA_extra_research_slot
#1938
FRA_defensive_strategems
FRA_defensive_focus
FRA_invite_yugoslavia
FRA_invite_romania
#1939
FRA_fortification_focus
FRA_alpine_forts
FRA_infantry_focus
FRA_artillery_focus
FRA_heavy_armor_focus
#1940
FRA_army_reform
FRA_extra_research_slot_2
}
research = {
}
ideas = {
}
# Keep small, as it is used as a factor for some things (such as research needs)
# Recommended around 1.0. Useful for relation between plans
weight = {
factor = 1.0
modifier = {
factor = 1.0
}
}
}
Thanks a lot!