VainApocalypse
Warlord
- Joined
- Aug 10, 2010
- Messages
- 245
Is there a way to replace TWO districts with one unique district?
If not, premsumably, you could make several unique buildings that are clones of those that go in the district to be blocked, put them in the new Unique District and put the blocked district behind a tech PreReq, but that all seems very sloppy.
If I try
the game crashes to the main-menu and throws this from the database
Ideas for merging districts?
If not, premsumably, you could make several unique buildings that are clones of those that go in the district to be blocked, put them in the new Unique District and put the blocked district behind a tech PreReq, but that all seems very sloppy.
If I try
Code:
<DistrictReplaces>
<Row CivUniqueDistrictType="DISTRICT_VN_CUSTOM" ReplacesDistrictType="DISTRICT_HARBOR"/>
<Row CivUniqueDistrictType="DISTRICT_VN_CUSTOM" ReplacesDistrictType="DISTRICT_COMMERCIAL_HUB"/>
</DistrictReplaces>
the game crashes to the main-menu and throws this from the database
Code:
[1365002.537] [Localization]: Validating Foreign Key Constraints...
[1365002.538] [Localization]: Passed Validation.
[1365002.555] [Configuration]: Validating Foreign Key Constraints...
[1365002.556] [Configuration]: Passed Validation.
[1365014.844] [FullTextSearch]: Initializing FullTextSearch
[1365015.313] [Gameplay]: Validating Foreign Key Constraints...
[1365015.322] [Gameplay]: Passed Validation.
[1365015.698] [Configuration] ERROR: no such table: Types
[1365015.698] [Configuration]: In Query - insert into Types('Type', 'Kind') values (?, ?);
[1365015.698] [Configuration]: In XMLSerializer while updating table Types from file District.xml.
[1365015.698] [Configuration] ERROR: no such table: Types
[1365015.699] [Configuration]: In Query - insert into Types('Type', 'Kind') values (?, ?);
[1365015.699] [Configuration]: In XMLSerializer while updating table Types from file False_Settler.xml.
[1365015.699] [Configuration] ERROR: no such table: Types
[1365015.699] [Configuration]: In Query - insert into Types('Type', 'Kind') values (?, ?);
[1365015.699] [Configuration]: In XMLSerializer while updating table Types from file Galleass.xml.
[1365015.701] [Configuration]: Validating Foreign Key Constraints...
[1365015.701] [Configuration]: Passed Validation.
[1365045.051] [FullTextSearch]: FTS - Creating Context
[1365051.581] [Gameplay] ERROR: no such table: Players
[1365051.582] [Gameplay] ERROR: UNIQUE constraint failed: DistrictReplaces.CivUniqueDistrictType
[1365051.582] [Gameplay]: While executing - 'insert into DistrictReplaces('CivUniqueDistrictType', 'ReplacesDistrictType') values (?, ?);'
[1365051.582] [Gameplay]: In XMLSerializer while inserting row into table insert into DistrictReplaces('CivUniqueDistrictType', 'ReplacesDistrictType') with values (DISTRICT_VN_CUSTOM, DISTRICT_COMMERCIAL_HUB, ).
[1365051.582] [Gameplay]: In XMLSerializer while updating table DistrictReplaces from file District.xml.
[1365051.582] [Gameplay] ERROR: UNIQUE constraint failed: DistrictReplaces.CivUniqueDistrictType
[1365051.584] [Gameplay] ERROR: FOREIGN KEY constraint failed
[1365051.584] [Gameplay] ERROR: FOREIGN KEY constraint failed
[1365051.584] [Gameplay]: Validating Foreign Key Constraints...
[1365051.587] [Gameplay] ERROR: Invalid Reference on DistrictReplaces.CivUniqueDistrictType - "DISTRICT_VN_CUSTOM" does not exist in Districts
[1365051.594] [Gameplay]: Failed Validation.
[1365051.612] [Gameplay]: Validating Foreign Key Constraints...
[1365051.622] [Gameplay]: Passed Validation.
[1365052.486] [FullTextSearch]: FTS - Creating Context
[1365052.557] [Configuration] ERROR: no such table: Types
[1365052.557] [Configuration]: In Query - insert into Types('Type', 'Kind') values (?, ?);
[1365052.557] [Configuration]: In XMLSerializer while updating table Types from file District.xml.
[1365052.557] [Configuration] ERROR: no such table: Types
[1365052.557] [Configuration]: In Query - insert into Types('Type', 'Kind') values (?, ?);
[1365052.557] [Configuration]: In XMLSerializer while updating table Types from file False_Settler.xml.
[1365052.557] [Configuration] ERROR: no such table: Types
[1365052.557] [Configuration]: In Query - insert into Types('Type', 'Kind') values (?, ?);
[1365052.557] [Configuration]: In XMLSerializer while updating table Types from file Galleass.xml.
[1365052.559] [Configuration]: Validating Foreign Key Constraints...
[1365052.559] [Configuration]: Passed Validation.
Ideas for merging districts?
Last edited: