安装 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(越南语)
Українська(乌克兰语)
报告翻译问题









Your "fix" completely breaks the mod. After making those changes in the TCUnitLimit.sql which you posted on 9 Aug/25 the icons on the top bar for unit limits are replaced with two counters; one for nuclear devices and one for thermonuclear devices.
Old:
1 CREATE TABLE ULE_HolyFormationClassUnits AS
2 SELECT UnitType FROM Units
3 WHERE TrackReligion='1' AND FormationClass='FORMATION_CLASS_CIVILIAN';
New:
3 WHERE (TrackReligion = '1') AND (FormationClass = 'FORMATION_CLASS_SUPPORT');
Then modified the line for support units as well, to make sure that it is pulling only support units that are not related to religion:
Old:
1 CREATE TABLE ULE_SupportFormationClassUnits AS
2 SELECT UnitType FROM Units
3 WHERE FormationClass='FORMATION_CLASS_SUPPORT';
New:
3 WHERE (TrackReligion = '0') AND (FormationClass='FORMATION_CLASS_SUPPORT')
@petr.surgay No. I use a mod for make building Settler harder