PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Problem mit make_puppet



Tirenicon
22.04.05, 21:11
Ich habe ein Problem, und zwar möchte ich in einem Event erst mit England (Und somit mit der ganzen Allianz) Frieden schließen und in einem Nachfolgeevent England zur Marionette machen. Das funktioniert(e) auch prima, zumindest in Version 1.1 .
Seit ich jedoch den patch 1.2 habe und das ganze nochmal versuche, stürzt HOI immer ab wenn das Event triggert in dem der Command "make_puppet" drinsteht.

Woran könnte das liegen? Vichy kann ich problemlos per Trigger marionettieren, bloß England verursacht einen Crash.

Shanon
22.04.05, 21:23
Vielleicht liegt es daran, dass England Marionetten hat?
oder weil England Allianzführer der Allies ist?

Jaycee
22.04.05, 21:26
Postet doch mal den Event hier.

Tirenicon
23.04.05, 10:50
Ok, das ist der Event.
Vielleicht sollte ich dazu sagen, dass eure NewOrderEvents die Grundlage dafür sind; Ich bin Momentan dabei diese für mich ein wenig zu modifizieren.


event = {
id = 100001
random = no
country = ENG
trigger = {
control = { province = 485 data = GER }
control = { province = 479 data = GER }
control = { province = 300 data = GER }
control = { province = 56 data = GER }
control = { province = 510 data = GER }
control = { province = 20 data = GER }
control = { province = 21 data = GER }
control = { province = 11 data = GER }
control = { province = 19 data = GER }
control = { province = 10 data = GER }
control = { province = 9 data = GER }
control = { province = 16 data = GER }
control = { province = 14 data = GER }
control = { province = 6 data = GER }
control = { province = 32 data = GER }
control = { province = 326 data = GER }
control = { province = 515 data = ITA }
control = { province = 525 data = ITA }
control = { province = 526 data = ITA }
control = { province = 361 data = VIC }
control = { province = 320 data = VIC }
exists = VIC
war = { country = ENG country = GER }
alliance = { country = GER country = ITA }
NOT = { alliance = { country = ENG country = VIC } }
}

name = "England kapituliert vor den Achsenmächten"
desc = "text100001"

style = 0
picture = "partition_of_england"

date = { day = 1 month = january year = 1936 }
offset = 3
deathdate = { day = 30 month = december year = 1947 }

action_a = {
name = "Ja, wir müssen kapitulieren"
command = { type = relation which = USA value = -25 }
command = { type = relation which = SOV value = -25 }
command = { type = trigger which = 100002 }
}
action_b = {
name = "Nein, wir kämpfen bis zum bitteren Ende"
command = { type = dissent value = 35 }
command = { type = relation which = USA value = 20 }
command = { type = relation which = SOV value = 20 }
command = { type = relation which = FRA value = 20 }
}
}


event = {
id = 100002
random = no
country = GER

#triggered by 100001

name = "Das Vereinigte Königreich kapituliert"
desc = "text100002"

style = 0
picture = "bitter_peace"

action_a = {
name = "Wir akzeptieren das Angebot"
command = { type = sleepevent which = 13 }
command = { type = sleepevent which = 66 }
command = { type = peace which = ENG value = 0 }
command = { type = trigger which = 100003 }
}
action_b = {
name = "Nein, kein Frieden mit England"
command = { type = dissent value = 15 }
}
}


event = {
id = 100003
random = no
country = ENG

#triggered by 100002

name = "England gibt auf"
desc = "text100003"

style = 0
picture = "constitutional"

action_a = {
name = "Ok"
command = { type = leave_alliance }
command = { type = trigger which = 100011 }
command = { type = headofstate which = 1032 }
command = { type = headofgovernment which = 1042 }
command = { type = foreignminister which = 1049 }
}
}


event = {
id = 100004
random = no
country = BHU
trigger = {
ispuppet = BHU
event = 100003
}

name = "Bhutan wird autonom"
desc = "text100004"

style = 0
picture = "military_parade"

date = { day = 1 month = january year = 1936 }
offset = 1
deathdate = { day = 30 month = december year = 1947 }

action_a = {
name = "Es lebe Bhutan"
command = { type = end_puppet }
}
}


event = {
id = 100005
random = no
country = NEP
trigger = {
ispuppet = NEP
event = 100003
}

name = "Nepal wird autonom"
desc = "text100005"

style = 0
picture = "military_parade"

date = { day = 1 month = january year = 1936 }
offset = 1
deathdate = { day = 30 month = december year = 1947 }

action_a = {
name = "Es lebe Nepal"
command = { type = end_puppet }
}
}


event = {
id = 100006
random = no
country = IRQ
trigger = {
ispuppet = IRQ
event = 100003
}

name = "Der Irak wir autonom"
desc = "text100006"

style = 0
picture = "military_parade"

date = { day = 1 month = january year = 1936 }
offset = 1
deathdate = { day = 30 month = december year = 1947 }

action_a = {
name = "Es lebe der Irak"
command = { type = end_puppet }
}
}


event = {
id = 100007
random = no
country = ENG
trigger = {
NOT = { exists = IRQ }
event = 100003
}

name = "Der Irak erklärt sich unabhängig"
desc = "text100007"
style = 0
picture = "iraq"

date = { day = 1 month = january year = 1936 }
offset = 1
deathdate = { day = 30 month = december year = 1947 }

action_a = {
name = "Ok"
command = { type = independence which = IRQ value = 1 }
command = { type = sleepevent which = 100006 }
}
}


