Steam installeren
inloggen
|
taal
简体中文 (Chinees, vereenvoudigd)
繁體中文 (Chinees, traditioneel)
日本語 (Japans)
한국어 (Koreaans)
ไทย (Thai)
Български (Bulgaars)
Čeština (Tsjechisch)
Dansk (Deens)
Deutsch (Duits)
English (Engels)
Español-España (Spaans - Spanje)
Español - Latinoamérica (Spaans - Latijns-Amerika)
Ελληνικά (Grieks)
Français (Frans)
Italiano (Italiaans)
Bahasa Indonesia (Indonesisch)
Magyar (Hongaars)
Norsk (Noors)
Polski (Pools)
Português (Portugees - Portugal)
Português - Brasil (Braziliaans-Portugees)
Română (Roemeens)
Русский (Russisch)
Suomi (Fins)
Svenska (Zweeds)
Türkçe (Turks)
Tiếng Việt (Vietnamees)
Українська (Oekraïens)
Een vertaalprobleem melden
Took me like 45 minutes to write them all and 2-3 hours to test it in game and fix some stuff. As far as I can see it works. The only issues are that when you are in a war with a minor faction, sometimes the rivalry counter increases by the intended amount but the change counter stays at (-5) and it still says you cannot crusade against the minor factions but doesn't matter it works anyway.
Thanks a lot for the guidance! Lovely mod. Can't stop playing Bretonnia because of you :D
Is there a link that shows me which faction has which factionname code?
(part 1 of 2)
Let's add another High Elf faction as an example. You will need the key from the factions table in the pack file as this is used as our key in the collection the lua code manages.
wh2_main_hef_cothique
We are adding Cothique as a valid crusade target.
1. Go to the section of the InitValidCrusadeTargetsCollection() function where the High Elves are added. It will be clearly marked. There should be 6 records.
2. Copy the top table.insert line which adds Tyrion's faction (Eataine). We take the top because we want to use it's TargetIconPath value.