[Vanilla] [Solved] Debugging Mod, Need Assistance

Enderwoopie

Chieftain
Joined
Jun 25, 2023
Messages
2
Hello,

I hope I'm asking this in the right place, I have been unable to find the syntax error in this document and even when the whole file is commented out, Civ 6 still believes there is a syntax error in the document. I was wondering if someone could help me?

File Producing the Error:
SQL:
/*
    Leader Unique Ability
    Authors: Enderwoopie
*/
-----------------------------------------------
-- This sets the requirements
-----------------------------------------------

INSERT INTO RequirementSets (RequirementSetId,            RequirementSetType            )
VALUES    ('GMS_PLOT_HAS_LUXURY_REQUIREMENTS',            'REQUIREMENTSET_TEST_ALL'    );

INSERT INTO RequirementSetRequirements (RequirementSetId, RequirementId                            )
VALUES    ('GMS_PLOT_HAS_LUXURY_REQUIREMENTS',            'GMS_REQUIRES_LUXURY_IN_PLOT'            ),
         ('GMS_PLOT_HAS_LUXURY_REQUIREMENTS',            'GMS_PLOT_HAS_IMPROVEMENT'                );
       
INSERT INTO Requirements (RequirementId,            RequirementType                                    )
VALUES    ('GMS_REQUIRES_LUXURY_IN_PLOT',                'REQUIREMENT_PLOT_RESOURCE_CLASS_TYPE_MATCHES'    ),
          ('GMS_PLOT_HAS_IMPROVEMENT',                'REQUIREMENT_PLOT_HAS_ANY_IMPROVEMENT'            );

INSERT INTO RequirementArguments (RequirementId,    Name,                        Value                    )
VALUES    ('GMS_REQUIRES_LUXURY_IN_PLOT',                'ResourceClassType',        'RESOURCECLASS_LUXURY'    );

-----------------------------------------------
-- Types
-----------------------------------------------

INSERT INTO    Types
          (Type,                                                Kind    )
VALUES    ('TRAIT_LEADER_GMS_ROYAL_LUXURIES',            'KIND_TRAIT'    );

-----------------------------------------------
-- Traits
-----------------------------------------------

INSERT INTO    Traits
           (TraitType,                                    Name,                                                Description                            )
VALUES    ('TRAIT_LEADER_GMS_ROYAL_LUXURIES',    'LOC_TRAIT_LEADER_GMS_ROYAL_LUXURIES_NAME',    'LOC_TRAIT_LEADER_GMS_ROYAL_LUXURIES_DESCRIPTION'    );
       
-----------------------------------------------
-- LeaderTraits
-----------------------------------------------

INSERT INTO LeaderTraits
          (LeaderType,            TraitType                            )
VALUES    ('LEADER_GMS_STOLAS',    'TRAIT_LEADER_GMS_ROYAL_LUXURIES'    );

-----------------------------------------------
-- Modifiers
-----------------------------------------------

INSERT INTO Modifiers
        (ModifierId,                                            ModifierType,                                SubjectRequirementSetId                        )
VALUES    ('MODIFIER_STOLAS_LUXURY_SCIENCE',                        'MODIFIER_PLAYER_ADJUST_PLOT_YIELD',        'GMS_PLOT_HAS_LUXURY_REQUIREMENTS'            ),
         ('MODIFIER_STOLAS_LUXURY_FOOD',                            'MODIFIER_PLAYER_ADJUST_PLOT_YIELD',        'GMS_PLOT_HAS_LUXURY_REQUIREMENTS'            ),
        ('MODIFIER_STOLAS_LUXURY_PRODUCTION',                    'MODIFIER_PLAYER_ADJUST_PLOT_YIELD',        'GMS_PLOT_HAS_LUXURY_REQUIREMENTS'            );

-----------------------------------------------
-- TraitModifiers
-----------------------------------------------

INSERT INTO TraitModifiers
          (TraitType,                                    ModifierId                                        )
