loup99 / WtWSMS

A Migrational Era Mod for CK2
https://forum.paradoxplaza.com/forum/index.php?forums/when-the-world-stopped-making-sense-mod.876/
Other
45 stars 33 forks source link

Make Odoacer's revolt landless #436

Closed IhateTrains closed 3 years ago

IhateTrains commented 3 years ago

Please test before merging.

loup99 commented 3 years ago

The issue with Odoacer remaining at war with a landless Romulus for years after taking Italy remains, although the other issues have indeed been fixed.

IhateTrains commented 3 years ago

The issue with Odoacer remaining at war with a landless Romulus for years after taking Italy remains

I couldn't reproduce this. Does this happen every time for you? Are you sure Romulus didn't just declare as a landless claimant?

loup99 commented 3 years ago

The issue with Odoacer remaining at war with a landless Romulus for years after taking Italy remains

I couldn't reproduce this. Does this happen every time for you? Are you sure Romulus didn't just declare as a landless claimant?

No, it is there in history from start, if I start with Odoacer at a later date. For example one year later in 477:

ck2_69

IhateTrains commented 3 years ago

Weird, I don't see this war if I start in 477. image

The war is scripted to end in 476:

name = "Odoacer's Invasion of Rome"

casus_belli = {
    casus_belli = odoacer_takeover_war
    actor = 55
    recipient = 96054
    landed_title = e_italy
    date = 476.1.1
}

476.1.1 = {
    add_defender = 96054
    add_attacker = 55
    start_war = yes
}

476.9.4 = {
    rem_attacker = 55
    rem_defender = 96054
    end_war = yes
}

Hovewer, the version from French submod has a wrong end date:

name = "L'invasion d'Odoacre de Rome"

casus_belli = {
    casus_belli = odoacer_takeover_war
    actor = 55
    recipient = 96054
    landed_title = e_italy
    date = 476.1.1
}

476.1.1 = {
    add_defender = 96054
    add_attacker = 55
    start_war = yes
}

479.1.1= {
    rem_attacker = 55
    rem_defender = 96054
    end_war = yes
}
loup99 commented 3 years ago

Ah, then that must be because I activated that sub-mod, sorry for the confusion, didn't realise it would modify this.