Hi everyone !
I am creating my first civ and I have an issue with historical moment illustrations in Game.
When I am playing my civ, moments illustrations are not loaded (There is nothing instead).
I have download the template by MC in the tutorial section. (By the way the template has the same issue in my game).
I believe that I have mistake something.
-----------------------------------------------------
-----------------------------------------------------
Data :
1) Civilization_HistoricMoments.sql (InGameActions : UpdateDatabase)
-----------------------------------------------------
CREATE TABLE IF NOT EXISTS MomentIllustrations (MomentIllustrationType TEXT, MomentDataType TEXT, GameDataType TEXT, Texture TEXT);
INSERT INTO MomentIllustrations
(MomentIllustrationType, MomentDataType, GameDataType, Texture)
VALUES ('MOMENT_ILLUSTRATION_UNIQUE_UNIT', 'MOMENT_DATA_UNIT', 'UNIT_CHEVALIER_DE_L_ORDRE', 'ChevalierDeLOrdreHistoricMoment.dds'),
('MOMENT_ILLUSTRATION_UNIQUE_BUILDING', 'MOMENT_DATA_BUILDING', 'BUILDING_TEMPLE_DE_L_ORDRE', 'TempleDeLOrdreHistoricMoment.dds');
-----------------------------------------------------
2) ChevalierDeLOrdreHistoricMoment.dds / ChevalierDeLOrdreHistoricMoment.tex
TempleDeLOrdreHistoricMoment.dds / TempleDeLOrdreHistoricMoment.tex
(FrontGameActions & InGameActions : ImportFiles)
-----------------------------------------------------
-----------------------------------------------------
What causes that moment illustrations are not loaded ? Let me know if you need another files.
I am creating my first civ and I have an issue with historical moment illustrations in Game.
When I am playing my civ, moments illustrations are not loaded (There is nothing instead).
I have download the template by MC in the tutorial section. (By the way the template has the same issue in my game).
I believe that I have mistake something.
-----------------------------------------------------
-----------------------------------------------------
Data :
1) Civilization_HistoricMoments.sql (InGameActions : UpdateDatabase)
-----------------------------------------------------
CREATE TABLE IF NOT EXISTS MomentIllustrations (MomentIllustrationType TEXT, MomentDataType TEXT, GameDataType TEXT, Texture TEXT);
INSERT INTO MomentIllustrations
(MomentIllustrationType, MomentDataType, GameDataType, Texture)
VALUES ('MOMENT_ILLUSTRATION_UNIQUE_UNIT', 'MOMENT_DATA_UNIT', 'UNIT_CHEVALIER_DE_L_ORDRE', 'ChevalierDeLOrdreHistoricMoment.dds'),
('MOMENT_ILLUSTRATION_UNIQUE_BUILDING', 'MOMENT_DATA_BUILDING', 'BUILDING_TEMPLE_DE_L_ORDRE', 'TempleDeLOrdreHistoricMoment.dds');
-----------------------------------------------------
2) ChevalierDeLOrdreHistoricMoment.dds / ChevalierDeLOrdreHistoricMoment.tex
TempleDeLOrdreHistoricMoment.dds / TempleDeLOrdreHistoricMoment.tex
(FrontGameActions & InGameActions : ImportFiles)
-----------------------------------------------------
-----------------------------------------------------
What causes that moment illustrations are not loaded ? Let me know if you need another files.