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
I guess technology-wise that makes sense. But that's the main reason I installed this.
@shrggur add this line to any mod that uses SQL:
DELETE FROM Route_ResourceCosts WHERE RouteType = 'ROUTE_RAILROAD' AND ResourceType = 'RESOURCE_COAL';
That'll remove coal cost from building railroads. I personally went a diff route, I have the game auto build railroads (the game switches roads between eras but doesn't for railroads). So I can choose to build some myself and get the coal cost, or wait it out for the era change and the game will switch them for me. For that it's
UPDATE Routes_XP2 SET BuildOnlyWithUnit = 0 WHERE RouteType = 'ROUTE_RAILROAD';
At modern era it'll change roads to railroads
PP_Environment_Gameplay.sql
Line 201: UnitAbilityType should be AbilityType
I dunno how you do it. You do such an insane amount of work to create all these unique experiences, it must be an absolute nightmare to get it all together and working. Much respect.