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
https://www.file-upload.net/download-14523858/AggrExpCB_l_german.yml.html
https://www.file-upload.net/download-14523860/AllyatwarCB_l_german.yml.html
https://www.file-upload.net/download-14523859/CultureCB_l_german.yml.html
https://www.file-upload.net/download-14523861/EnemywarCB_l_german.yml.html
https://www.file-upload.net/download-14523862/HostilityattCB_l_german.yml.html
https://www.file-upload.net/download-14523863/ReligiousCB_l_german.yml.html
https://www.file-upload.net/download-14523865/ReverseCoalitionCB_l_german.yml.html
https://www.file-upload.net/download-14523864/RivalriesCB_l_german.yml.html
https://www.file-upload.net/download-14523866/StrongerCB_l_german.yml.html
https://www.file-upload.net/download-14523867/ThreatCB_l_german.yml.html
https://www.file-upload.net/download-14523870/Trade_embargoCB_l_german.yml.html
#
[persistent.cpp:52]: Error: "Unexpected token: po_return_cores, near line: 16
" in file: "common/wargoal_types/AggrExpCB_wargoal_types.txt" near line: 16
The po_return_cores, po_release_vassals, po_release_annexed, etc have to be contained within peace_options. The peace options are not being constrained properly at the moment by any of the wargoal files. The peace_options should look something like the following for both the attacker and defender:
peace_options = {
po_return_cores
po_release_vassals
po_release_annexed
#po_annex
}
You also need to remove po_annex and po_become_protectorate because they were depreciated as wargoals.
[persistent.cpp:52]: Error: "Unexpected token: religion_group_claim, near line: 19
" in file: "common/cb_types/ReligiousCB_cb_types.txt" near line: 19
It looks like religion_group_claim was depreciated but I managed to get the Religious Differences CB working by commenting out line 19, uncommenting line 38, and commenting out line 40.
line19 #NOT = { religion_group_claim = FROM }
line38 NOT = {has_matching_religion = FROM }
line40 #at_war_with_religious_enemy = no
Maybe I will create sometimes an overview for all, but that's lot of work :D
@Ege: probably not
@jankoeken87: are you sure, that the mod has finished downloading (files are in mod folder) and the mod is activated in launcher? Rivalry CB is easy to test.
Need to fix it ^_^