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






do you take mod commissions?
there's a civ mod from civ5 i really want brought to civ6
Is it possible to get TSL for Play Europe Again map?
Sorry that it's so inconvenient for you, but overall this is the most flexible solution that allows everyone to do it the way they want.
You will also value contextual unity and concordance between the overall game and mods when creating mods as a mod creator.
Your opinion is a good idea, but wouldn't it be a good idea to consider the overall context of this game?
You can check in Leugi's city style list
here~
https://docs.google.com/document/d/1L52DaQLGMsymHmSbD_w_3F8pAo4c-W9d5MyBRcM2p80/edit
> and change culture 'AncientWood' to 'AncientEarth'
why this though?
CREATE TABLE IF NOT EXISTS StartPosition (MapName TEXT, Civilization TEXT, Leader TEXT, X INT default 0, Y INT default 0);
INSERT INTO StartPosition
(Civilization, MapName, X, Y)
VALUES ('CIVILIZATION_JNR_BAVARIA', 'GiantEarth', 20, 66),
('CIVILIZATION_JNR_BAVARIA', 'GreatestEarthMap', 50, 50),
('CIVILIZATION_JNR_BAVARIA', 'LargestEarth', 25, 83);
CREATE TABLE IF NOT EXISTS SG_Civ_Assignments (
SG_CivilizationType text,
SG_LeaderCategory text,
PRIMARY KEY (SG_CivilizationType)
);
INSERT OR REPLACE INTO SG_Civ_Assignments
(SG_CivilizationType, SG_LeaderCategory)
VALUES ('CIVILIZATION_JNR_BAVARIA', 'SG_LEADER_CENTRAL_EUROPEAN');
and change culture 'AncientWood' to 'AncientEarth'