Cài đặt Steam
Đăng nhập
|
Ngôn ngữ
简体中文 (Trung giản thể)
繁體中文 (Trung phồn thể)
日本語 (Nhật)
한국어 (Hàn Quốc)
ไทย (Thái)
Български (Bungari)
Čeština (CH Séc)
Dansk (Đan Mạch)
Deutsch (Đức)
English (Anh)
Español - España (Tây Ban Nha - TBN)
Español - Latinoamérica (Tây Ban Nha cho Mỹ Latin)
Ελληνικά (Hy Lạp)
Français (Pháp)
Italiano (Ý)
Bahasa Indonesia (Indonesia)
Magyar (Hungary)
Nederlands (Hà Lan)
Norsk (Na Uy)
Polski (Ba Lan)
Português (Tiếng Bồ Đào Nha - BĐN)
Português - Brasil (Bồ Đào Nha - Brazil)
Română (Rumani)
Русский (Nga)
Suomi (Phần Lan)
Svenska (Thụy Điển)
Türkçe (Thổ Nhĩ Kỳ)
Українська (Ukraine)
Báo cáo lỗi dịch thuật
The hills thing is due to a conflict with a mod that increases the range of ranged units on hill hexes, though just making hills do the same thing in this mod would also work
UPDATE Districts SET PrereqTech='TECH_ENGINEERING', Cost=60, Housing=1, Maintenance=3 WHERE DistrictType='DISTRICT_CANAL';
Changing it to:
UPDATE Districts SET PrereqTech='TECH_ENGINEERING', PrereqCivic=NULL, Cost=60, Housing=1, Maintenance=3 WHERE DistrictType='DISTRICT_CANAL';
As it's normally a civic not a tech so that needs nulling.
UPDATE Terrains SET Hills=1 WHERE TerrainType IN ('TERRAIN_GRASS_HILLS', 'TERRAIN_PLAINS_HILLS', 'TERRAIN_TUNDRA_HILLS', 'TERRAIN_SNOW_HILLS', 'TERRAIN_DESERT_HILLS');
to
UPDATE Terrains SET Hills=0 WHERE TerrainType IN ('TERRAIN_GRASS_HILLS', 'TERRAIN_PLAINS_HILLS', 'TERRAIN_TUNDRA_HILLS', 'TERRAIN_SNOW_HILLS', 'TERRAIN_DESERT_HILLS');
Then you can create em on hills np
For the 2 people ever reading this, I made this mistake so you don't have to.
As for the comment from last year, I only just got around to splitting the continent. And failed.
This doesn't even work in a city that's not already connected to the first Panama Canal, What are the requirements for this feature to work?