• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

unmerged(8892)

Corporal
Apr 24, 2002
47
0
Visit site
Tried to better Charles war in Italy (do you remember anjou inheritage??). Well by now france army rush to toscana and napoli, but genova (that in 1494 is ever allied to some other country) never ally to france by event command.

______________________________________________________
event = {
id = 3105
trigger= { exists = NAP }
country = FRA
random = no
style = 1
name = "La discesa in Italia di Carlo VIII"
desc = "Carlo VIII forzato dalle decisioni di papa Giulio Borgia decide di scendere in Italia e riconquistare l'antica eredità degli Angiò: Napoli"
date = { day = 1 month = january year = 1494 }
offset = 30

action_a = {
name = "Napoli è nostra!"
command = { type = war which = NAP }
command = { type = war which = TOS }
command = { type = addcore which = 394 }
command = { type = addcore which = 393 }
command = { type = relation which = HAB value = -100 }
command = { type = relation which = SPA value = -100 }
command = { type = relation which = ENG value = -100 }
command = { type = relation which = VEN value = -100 }
command = { type = relation which = PAP value = -100 }
command = { type = relation which = NAP value = -200 }
command = { type = relation which = TOS value = -200 }
command = { type = relation which = GEN value = 100 }
command = { type = alliance which = GEN }
command = { type = trigger which = 15000 }
command = { type = relation which = SIE value = 100 }
command = { type = alliance which = SIE }
______________________________________________________

Tried to help by putting an event in genova's file, but still don't work!!!

______________________________________________________

event = {
id = 15000 #Triggered by FRA3105#

country = GEN
random = no
style = 1
name = "La discesa in Italia di Carlo VIII"
desc = "La gloriosa repubblica di Genova sfida il fato e si unisce all'avventura di Carlo VIII nella guerra per l'eredità angioina"
date = { day = 30 month = january year = 1494 }
offset = 30

action_a = {
name = "Italia trema!"
command = { type = alliance which = FRA }
}
action_b = {
name = "Preferiamo mantenerci neutrali"
}

______________________________________________________

I will be happy if someone could help me.
Thank u.
 
I'm going to guess that the "date" field is messing you up. Try removing both the "date" and the offset.

On a side note the alliance command will add France to Genoa's alliance, which means that the Sienna alliance from 3105 won't be there. I don't think your additional event is going to help the problem - Genoa should be added to the French alliance in 3105. Something else is wrong here. I may have to try it myself.

moderator: should this be in the modifications forum?

Could it be something with the 'war' command?
 
Last edited:
I'm going to guess that the "date" field is messing you up. Try removing both the "date" and the offset.

I don't want that the event shot at the beginn of the scenario, so i have to code a date and a offset.


Could it be something with the 'war' command?

The war command is the only way to force france to conquer napoli. In this way it is working super.

Is it really giving france to an alliance formed from genova whith other countries. I thought it was the other way (genova to france alliance).
 
Originally posted by lelextreme

event = {
id = 15000 #Triggered by FRA3105#

country = GEN
random = no
style = 1
name = "La discesa in Italia di Carlo VIII"
desc = "La gloriosa repubblica di Genova sfida il fato e si unisce all'avventura di Carlo VIII nella guerra per l'eredità angioina"
date = { day = 30 month = january year = 1494 }
offset = 30

action_a = {
name = "Italia trema!"
command = { type = alliance which = FRA }
}
action_b = {
name = "Preferiamo mantenerci neutrali"
}
Don't think you can have an empty action.
 
You can. I've done it - it looks funny but it works. Unless all the options have no choices, because then you don't get to hit 'OK'.

lelextreme on the date and offset I meant for event 15000 not event 3808. I know you don't need a date and offset for that event, and I don't know what they will do if they are there. I still can't work out why this doesn't work though.
 
Hi Isaac,
thank u for your help. I thought to the problem today. Could it be that genova don't ally to france cause it has still other allies?
Is it maybe impossible to break alliance if you command to a country A to join alliance to country B??
 
I'm not sure, but I don't think that is needed. Give it a try though! I'd like to see the Italian Wars actually happen for once.
 
Perhpas France must be in an alliance that it started.
 
He's saying maybe Brittany or Savoy is the alliance leader and that's causing the problem. I don't think so.