VALUES    ('TRAIT_LEADER_GMS_ROYAL_LUXURIES',            'MODIFIER_STOLAS_LUXURY_SCIENCE'                ),
          ('TRAIT_LEADER_GMS_ROYAL_LUXURIES',            'MODIFIER_STOLAS_LUXURY_FOOD'                    ),
         ('TRAIT_LEADER_GMS_ROYAL_LUXURIES',            'MODIFIER_STOLAS_LUXURY_PRODUCTION'                );

-----------------------------------------------
-- ModifierArguments
-----------------------------------------------

INSERT INTO ModifierArguments
        (ModifierId,                                        Name,            Value                )
VALUES    ('MODIFIER_STOLAS_LUXURY_SCIENCE',                    'YieldType',    'YIELD_SCIENCE'        ),
         ('MODIFIER_STOLAS_LUXURY_SCIENCE',                    'Amount',        1                    ),
         ('MODIFIER_STOLAS_LUXURY_PRODUCTION',                'YieldType',    'YIELD_PRODUCTION'    ),
          ('MODIFIER_STOLAS_LUXURY_PRODUCTION',                'Amount',        1                    ),
         ('MODIFIER_STOLAS_LUXURY_FOOD',                        'YieldType',    'YIELD_FOOD'        ),
          ('MODIFIER_STOLAS_LUXURY_FOOD',                        'Amount',        1                    );


Database.log:
[4104005.847] [Localization]: StartupErrorMessages.xml​
[4104005.848] [Localization]: Input XML does not contain database entry tags. GameData, GameInfo or Database​
[4104008.000] [Localization]: Validating Foreign Key Constraints...​
[4104008.000] [Localization]: Passed Validation.​
[4104008.031] [Configuration]: Validating Foreign Key Constraints...​
[4104008.032] [Configuration]: Passed Validation.​
[4104009.219] [FullTextSearch]: Initializing FullTextSearch​
[4104010.794] [Gameplay]: Validating Foreign Key Constraints...​
[4104010.804] [Gameplay]: Passed Validation.​
[4104010.875] [Configuration]: Validating Foreign Key Constraints...​
[4104010.876] [Configuration]: Passed Validation.​
[4104011.609] [HallofFame]: Database found. Checking versions...​
[4104011.611] [HallofFame]: Database is up-to-date!​
[4104031.256] [FullTextSearch]: FTS - Creating Context​
[4104037.367] [FullTextSearch]: FTS - Creating Context​
[4104046.196] [Configuration]: Validating Foreign Key Constraints...​
[4104046.196] [Configuration]: Passed Validation.​
[4104115.645] [Gameplay] ERROR: near "INSERT": syntax error​
[4104115.667] [Gameplay]: Validating Foreign Key Constraints...​
[4104115.677] [Gameplay]: Passed Validation.​
[4104119.775] [FullTextSearch]: FTS - Creating Context​
[4104119.775] [FullTextSearch]: FTS - Creating Context​
[4104120.055] [FullTextSearch]: FTS - Creating Context​
[4104120.161] [FullTextSearch]: FTS - Creating Context​
[4104120.765] [FullTextSearch]: FTS - Creating Context​

