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
C:\Program Files (x86)\Steam\steamapps\common\Sid Meier's Civilization VI\Base\Assets\Gameplay\Data and open Improvements.xml
at line 78 you should see
<Row ImprovementType="IMPROVEMENT_LUMBER_MILL" FeatureType="FEATURE_FOREST"/>
underneath this insert
<Row ImprovementType="IMPROVEMENT_LUMBER_MILL" FeatureType="FEATURE_JUNGLE"/>
SQL replace does not fix it.
GS still costs 30 €.
"Program Files (x86)\Steam\SteamApps\workshop\content\289070\882872836
JungleMill.sql
INSERT INTO Improvement_ValidFeatures (ImprovementType, FeatureType) VALUES ('IMPROVEMENT_LUMBER_MILL','FEATURE_JUNGLE');
->
replace to
->
UPDATE Improvement_ValidFeatures SET PrereqTech = NULL, PrereqCivic = NULL WHERE ImprovementType = 'IMPROVEMENT_LUMBER_MILL' AND FeatureType = 'FEATURE_JUNGLE'; "
I was then able to enable the mod with no error.
Thanks!
Program Files (x86)\Steam\SteamApps\common\Sid Meier's Civilization VI\DLC\Expansion2\Data
Expansion2_Improvements.xml
78 <Improvement_ValidFeatures>
79 <Row ImprovementType="IMPROVEMENT_LUMBER_MILL" FeatureType="FEATURE_JUNGLE" PrereqCivic="CIVIC_MERCANTILISM"/>
80 </Improvement_ValidFeatures>
this was added when 6/19 update.
Lumber mill be able to build on jungle when discovered mercantilism.
Work Around to avoid this issue:
Program Files (x86)\Steam\SteamApps\workshop\content\289070\882872836
JungleMill.sql
INSERT INTO Improvement_ValidFeatures (ImprovementType, FeatureType) VALUES ('IMPROVEMENT_LUMBER_MILL','FEATURE_JUNGLE');
->
replace to
->
UPDATE Improvement_ValidFeatures SET PrereqTech = NULL, PrereqCivic = NULL WHERE ImprovementType = 'IMPROVEMENT_LUMBER_MILL' AND FeatureType = 'FEATURE_JUNGLE';
Thanks by the way, it should be an option in the game menu lol
At this point i have no idea what could possibly be causing the crash i'm just hoping that you might be able to get an idea as to why it might be happening.
Thanks again!
This is a mod i can't play Civ without and i think it might be causing a crash in my games. I have been disabling the gameplay mods to try and find a culprit for the crashes and i believe it may be either this mod or Resourceful (or just a conflict between the two).
I have pasted the database.log in a pastebin here: https://pastebin.com/z4dLPbFT
If you need any specific info ask away and i'll see what i can do.
Thanks!
as my test it's doesnt work anymore