PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Steiners Österreich Problem



General Steiner
16.09.06, 15:39
Werte Regenten!

Ich habe heute versucht ein paar events für Österreich umzuschreiben, sagen wir mal zum warm werden für einen Österreich Mod -allerdings entschloß sich mein DD kurzer Hand sich aufzuhängenb kann mir jemand von den erfahrern Modder sagen woran das liegt?



#####################################
# Anschluss of Austria - WAR
#####################################
event = {
id = 888888888001
random = no
country = GER
# Triggered by AUS 2100
name = "Die Österreicher leisten gewaltsamen Widerstand"
desc = "Die Österreich haben das Feuer auf die Vorrückenden deutschens Verbände eröffnet. Der Rest der Welt verurteilt unser Vorgehen aufs schärfste. Wir befinden uns jetzt im Krieg mit unseren Brüdern...."
style = 0
picture = "widersatnd_aus"

action_a = {
name = "Dies ist ein Bruderkrieg..."
command = { type = war which = AUS }
command = { type = domestic which = interventionism value = 2 }
command = { type = domestic which = defense_lobby value = 4 }
command = { type = relation which = FRA value = -150 }
command = { type = relation which = ENG value = -150 }
command = { type = relation which = USA value = -40 } # changed for 1.3
command = { type = relation which = SOV value = -15 } # new for 1.3
command = { type = relation which = POL value = -200 } # new for 1.3
command = { type = relation which = CZE value = -200 } # new for 1.3

}


#########################################################################
# Anschluss
#########################################################################
event = {
id = 2100
random = no
country = AUS

# Triggered by GER 2020

name = "EVT_2100_NAME"
desc = "EVT_2100_DESC"
style = 0
picture = "anchsluss"

action_a = {
name = "ACTIONNAME2100A" # Become part of the Greater Reich (Game Over)
ai_chance = 80
command = { type = trigger which = 2001 } # GER
}
action_b = {
name = "ACTIONNAME2100B" # Join the Axis
ai_chance = 5
command = { type = alliance which = GER }
command = { type = access which = GER }
command = { type = dissent value = 10 }
command = { type = relation which = ITA value = 15 }
command = { type = set_domestic which = democratic value = 2 }
command = { type = set_domestic which = political_left value = 1 }
command = { type = domestic which = freedom value = -2 }
command = { type = trigger which = 2002 } # GER
command = { type = headofstate which = 23043 }
command = { type = headofgovernment which = 23050 }
command = { type = foreignminister which = 23060 }
command = { type = armamentminister which = 23071 }
command = { type = ministerofsecurity which = 23085 }
command = { type = ministerofintelligence which = 23096 }
command = { type = chiefofstaff which = 23106 }
command = { type = chiefofarmy which = 23117 }
command = { type = chiefofnavy which = 23125 }
command = { type = chiefofair which = 23010 }
command = { type = addcore which = 470 } # The rest of the Czech Republic
command = { type = addcore which = 468 }
command = { type = addcore which = 469 }
command = { type = addcore which = 475 }
command = { type = sleepevent which = 2040 }
}
action_c = {
name = "ACTIONNAME2100C" # Austria shall remain independent
ai_chance = 2
command = { type = dissent value = 40 }
command = { type = relation which = GER value = -125 }
command = { type = relation which = ITA value = 15 }
command = { type = relation which = ENG value = 5 }
command = { type = relation which = FRA value = 5 }
command = { type = set_domestic which = democratic value = 1 }
command = { type = set_domestic which = political_left value = 2 }
}
action_d = {
name = "Wir werden der Gewalt nicht weichen!" # What they will not give, we shall take!
ai_chance = 13
command = { type = war which = GER }
command = { type = domestic which = interventionism value = 1 }
command = { type = relation which = FRA value = 50 }
command = { type = relation which = ENG value = 50 }
command = { type = relation which = USA value = 20 } # changed for 1.3
command = { type = relation which = SOV value = 30 } # new for 1.3
command = { type = relation which = POL value = 150 } # new for 1.3
command = { type = relation which = CZE value = 150 } # new for 1.3
command = { type = trigger which = 888888888001 } # GER

}
}


#########################################################################
# Outlaw the Communist Parties
#########################################################################
event = {
id = 999999999002
random = no
country = AUS
trigger = { ai = no

}
name = "EVT_1016R_NAME"
desc = "EVT_1016R_DESC"
picture = "outlaw_communist_party"
style = 0

action_a = {
name = "ACTIONNAME1016A"
command = { type = domestic which = political_left value = 0 }
}
action_b = {
name = "ACTIONNAME1016B"
command = { type = domestic which = political_left value = -2 }
}
}
#########################################################################
# Outlaw the NSDAP
#########################################################################
event = {
id = 999999999001
random = no
country = AUS
trigger = { ai = no

}

date = { day = 20 month = april year = 1936 }
offset = 2
deathdate = { day = 30 month = december year = 1947 }
name = "Erneuerung des Verbots der NSDAP"
desc = "Im Anschluß an das Attentat auf Kanzler Dolfuß wurden harte Maßnahmen gegen die ohnehin verbotene NSDAP ergriffen. Mitglieder wurden verhaftet,interniert und viele hingerichtet. Außerdem wurden viele Popaganda und Bildungs Kampagnen gestartet um das österreichische Selbstbewußstsein zu stärken.Diese Arbeit wurde nun Abgeschloßen und zeigt ihre Auswirkungen."
picture = "outlaw_nsdap"
style = 0

action_a = {
name = "Österreich ist österreichisch!"
command = { type = domestic which = political_left value = 2 }
}

}

Danke im Voraus

Steiner

gulaschkoenig
16.09.06, 16:49
Viiiiiiiiiiiiiiiiiiiiiiiiiiel zu lange ID`s Ö_Ö

General Steiner
16.09.06, 17:17
Die vermutung hatte ich auch schon aber ich dachte mir das müsste doch egal sein ;)

Wie lange dürfen die den sein?

Al. I. Cuza
16.09.06, 18:14
etwa 7 charaktere sollten genuegen

Spocky
16.09.06, 21:22
event 1 : Die Anzahl der sich öffnenden Klammern muß gleich der sich schließenden sein ;)

Spocky

lazlow
16.09.06, 21:41
Übrigens möchte ich wissen was "Popaganda" ist :D

General Steiner
17.09.06, 12:12
Das selbe wie PROPAGANDA aber gesungen -in einem fürchterlichen Stil.

General Steiner
27.09.06, 10:22
Eine weitere Frage: Ich hab das Anschluß event so abgeändert das die Möglichkeit besteht das Österreich Krieg führt (AI Chance auf ca. 10%) (den dann aber die Deutschen als Agressoren beginnen) - allerdings tut keine der beiden Natione etwas da sie einen Nichtangriffspakt haben, wie lautet der Befehl diesen aufzuheben?

Und weiß jemand welche Auswirkungen das hat wen Deustchland Österreich kriegerisch Annektiert? (Mit Augenmerk auf das Abkomemn von München bzw. das Ende der CSSR)?

Al. I. Cuza
27.09.06, 11:05
es gibt so viel ich weiss keine negativen auswirkungen, wenn deutschland oesterreich kriegerisch annektiert. alle events kommen wie bestimmt, so ist es mir mindestens ergangen. mit tschechien auch.

Preussenhusar
27.09.06, 11:22
command = { type = end_agression which = GER where = AUS }

sollte es sein !

PH

General Steiner
27.09.06, 13:13
Danke schön - wenn meine Prüfung vorbei ist werden dazu scihe noch ein paar Fragen kommen.