PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Revolte erzwingen



Tirolerhut
15.07.08, 20:21
So, für eine kleine Mod würde ich gerne wissen, wie man eine Revolte in einer bestimmten Provinz erzwingen kann.
Bis vorhin dachte ich, das würde mit


command = { type = revolt which =xxx }

gehen, aber das verursacht irgendwie nur ne Fehlermeldung. Auch in der event_command-Liste ist das nicht drin. Gibts da irgendeinen anderen Befehl?

Und wenn ich schon mal dabei bin: wo kann ich die Namen der Einheiten (Panzer, Flugzeuge, Schiffe) ändern?
Bei den wichtigen Nationen wie dem DR, GB, USA, etc. haben die Schiff etc. doch besondere Namen (Seydlitz-Klasse, PzKpw. III, Renault was-auch-immer) Kleinere Nationen allerdings haben dort ein einfaches "Einfacher Kreuzer", "Leichter Panzer" etc. Kann man doch sicher ändern, ne?

Garfield
15.07.08, 21:02
Die Namen für die Klassen der Einheiten kann man in dem Technologiebaum ändern, das geht per Editor. Wo der das genau verändert müsste ich mir noch mal genauer ansehen.

Und für die Revolte hab ich noch ein Event von Abo im Hinterkopf, das werd ich gleich mal zitieren.

In 5 Minuten wissen Sie mehr werter Graf

Tirolerhut
15.07.08, 21:06
Jo, das man die Namen im Editor ändern kann, weiß ich, aber gibts auch noch nen anderen Weg die zu ändern?

Garfield
15.07.08, 21:12
Ad 1)


#########################################################################
# Rumänien existiert nicht mehr, Barbarossa läuft, Österreich hat Cores auf Rumänien
#########################################################################
event = {
id = 800096
random = no
country = U01
trigger = {

exists = UKR
war = { country = SOV country = U01 }
NOT = { exists = ROM }
random = 20
}

name = "EVT_800096_NAME"
desc = "EVT_800096_DESC"
style = 0
picture = "viribus4"

date = { day = 1 month = january year = 1936 }
offset = 14
deathdate = { day = 13 month = march year = 1964 }

action_a = {
name = "EVT_800096_ACTA"
command = { type = removecore which = 424 }
command = { type = province_revoltrisk which = 424 value = 50 }
command = { type = revolt which = 424 }
command = { type = removecore which = 425 }
command = { type = province_revoltrisk which = 425 value = 50 }
command = { type = revolt which = 425 }
command = { type = removecore which = 431 }
command = { type = province_revoltrisk which = 431 value = 50 }
command = { type = revolt which = 431 }
command = { type = removecore which = 426 }
command = { type = province_revoltrisk which = 426 value = 50 }
command = { type = revolt which = 426 }
command = { type = removecore which = 432 }
command = { type = province_revoltrisk which = 432 value = 50 }
command = { type = revolt which = 432 }
command = { type = removecore which = 436 }
command = { type = province_revoltrisk which = 436 value = 50 }
command = { type = revolt which = 436 }
command = { type = removecore which = 433 }
command = { type = province_revoltrisk which = 433 value = 50 }
command = { type = revolt which = 433 }
command = { type = removecore which = 435 }
command = { type = province_revoltrisk which = 435 value = 50 }
command = { type = revolt which = 435 }
command = { type = removecore which = 230 }
command = { type = province_revoltrisk which = 230 value = 50 }
command = { type = revolt which = 230 }
command = { type = removecore which = 434 }
command = { type = province_revoltrisk which = 434 value = 50 }
command = { type = revolt which = 434 }
command = { type = removecore which = 423 }
command = { type = province_revoltrisk which = 423 value = 50 }
command = { type = revolt which = 423 }
}
}

Bei Abo scheint das zu funktionieren, auf den ersten Blick weiß ich auch nicht weiter.

----------------------------------------------------------------------------------------

Neuigkeit

Die Namen der Technologien befinden sich in \config\models.csv

Tirolerhut
15.07.08, 22:47
Aha, funktioniert beides. Meinen Dank, werter Garfield.

schmoemi
16.07.08, 03:10
Jo, das man die Namen im Editor ändern kann, weiß ich, aber gibts auch noch nen anderen Weg die zu ändern?
Länderspezifische Einheitennamen sind in der Textdatei .\config \models.csv zu finden.