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
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'