Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
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.