Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility with BBG #6

Closed
Infixo opened this issue Jan 26, 2023 · 0 comments
Closed

Compatibility with BBG #6

Infixo opened this issue Jan 26, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@Infixo
Copy link
Owner

Infixo commented Jan 26, 2023

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

@Infixo Infixo added the enhancement New feature or request label Jan 26, 2023
@Infixo Infixo closed this as completed in b857069 Apr 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant