• Our friends from AlphaCentauri2.info are in need of technical assistance. If you have experience with the LAMP stack and some hours to spare, please help them out and post here.

Help with a unique CIV based on Arslan Senki (Kingdom of Pars)

Amateur_MODDER

Chieftain
Joined
Jul 23, 2021
Messages
1
I've followed the tutorial from Josh Atkins, and used other mods compatible with Rise and Fall for reference. Still got a ton of errors in the database though, some help would be deeply appreciated.

This is the latest log;

[3593817.962] [Localization]: StartupErrorMessages.xml
[3593817.963] [Localization]: Input XML does not contain database entry tags. GameData, GameInfo or Database
[3593832.495] [Localization]: Validating Foreign Key Constraints...
[3593832.496] [Localization]: Passed Validation.
[3593832.575] [Configuration]: Validating Foreign Key Constraints...
[3593832.577] [Configuration]: Passed Validation.
[3593841.637] [FullTextSearch]: Initializing FullTextSearch
[3593848.603] [Gameplay]: Validating Foreign Key Constraints...
[3593848.621] [Gameplay]: Passed Validation.
[3593854.668] [Configuration] ERROR: no such table: Types
[3593854.668] [Configuration]: In Query - insert into Types('Type', 'Kind') values (?, ?);
[3593854.668] [Configuration]: In XMLSerializer while updating table Types from file Template_Buildings.xml.
[3593854.689] [Configuration] ERROR: no such table: Types
[3593854.689] [Configuration]: In Query - insert into Types('Type', 'Kind') values (?, ?);
[3593854.689] [Configuration]: In XMLSerializer while updating table Types from file Template_Units.xml.
[3593861.082] [Configuration]: Validating Foreign Key Constraints...
[3593861.082] [Configuration]: Passed Validation.
[3593866.387] [HallofFame]: Database found. Checking versions...
[3593866.425] [HallofFame]: Database is up-to-date!
[3593904.349] [FullTextSearch]: FTS - Creating Context
[3593970.248] [Configuration] ERROR: no such table: Types
[3593970.248] [Configuration]: In Query - insert into Types('Type', 'Kind') values (?, ?);
[3593970.248] [Configuration]: In XMLSerializer while updating table Types from file Template_Buildings.xml.
[3593970.337] [Configuration] ERROR: no such table: Types
[3593970.337] [Configuration]: In Query - insert into Types('Type', 'Kind') values (?, ?);
[3593970.337] [Configuration]: In XMLSerializer while updating table Types from file Template_Units.xml.
[3593972.894] [Configuration]: Validating Foreign Key Constraints...
[3593972.895] [Configuration]: Passed Validation.
[3593990.983] [Gameplay] ERROR: UNIQUE constraint failed: Modifiers.ModifierId
[3593990.983] [Gameplay] ERROR: UNIQUE constraint failed: Modifiers.ModifierId
[3594003.309] [Gameplay] ERROR: FOREIGN KEY constraint failed
[3594003.309] [Gameplay] ERROR: FOREIGN KEY constraint failed
[3594003.310] [Gameplay]: Validating Foreign Key Constraints...
[3594003.310] [Gameplay] ERROR: Invalid Reference on AgendaPreferredLeaders.AgendaType - "AGENDA_PREFER_STANDING_ARMY" does not exist in RandomAgendas
[3594003.325] [Gameplay] ERROR: Invalid Reference on HistoricalAgendas.AgendaType - "AGENDA_BILLIONAIRE" does not exist in Agendas
[3594003.332] [Gameplay] ERROR: Invalid Reference on TraitModifiers.ModifierId - "DTJ_LEADER_CUSTOM_TRAIT_INTERNATIONAL_GOLD" does not exist in Modifiers
[3594003.335] [Gameplay]: Failed Validation.
[3594044.131] [Configuration] ERROR: no such table: Types
[3594044.131] [Configuration]: In Query - insert into Types('Type', 'Kind') values (?, ?);
[3594044.131] [Configuration]: In XMLSerializer while updating table Types from file Template_Buildings.xml.
[3594044.152] [Configuration] ERROR: no such table: Types
[3594044.152] [Configuration]: In Query - insert into Types('Type', 'Kind') values (?, ?);
[3594044.152] [Configuration]: In XMLSerializer while updating table Types from file Template_Units.xml.
[3594054.630] [Configuration]: Validating Foreign Key Constraints...
[3594054.632] [Configuration]: Passed Validation.
[3594059.046] [FullTextSearch]: FTS - Creating Context
[3594077.013] [FullTextSearch]: FullTextSearch - Shutting down
 
try to solve these first and see what is left:
[3594003.310] [Gameplay] ERROR: Invalid Reference on AgendaPreferredLeaders.AgendaType - "AGENDA_PREFER_STANDING_ARMY" does not exist in RandomAgendas
[3594003.325] [Gameplay] ERROR: Invalid Reference on HistoricalAgendas.AgendaType - "AGENDA_BILLIONAIRE" does not exist in Agendas
[3594003.332] [Gameplay] ERROR: Invalid Reference on TraitModifiers.ModifierId - "DTJ_LEADER_CUSTOM_TRAIT_INTERNATIONAL_GOLD" does not exist in Modifiers
 
Back
Top Bottom