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
insert into ModifierArguments (ModifierId, Name, Value)
values ('THEODORA_CULTURE_HOLY_SITE_1', 'YieldTypeToMirror', 'DISTRICT_IS_HOLYIELD_FAITHY_SITE')
"YieldTypeToMirror" should be "YIELD_FAITH" in all nine copies.
Sadly, it doesn't fix the issue. I don't have enough brains to figure it out. Maybe this "yield morror copies" approach doesn't work, idk...
from:
--Tlachtli
UPDATE Building_YieldChanges
SET YieldChange = 20
WHERE BuildingType='BUILDING_TLACHTLI';
to:
--Tlachtli
UPDATE Building_YieldChanges
SET YieldChange = YieldChange * 10
WHERE BuildingType='BUILDING_TLACHTLI';
Tlatchli gives 2 yields with different values, therefore 20 faith and 10 culture:
<Building_YieldChanges>
<Row BuildingType="BUILDING_TLACHTLI" YieldType="YIELD_FAITH" YieldChange="2"/>
<Row BuildingType="BUILDING_TLACHTLI" YieldType="YIELD_CULTURE" YieldChange="1"/>
</Building_YieldChanges>
from:
AND ModifierId = 'TRAIT_CIVILIZATION_GAUL_%_ADJACENCY%';
to:
AND ModifierId LIKE 'TRAIT_CIVILIZATION_GAUL_%_ADJACENCY%';
from:
AND ModifierId LIKE 'TRAIT_LEADER_ANTIQUES_AND_PARKS%';
to:
AND ModifierId LIKE 'TRAIT_ANTIQUES_AND_PARKS%';
UPDATE Adjacency_YieldChanges
SET YieldChange = YieldChange * 10
WHERE ID = 'Mine_ScienceSeowonAdjacency';
UPDATE Adjacency_YieldChanges
SET YieldChange = YieldChange * 10
WHERE ID = 'Farm_FoodSeowonAdjacency';
Just got everything working again.
Updated all changes from tontyoutoure (thanks again💓). Will start putting the changes into my x3 mod and look into some bugs, now that my IDE is set up again.
In gathering strom, it does not work
Could you fix the problem?
Thank for creating mod!
I've just noticed that teddy roosevlet bull moose ability is not fully boosted, at least for the science/culture given by breathtaking tiles (only base +2) (didn't check for the appeal but reading the files it seems only this part was boosted of the 2)
because of that the mods can't be played
Overall great mod. Keep it up!
Working on it right now!
@plasma
Thank you for reporting. I'll look into it.
Thanks for the great mod! Appreciate the work
I was on holidays and just checked and found, that Spiffing Brit dropped a video with my mod Q.Q
Update will drop very soon (☆U☆).