Closed Infixo closed 1 year ago
One thing what needs to be improved, from my point of view:
Your mod is not compatible with Better Balanced Game https://steamcommunity.com/sharedfiles/filedetails/?id=1368312893
Is there possibility to fix it?
======
The problem is that both mods change Start Biases for some civs and it causes DB constraints errors.
You have to comment out 2 lines in one of the mods.
BBG, file base.sql, lines 1081-1082 --INSERT INTO StartBiasTerrains (CivilizationType , TerrainType , Tier) -- VALUES ('CIVILIZATION_JAPAN' , 'TERRAIN_COAST' , 2);
RST, file RealStrategy_Leaders.sql, lines 507-508 --INSERT INTO StartBiasTerrains (CivilizationType, TerrainType, Tier) VALUES --('CIVILIZATION_JAPAN', 'TERRAIN_COAST', 2);
Edit. Should be fixed by #35
One thing what needs to be improved, from my point of view:
Your mod is not compatible with Better Balanced Game https://steamcommunity.com/sharedfiles/filedetails/?id=1368312893
Is there possibility to fix it?
======
The problem is that both mods change Start Biases for some civs and it causes DB constraints errors.
You have to comment out 2 lines in one of the mods.
BBG, file base.sql, lines 1081-1082 --INSERT INTO StartBiasTerrains (CivilizationType , TerrainType , Tier) -- VALUES ('CIVILIZATION_JAPAN' , 'TERRAIN_COAST' , 2);
RST, file RealStrategy_Leaders.sql, lines 507-508 --INSERT INTO StartBiasTerrains (CivilizationType, TerrainType, Tier) VALUES --('CIVILIZATION_JAPAN', 'TERRAIN_COAST', 2);
Edit. Should be fixed by #35