Nice to see you around, Semi-Lobster! 
So are you content with EU3 now? Check out For the Glory?
So are you content with EU3 now? Check out For the Glory?
That wouldn't change the part about them getting crushed. They need to stay in the Eastern tech group where they belong (making them a superior tech power in the Muslim world and on par with nations like Poland/Lithuania/Russia) but Eastern troops need a tweak so they aren't such a pushover; Sweden shouldn't be able to run roughshod over Russia if both nations are at Land Tech 11, giving them Galloglaigh Infantry (xx2x41) v. Eastern Militia (xx1x21) or Mongol Bow (xx1111), respectively. Russia stands no chance, unless it has at least twice the army and manpower... and then it's really only just a crappy chance. LT 13 doesn't really change this too much, both get equally stronger, but, given how weak Eastern was, their percentage increase is higher. At LT 28 things get a bit more reasonable... but I don't think TUR could hang around until then, considering they usually get to deal with Austria.Perhaps they need their own unique tech group; it could have the same speed as Latin, but different troop types.
Isn't that the basic purpose of this?The AI probably wouldn't be able to handle the RR of westernization. It would be better if neighbor bonuses carried partially across tech groups so if Eastern tech group nation borders western ones they would get 50% of the normal neighbor bonus, Muslim tech group would get 25%, etc.
groups = {
western = {
modifier = 1.0
start_level = 3
}
eastern = {
modifier = 0.9
start_level = 3
}
muslim = {
modifier = 0.8
start_level = 6
}
indian = {
modifier = 0.5
start_level = 3
}
chinese = {
modifier = 0.4
start_level = 3
}
sub_saharan = {
modifier = 0.2
start_level = 1
}
new_world = {
modifier = 0.1
start_level = 0
}
}
Remove this from the Spanish_Missions.txt file and you should solve at least half the problem.Or a rescripting of the AI would be fine as well; tell the Castillian AI that it doesn't always have to grab all the land in sight!
continue_reconquista = {
type = country
allow = {
OR = {
tag = CAS
tag = SPA
}
religion = catholic
war = no
#no muslims in spain.
NOT = {
iberian_peninsula = {
owner = { religion_group = muslim }
}
}
226 = { owned_by = THIS } #We must own Gibraltar.
334 = { owner = { not = { religion_group = christian } } } #Tangiers
335 = { owner = { not = { religion_group = christian } } } #Melilla
1751 = { owner = { not = { religion_group = christian } } } #Ceuta
}
abort = {
335 = { owner = { religion_group = christian } } #Melilla
334 = { owner = { religion_group = christian } } #Tangiers
1751 = { owner = { religion_group = christian } } #Ceuta
or = {
335 = { not = { owned_by = this } } #Melilla
334 = { not = { owned_by = this } } #Tangiers
1751 = { not = { owned_by = this } } #Ceuta
}
}
success = {
334 = { owned_by = THIS } #Tangiers
335 = { owned_by = THIS } #Melilla
1751 = { owned_by = THIS } #Ceuta
}
immediate = {
add_temp_claim = 334
add_temp_claim = 335
add_temp_claim = 1751
}
abort_effect = {
remove_temp_claim = 334
remove_temp_claim = 335
remove_temp_claim = 1751
}
chance = {
factor = 1000
modifier = {
factor = 2
MIL = 6
}
modifier = {
factor = 2
MIL = 7
}
modifier = {
factor = 2
MIL = 8
}
modifier = {
factor = 10
idea = deus_vult
}
}
effect = {
army_tradition = 0.1
infamy = -5
}
}
The best way to keep them alive in my opinion is to remove the anti-turk missions from Austria.
Thrace is surrounded, so they switched their capital, but then they take the national decision to move their capital to Constantinople only to switch it back again almost immediately.
Lmao, when i read that i imagined the ottoman bureaucracy in wagons somewhere between capitals with a messenger arriving informing the leader of a yet another change in destination.
Also try taking Ceuta off them and giving it back to Morocco which will slow them down a lot even if they do start a war down there.If CAS/SPA doesn't start in on the northern Africans, they may not grow to be massive.
AI Ottomans need more of an incentive to take on the Mamluks et al instead of wasting time and resources in the Balkans.
Nice to see you around, Semi-Lobster!
So are you content with EU3 now? Check out For the Glory?
Lmao, when i read that i imagined the ottoman bureaucracy in wagons somewhere between capitals with a messenger arriving informing the leader of a yet another change in destination.
Fixed:someone really needs to fix the problem of the Ottomans constantly switching capitals. Thrace is surrounded, so they switched their capital, but then they take the national decision to move their capital to Constantinople only to switch it back again almost immediately.
country_decisions = {
make_constantinople_capital = {
potential = {
tag = TUR
owns = 151
NOT = { capital = 151 }
NOT = { has_country_flag = relocated_capital_constantinople }
151 = { NOT = { is_core = yes } }
}
allow = {
war = no
ADM = 5
monthly_income = 30
controls = 151
owns = 149 # Edirne
owns = 316 # Bithnyia
owns = 317 # Bursa
owns = 1764 # Burgas
}
effect = {
set_country_flag = relocated_capital_constantinople
stability = 1
capital = 151
add_core = 151
151 = {
culture = turkish
religion = sunni
rename_capital = Istanbul
}
}
ai_will_do = {
factor = 1
}
}
}