If I decleare war on one nation and another nation joins in against me, am I fighting a defensive war or an offensive war against the 3rd nation?
NitrateCupcake said:Im not talking about in philosophical terms but in game engine terms.
Nope. When a peace is reached but some of the war participants continue the war, a new war entry is created in the game if necessary. The country that signing the peace remains at war becomes the first in the new entry and therefore becomes the aggressor.Bodvar Jarl said:Does this make you the defender if you make sep peace with the one you dowed in the first place?
war = {
id = { type = 4712 id = 4614117 }
date = { year = 1582 month = june day = 20 }
enddate = { year = 1582 month = july day = 6 }
defenderscore = {
FRA = { }
HEL = { }
VEN = { }
SAV = { }
}
attackerscore = { SCO = { } FPR = { FRA = 1 } MST = { } }
attackers = {
id = { type = 4712 id = 4614115 }
type = war
startdate = { year = 1582 month = june day = 20 }
expirydate = { year = 0 month = january day = 0 }
participant = { SCO FPR MST }
}
defenders = {
id = { type = 4712 id = 4614116 }
type = war
startdate = { year = 1582 month = june day = 20 }
expirydate = { year = 0 month = january day = 0 }
participant = { FRA HEL VEN SAV }
}
}
NitrateCupcake said:So if we pretend 4 people are in a MP game, im England my ally is France and then there is Poland allied with Lithuania, France decleared war on Poland which makes me an aggressor, then France makes a independent peace with Poland, would that make me a defensive war against poland and lithuania?
The rules of war leader are different for humans in MP, as the alliance leader does not become the war leader by default. I do not play MP, so I am not sure of the answer to your question.NitrateCupcake said:So if we pretend 4 people are in a MP game, im England my ally is France and then there is Poland allied with Lithuania, France decleared war on Poland which makes me an aggressor, then France makes a independent peace with Poland, would that make me a defensive war against poland and lithuania?
war = {
id = { type = 4712 id = xxx }
attackers = {
participant = { FRA ENG }
}
defenders = {
participant = { POL LITH }
}
}
war = {
id = { type = 4712 id = xxx }
attackers = {
participant = { ENG }
}
defenders = {
participant = { POL LITH }
}
}
war = {
id = { type = 4712 id = xxx }
attackers = {
participant = { FRA }
}
defenders = {
participant = { LITH }
}
}
war = {
id = { type = 4712 id = yyy }
attackers = {
participant = { POL LITH }
}
defenders = {
participant = { ENG }
}
}
Fodoron said:Be aware that if you are on the defensive side and sign an independent peace treaty with the original country that DoW'ed you, automatically you become the aggressor for all the rest. Leave the peace treaty with the original aggressor for last.