安装 Steam						
					
				
				
									登录
											 | 
						语言
						
																																															繁體中文(繁体中文)
																													日本語(日语)
																													한국어(韩语)
																													ไทย(泰语)
																													български(保加利亚语)
																													Čeština(捷克语)
																													Dansk(丹麦语)
																													Deutsch(德语)
																													English(英语)
																													Español-España(西班牙语 - 西班牙)
																													Español - Latinoamérica(西班牙语 - 拉丁美洲)
																													Ελληνικά(希腊语)
																													Français(法语)
																													Italiano(意大利语)
																													Bahasa Indonesia(印度尼西亚语)
																													Magyar(匈牙利语)
																													Nederlands(荷兰语)
																													Norsk(挪威语)
																													Polski(波兰语)
																													Português(葡萄牙语 - 葡萄牙)
																													Português-Brasil(葡萄牙语 - 巴西)
																													Română(罗马尼亚语)
																													Русский(俄语)
																													Suomi(芬兰语)
																													Svenska(瑞典语)
																													Türkçe(土耳其语)
																													Tiếng Việt(越南语)
																													Українська(乌克兰语)
																									报告翻译问题
							
						
 
											 
													







I fixed it by replacing TradeRoutesText.sql with the following: https://pastebin.com/R3Tv4MQC
I added LoadOrder with a value of 2 to Traderoutes.modinfo in the steam mods folder, like this:
<UpdateDatabase id="Gameplay">
<File>TradeRoutes.sql</File>
<Properties>
<LoadOrder>2</LoadOrder>
</Properties>
</UpdateDatabase>
Doesn't seem to affect saved games, however.
It doesn't work. No errors on database.log or modding.log however.
@fluffgar that's true only without Rise and Fall or Gathering Storm. The real reason is that you need to specify a load order that makes the mod load later than the expansions so that the mods gets to override the needed files.
<CompatibleVersions>2.0</CompatibleVersions>