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

















For example, the Longswordsman has 5 more Strength than a Swordsman. But a Hypaspist already has 3 more Strength than a Swordsman as well, as a basis. When besieging a district, it gets +5 strength, and the higher support strength also means that as long as it is next to two friendly units, it is already as good as a Longswordsman. With the besieging bonus or even more friendly units adjacent, it can be stronger than a Longswordsman. That's why I made it so that you can build them all the way until you unlock Men-At-Arms.
The Hetairoi now replaces the Cataphract. It should still upgrade to a Knight, the unit coming right after, so no upgrade is jumped over here.
Would it be ok if I created a workshop mod with this change? (would still require your mods as dependencies)
For instance, the greek hoplites still upgrade to pikemen instead of heavy spearmen, as if your mod did not register them as spearmen.
The lines of SQL I provided will assign the correct 6T upgrade path to all unique units, modded or not.
So in short, yes, it would add support for all unique units, past present and future, modded or not.
I managed to tinker around and get unique units working. At first I just manually added the UpgradePaths for my played civs, which seems to be what you have done.
But I couldnt help but think that there must be a way to do it for all unique units in one statement. And sure enough, I found a way. So far it seems to be working properly, I browsed the in game civ-clopedia (or whatever its called), and the upgrade paths all look good. Should also work for future / modded civs
Here is what I came up with: https://pastebin.com/Zn3iZK4J
I added these lines in the Core/[...]_Units.sql files, just under the `-- UnitUpgrades` block
Hope this helps!