event = {
id = 100008
random = no
country = ENG
trigger = {
NOT = { exists = PER }
event = 100003
}

name = "Persien erklärt sich unabhängig"
desc = "text100008"
style = 0
picture = "iraq"

date = { day = 1 month = january year = 1936 }
offset = 1
deathdate = { day = 30 month = december year = 1947 }

action_a = {
name = "Ok"
command = { type = independence which = PER value = 1 }
}
}


event = {
id = 100009
random = no
country = ENG
trigger = {
NOT = { exists = IND }
event = 100003
}

name = "Indien erklärt sich unabhängig"
desc = "text100009"

style = 0
picture = "india"

date = { day = 1 month = january year = 1936 }
offset = 1
deathdate = { day = 30 month = december year = 1947 }

action_a = {
name = "Ok"
command = { type = independence which = IND value = 1 }
command = { type = removecore which = 1477 }
command = { type = removecore which = 1510 }
command = { type = removecore which = 1494 }
command = { type = removecore which = 1481 }
command = { type = removecore which = 1480 }
command = { type = removecore which = 1465 }
command = { type = removecore which = 1466 }
command = { type = removecore which = 1479 }
command = { type = removecore which = 1482 }
command = { type = removecore which = 1483 }
command = { type = removecore which = 1475 }
command = { type = removecore which = 1476 }
command = { type = removecore which = 1478 }
command = { type = removecore which = 1469 }
command = { type = removecore which = 1470 }
command = { type = removecore which = 1471 }
command = { type = removecore which = 1472 }
command = { type = removecore which = 1456 }
command = { type = removecore which = 1468 }
command = { type = removecore which = 1467 }
command = { type = removecore which = 1464 }
command = { type = removecore which = 1463 }
command = { type = removecore which = 1474 }
command = { type = removecore which = 1460 }
command = { type = removecore which = 1459 }
command = { type = removecore which = 1457 }
command = { type = removecore which = 1458 }
command = { type = removecore which = 1461 }
command = { type = removecore which = 1508 }
command = { type = removecore which = 1462 }
command = { type = removecore which = 1505 }
command = { type = removecore which = 1506 }
command = { type = removecore which = 1507 }
command = { type = removecore which = 1509 }
command = { type = removecore which = 1511 }
command = { type = removecore which = 1512 }
command = { type = removecore which = 1513 }
command = { type = removecore which = 1514 }
command = { type = removecore which = 1515 }
command = { type = removecore which = 1516 }
command = { type = removecore which = 1517 }
command = { type = removecore which = 1518 }
command = { type = removecore which = 1519 }
command = { type = removecore which = 1284 }
command = { type = removecore which = 1285 }
command = { type = removecore which = 1286 }
command = { type = removecore which = 1287 }
command = { type = removecore which = 1288 }
command = { type = removecore which = 1289 }
command = { type = removecore which = 1290 }
command = { type = removecore which = 1291 }
command = { type = removecore which = 1898 }
command = { type = removecore which = 1304 }
command = { type = removecore which = 1295 }
command = { type = removecore which = 1296 }
command = { type = removecore which = 1301 }
command = { type = removecore which = 1302 }
command = { type = removecore which = 1345 }
command = { type = removecore which = 1299 }
command = { type = removecore which = 1298 }
command = { type = removecore which = 1300 }
command = { type = removecore which = 1292 }
command = { type = removecore which = 1454 }
command = { type = removecore which = 1297 }
command = { type = removecore which = 1878 }
command = { type = removecore which = 1877 }
}
}


event = {
id = 100010
random = no
country = ENG
trigger = {
NOT = { exists = BUR }
event = 100003
}

name = "Burma erklärt sich unabhängig"
desc = "text100010"

style = 0
picture = "india"

date = { day = 1 month = january year = 1936 }
offset = 1
deathdate = { day = 30 month = december year = 1947 }

action_a = {
name = "Ok"
command = { type = independence which = BUR value = 1 }
}
}


event = {
id = 100011
random = no
country = GER

#triggered by 100003

name = "England unterzeichnet die Kapitulation"
desc = "text100011"

style = 0
picture = "german_marginal_victory"

action_a = {
name = "Wunderbar"
command = { type = make_puppet which = VIC }
command = { type = dissent value = -50 }
command = { type = trigger which = 100012 }
}
}


event = {
id = 100012
random = no
country = GER

#triggered by 100011

name = "Belgien und die Niederlande kapitulieren"
desc = "text100012"

style = 0
picture = "denmark"

action_a = {
name = "Gut"
command = { type = inherit which = BEL }
command = { type = inherit which = HOL }
}
}


event = {
id = 100013
random = no
country = GER
trigger = {
event = 100009
}

name = "Deutschland gebietet über Europa"
desc = "text100013"

style = 0
picture = "law"

date = { day = 1 month = january year = 1936 }
offset = 2
deathdate = { day = 30 month = december year = 1947 }

action_a = {
name = "Jawohl, ordnen wir Europa neu"
command = { type = trigger which = 100014 }
}
action_b = {
name = "Nein, das ist nicht notwendig"
command = { }
}
}


event = {
id = 100014
random = no
country = GER

#triggered by 100013

name = "Eine neue Ordnung in Europa"
desc = "text100014"

style = 0
picture = "constitutional"

action_a = {
name = "Gut"
command = { type = make_puppet which = ENG }
}
}

So, und immer wenn ich event 100014 im Spiel bestätige schmiert das Spiel ab und ich lande wieder in windoof.