Modding.log:
[4104009.228] Initializing Modding Framework.
[4104009.229] Connected to modding database!
[4104009.229] Ensuring Foreign Key support is enabled and set to initially deferred.
[4104009.229] Checking database version...
[4104009.229] Modding database is up-to-date!
[4104009.229] Initializing Services...
[4104009.229] Component Discovery Service initialized.
[4104009.229] File Service initialized.
[4104009.230] Localization Service initialized.
[4104009.230] Mod Association Service initialized
[4104009.230] Mod Discovery Service initialized.
[4104009.230] Mod Loader Service initialized.
[4104009.230] Mod Selection Service missing. Skipping.
[4104009.230] Ownership Service initialized.
[4104009.230] Properties Service initialized.
[4104009.230] Setting Discovery Service initialized.
[4104009.230] Subscription Service - Detected 151 subscriptions
[4104009.230] Subscription Service - Subscription 870768749 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.231] Subscription Service - Subscription 871073157 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.231] Subscription Service - Subscription 871712879 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.231] Subscription Service - Subscription 871861883 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.231] Subscription Service - Subscription 872457850 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.231] Subscription Service - Subscription 873246701 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.231] Subscription Service - Subscription 876938593 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.232] Subscription Service - Subscription 878561683 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.232] Subscription Service - Subscription 881541733 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.232] Subscription Service - Subscription 899159291 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.232] Subscription Service - Subscription 901009089 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.232] Subscription Service - Subscription 911395113 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.232] Subscription Service - Subscription 932196162 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.232] Subscription Service - Subscription 970184582 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.232] Subscription Service - Subscription 970242434 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.232] Subscription Service - Subscription 1132600299 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.232] Subscription Service - Subscription 1142306094 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.233] Subscription Service - Subscription 1150492115 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.233] Subscription Service - Subscription 1184896420 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.233] Subscription Service - Subscription 1203500925 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.233] Subscription Service - Subscription 1266762824 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.233] Subscription Service - Subscription 1284907124 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.233] Subscription Service - Subscription 1289833582 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.233] Subscription Service - Subscription 1292617460 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.233] Subscription Service - Subscription 1312585482 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.233] Subscription Service - Subscription 1337632610 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.233] Subscription Service - Subscription 1346953196 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.233] Subscription Service - Subscription 1360462633 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.234] Subscription Service - Subscription 1391070979 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.234] Subscription Service - Subscription 1437226966 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.234] Subscription Service - Subscription 1441810416 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.234] Subscription Service - Subscription 1443484600 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.234] Subscription Service - Subscription 1448501516 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.234] Subscription Service - Subscription 1450157908 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.234] Subscription Service - Subscription 1461463960 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.234] Subscription Service - Subscription 1466294758 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.234] Subscription Service - Subscription 1470770777 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.234] Subscription Service - Subscription 1471380224 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.235] Subscription Service - Subscription 1483402237 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.235] Subscription Service - Subscription 1490579523 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.235] Subscription Service - Subscription 1499926512 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.235] Subscription Service - Subscription 1536784661 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.235] Subscription Service - Subscription 1592562641 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.235] Subscription Service - Subscription 1599215365 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.235] Subscription Service - Subscription 1601259406 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.235] Subscription Service - Subscription 1607730046 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.235] Subscription Service - Subscription 1607992385 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.235] Subscription Service - Subscription 1609228465 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.235] Subscription Service - Subscription 1652106496 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.236] Subscription Service - Subscription 1656000903 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.236] Subscription Service - Subscription 1658551717 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.236] Subscription Service - Subscription 1661785509 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.236] Subscription Service - Subscription 1679150838 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.236] Subscription Service - Subscription 1684556488 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.236] Subscription Service - Subscription 1689007489 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.236] Subscription Service - Subscription 1699006932 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.236] Subscription Service - Subscription 1753346735 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.236] Subscription Service - Subscription 1786735569 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.236] Subscription Service - Subscription 1787443465 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.237] Subscription Service - Subscription 1788136817 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.237] Subscription Service - Subscription 1791989738 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.237] Subscription Service - Subscription 1791991342 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.237] Subscription Service - Subscription 1794228414 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.237] Subscription Service - Subscription 1795894981 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.237] Subscription Service - Subscription 1796316221 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.237] Subscription Service - Subscription 1796764862 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.237] Subscription Service - Subscription 1797135959 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.237] Subscription Service - Subscription 1797604972 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.238] Subscription Service - Subscription 1798740977 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.238] Subscription Service - Subscription 1799508183 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.238] Subscription Service - Subscription 1800805509 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.238] Subscription Service - Subscription 1800807532 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.238] Subscription Service - Subscription 1802113996 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.238] Subscription Service - Subscription 1802196966 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.238] Subscription Service - Subscription 1805340770 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.238] Subscription Service - Subscription 1805837587 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.238] Subscription Service - Subscription 1806018885 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.238] Subscription Service - Subscription 1808139106 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.238] Subscription Service - Subscription 1839114973 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.239] Subscription Service - Subscription 1849061225 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.239] Subscription Service - Subscription 1935389771 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.239] Subscription Service - Subscription 2005285626 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.239] Subscription Service - Subscription 2020782681 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.239] Subscription Service - Subscription 2029702557 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.239] Subscription Service - Subscription 2056401784 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.239] Subscription Service - Subscription 2095199648 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.239] Subscription Service - Subscription 2096204818 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.240] Subscription Service - Subscription 2097201005 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.240] Subscription Service - Subscription 2102054887 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.240] Subscription Service - Subscription 2112172436 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.240] Subscription Service - Subscription 2112359835 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.240] Subscription Service - Subscription 2115981252 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.240] Subscription Service - Subscription 2118995862 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.240] Subscription Service - Subscription 2120912909 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.240] Subscription Service - Subscription 2125489556 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.240] Subscription Service - Subscription 2131480736 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.241] Subscription Service - Subscription 2131481395 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.241] Subscription Service - Subscription 2133141071 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.241] Subscription Service - Subscription 2139486665 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.241] Subscription Service - Subscription 2139895094 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.241] Subscription Service - Subscription 2155632734 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.241] Subscription Service - Subscription 2162648746 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.241] Subscription Service - Subscription 2166174115 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.241] Subscription Service - Subscription 2169097417 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.242] Subscription Service - Subscription 2178218259 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.242] Subscription Service - Subscription 2180381197 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.247] Subscription Service - Subscription 2180389714 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.247] Subscription Service - Subscription 2180392741 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.247] Subscription Service - Subscription 2190389813 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.247] Subscription Service - Subscription 2266952591 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.248] Subscription Service - Subscription 2272774490 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.248] Subscription Service - Subscription 2272781608 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.248] Subscription Service - Subscription 2272790367 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.248] Subscription Service - Subscription 2314657561 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.248] Subscription Service - Subscription 2333458984 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.248] Subscription Service - Subscription 2337885119 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.248] Subscription Service - Subscription 2357532056 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.248] Subscription Service - Subscription 2362219368 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.249] Subscription Service - Subscription 2402394695 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.249] Subscription Service - Subscription 2404744738 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.249] Subscription Service - Subscription 2409116842 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.249] Subscription Service - Subscription 2428969051 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.249] Subscription Service - Subscription 2437193660 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.249] Subscription Service - Subscription 2443517691 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.250] Subscription Service - Subscription 2460661464 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.250] Subscription Service - Subscription 2474028548 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.250] Subscription Service - Subscription 2484412297 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.250] Subscription Service - Subscription 2487509638 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.250] Subscription Service - Subscription 2492260028 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.250] Subscription Service - Subscription 2503076363 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.250] Subscription Service - Subscription 2526631672 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.250] Subscription Service - Subscription 2542898147 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.251] Subscription Service - Subscription 2573474490 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.251] Subscription Service - Subscription 2581704421 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.251] Subscription Service - Subscription 2604740398 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.251] Subscription Service - Subscription 2665429577 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.251] Subscription Service - Subscription 2669325299 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.251] Subscription Service - Subscription 2683624437 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.251] Subscription Service - Subscription 2688958458 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.251] Subscription Service - Subscription 2766677926 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.252] Subscription Service - Subscription 2794603014 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.252] Subscription Service - Subscription 2815423792 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.252] Subscription Service - Subscription 2846824945 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.252] Subscription Service - Subscription 2909562522 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.252] Subscription Service - Subscription 2911395283 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.252] Subscription Service - Subscription 2920014657 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.252] Subscription Service - Subscription 2934460273 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.252] Subscription Service - Subscription 2941186161 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.252] Subscription Service - Subscription 2941186689 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.252] Subscription Service - Subscription 2943594127 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.253] Subscription Service - Subscription 2993227724 - Installed? 1, Downloading? 0, DownloadPending? 0
[4104009.253] Subscription Service initialized.
[4104009.253] User Data Service missing. Skipping.
[4104009.253] Services initialized!
[4104009.253] Modding Framework is initialized.
[4104009.253] Initializing Modding Framework took - 24ms.
[4104009.279] Verifying enabled mods can coexist.
[4104009.292] Discovering new mods...
[4104010.114] Finished Discovery.
[4104010.114] Discovery Summary:
[4104010.114] Deleted 0 mods.
[4104010.114] Discovered 0 mods.
[4104010.114] Discovering Mods took - 822ms.
[4104010.523] Bootstrapping game content
[4104010.523] Loading Vanilla DLL.
[4104010.555] Building gameplay database.
[4104010.771] Updating gameplay database with embedded GameCore data.
[4104010.794] Updated gameplay database with GameCore data.
[4104010.804] Initializing Vanilla DLL.
[4104010.804] Instantiate GameCore UI Manager.
[4104010.807] Saving a debug version of the gameplay database.
[4104010.852] Successfully bootstrapped game content.
[4104010.875] Configuring game content
[4104010.875] Enabled Mods (in no particular order):
[4104010.875] No active mods.
[4104010.875] Target Mods (in no particular order):
[4104010.875] No active mods.
[4104010.875] Game configuration needs to change to match target config.
[4104010.875] Performing pre-configure processing.
[4104010.875] Rebuilding configuration database.
[4104010.875] Localization database unchanged, no rollback needed.
[4104010.875] Configuration database unchanged, no rollback needed.
[4104010.875] ConfigureContent - Importing implicit files, pre settings
[4104010.875] Applying settings.
[4104010.875] Modding Framework - Apply Settings
[4104010.875] Modding Framework - Finished Apply Settings
[4104010.875] ConfigureContent - Importing implicit files, post settings
[4104010.929] Successfully reconfigured game.
[4104010.943] Mod Art Files - Loading TeddyRoosevelt.dep
[4104010.953] Mod Art Files - Loading Ethiopia.dep
[4104010.967] Mod Art Files - Loading DLC6.dep
[4104010.981] Mod Art Files - Loading GreatBuilders.dep
[4104010.986] Mod Art Files - Loading RulersOfEngland.dep
[4104010.989] Mod Art Files - Loading DLC2.dep
[4104010.995] Mod Art Files - Loading DLC5.dep
[4104011.009] Mod Art Files - Loading GreatNegotiators.dep
[4104011.015] Mod Art Files - Loading RulersOfChina.dep
[4104011.021] Mod Art Files - Loading RulersOfTheSahara.dep
[4104011.023] Mod Art Files - Loading Babylon.dep
[4104011.049] Mod Art Files - Loading GranColombia_Maya.dep
[4104011.067] Mod Art Files - Loading Byzantium_Gaul.dep
[4104011.086] Mod Art Files - Loading KublaiKhan_Vietnam.dep
[4104011.093] Mod Art Files - Loading CatherineDeMedici.dep
[4104011.097] Mod Art Files - Loading DLC4.dep
[4104011.104] Mod Art Files - Loading DLC3.dep
[4104011.120] Mod Art Files - Loading GreatWarlords.dep
[4104011.132] Mod Art Files - Loading Portugal.dep
[4104011.440] SteamCallback - SteamUGCQueryCompleted_t - 1
[4104030.399] Discovering new mods...
[4104031.122] Finished Discovery.
[4104031.122] Discovery Summary:
[4104031.122] Deleted 0 mods.
[4104031.122] Discovered 0 mods.
[4104031.122] Discovering Mods took - 723ms.
[4104045.894] Configuring game content
[4104045.894] Enabled Mods (in no particular order):
[4104045.894] No active mods.
[4104045.894] Target Mods (in no particular order):
[4104045.894] bb181598-c38e-4feb-bd44-fae5407556d8 (Stolas Civilization)
[4104045.899] Game configuration needs to change to match target config.
[4104045.899] Performing pre-configure processing.
[4104045.899] Rebuilding configuration database.
[4104045.899] Localization database unchanged, no rollback needed.
[4104045.899] Configuration database unchanged, no rollback needed.
[4104045.899] ConfigureContent - Importing implicit files, pre settings
[4104045.899] Applying settings.
[4104045.899] Modding Framework - Apply Settings
[4104045.901] ModdingUpdateConfigurationDatabase - Loading Leader/Leader_Config.sql
[4104045.904] Creating database save point.
[4104045.904] LocalizedText - Loading Core/Civilization_Localisation.sql
[4104045.907] LocalizedText - Loading Leader/Leader_Localisation.sql
[4104045.911] Successfully released save point.
[4104045.911] UpdateColors - Loading Core/Civilization_Colors.sql
[4104045.912] UpdateColors - Loading Leader/Leader_Colors.sql
[4104045.913] UISettingHandler - Loading GMS_StolasCiv.dep
[4104045.916] UpdateIcons - Loading Core/NewIcons.sql
[4104046.196] Modding Framework - Finished Apply Settings
[4104046.196] ConfigureContent - Importing implicit files, post settings
[4104046.468] Successfully reconfigured game.
[4104115.328] ************************************************************
[4104115.328] Updating game content
[4104115.328] ************************************************************
[4104115.328] Applied in-game actions (in order of application):
[4104115.328] No active mods.
[4104115.331] Target in-game actions (in order of application):
[4104115.331] bb181598-c38e-4feb-bd44-fae5407556d8 (Stolas Civilization)
[4104115.331] * NewAction (UpdateDatabase)
[4104115.332] * NewAction (UpdateColors)
[4104115.332] * NewAction (UpdateText)
[4104115.332] * NewIcons (UpdateIcons)
[4104115.332] * NewAction (UpdateArt)
[4104115.333] Game content needs to change to match target config.
[4104115.333] Performing pre configure processing.
[4104115.340] Unloading Gameplay DLL.
[4104115.348] Reloading Gameplay DLL.
[4104115.350] Reverted Localization database to its original state.
[4104115.350] Rebuilding gameplay database.
[4104115.513] Reverted Gameplay database to its original state.
[4104115.513] Updating gameplay database with embedded GameCore data.
[4104115.523] Updated gameplay database with GameCore data.
[4104115.523] Applying mod components.
[4104115.523] UpdateContent - Importing implicit files, pre components
[4104115.523] Modding Framework - Applying Components
[4104115.628] Applying Component - NewAction (UpdateDatabase)
[4104115.630] UpdateDatabase - Loading Core/Civilization_Config.sql
[4104115.631] UpdateDatabase - Loading Core/Civilization_HistoricMoments.sql
[4104115.632] UpdateDatabase - Loading Core/Civilization_UA.sql
[4104115.633] UpdateDatabase - Loading Core/Civilization_UI.sql
[4104115.640] UpdateDatabase - Loading Core/Civilization_UU.sql
[4104115.641] UpdateDatabase - Loading Leader/Leader_Agenda.sql
[4104115.643] UpdateDatabase - Loading Leader/Leader_Core.sql
[4104115.644] UpdateDatabase - Loading Leader/Leader_Screens.sql
[4104115.645] UpdateDatabase - Loading Leader/Leader_UA.sql
[4104115.645] Warning: UpdateDatabase - Error Loading SQL.
[4104115.646] Applying Component - NewAction (UpdateColors)
[4104115.646] UpdateColors - Loading Core/Civilization_Colors.sql
[4104115.646] UpdateColors - Loading Leader/Leader_Colors.sql
[4104115.647] Applying Component - NewAction (UpdateText)
[4104115.647] Creating database save point.
[4104115.647] LocalizedText - Loading Core/Civilization_Localisation.sql
[4104115.648] LocalizedText - Loading Leader/Leader_Localisation.sql
[4104115.649] Successfully released save point.
[4104115.649] Applying Component - NewIcons (UpdateIcons)
[4104115.649] UpdateIcons - Loading Core/NewIcons.sql
[4104115.650] Applying Component - NewAction (UpdateArt)
[4104115.651] ModArtLoader - Loading GMS_StolasCiv.dep
[4104115.667] Modding Framework - Finished Apply Components
[4104115.667] Applied all components of enabled mods.
[4104115.667] UpdateContent - Importing implicit files, post components
[4104115.677] Localization database has been updated. Caching data.
[4104115.888] Initializing Gameplay DLL.
[4104115.888] Saving a debug version of the gameplay database.
[4104115.934] Performing post configure processing.
[4104116.058] Reloading icons.
[4104116.100] Reloading colors.
[4104116.244] Successfully reconfigured game.
[4104119.561] Reloading Tuner states.
 
Last edited:
Top Bottom