Even Moar Units: Macedon and Persia

Even Moar Units: Macedon and Persia 2.0

OK. I think the fix is to add the following line within <InGameActions> <UpdateDatabase> tag in the .modinfo files:

<Include mod_id="8342b98d-80c7-4002-87bb-419646bd9b54" action_id="MOAR_UpdateDatabase" required="1" />

Don't have time to upload fixes at the moment unfortunately.
 
No I think it's going to take more time to fix everything and I don't have time right now.
 
I *think* that the Steam versions are now fixed but let's see...
 
I *think* that the Steam versions are now fixed but let's see...
Unfortunately I'm getting the exact same bugs as before (crashes to main menu on game start). Database.log and Modding.log attached.

PS: With you'd use the version tag in the modinfo file - makes it so much easier to check which version we're using and to ensure that we have the latest one downloaded.

\Skodkim
 

Attachments

  • Logs.zip
    56 KB · Views: 130
I'm running version 1.3 and everything seems fine when I started a new game (no errors in the log files) however when I closed Civ and loaded my game again, I noticed that database had some errors that seems related to this mod (see below).

Is it just me or is there something weird about the summer patch?

Spoiler Database.log :
[3062120.931] [Localization]: Validating Foreign Key Constraints...
[3062120.932] [Localization]: Passed Validation.
[3062120.943] [Configuration]: Validating Foreign Key Constraints...
[3062120.944] [Configuration]: Passed Validation.
[3062129.103] [FullTextSearch]: Initializing FullTextSearch
[3062129.719] [Gameplay]: Validating Foreign Key Constraints...
[3062129.734] [Gameplay]: Passed Validation.
[3062131.950] [Configuration] ERROR: UNIQUE constraint failed: Players.Domain, Players.CivilizationType, Players.LeaderType
[3062131.950] [Configuration] ERROR: UNIQUE constraint failed: Players.Domain, Players.CivilizationType, Players.LeaderType
[3062132.061] [Configuration]: Validating Foreign Key Constraints...
[3062132.061] [Configuration]: Passed Validation.
[3062132.168] [Database] ERROR: UNIQUE constraint failed: IconTextureAtlases.Name, IconTextureAtlases.IconSize
[3062132.168] [Database] ERROR: UNIQUE constraint failed: IconTextureAtlases.Name, IconTextureAtlases.IconSize
[3062156.418] [FullTextSearch]: FTS - Creating Context
[3062160.066] [Localization] ERROR: UNIQUE constraint failed: LocalizedText.Language, LocalizedText.Tag
[3062160.066] [Localization]: While executing - 'insert into EnglishText('Tag', 'Text') values (?, ?);'
[3062160.066] [Localization]: In XMLSerializer while inserting row into table insert into EnglishText('Tag', 'Text') with values (LOC_UNIT_MACEDONIAN_HETAIROI_NAME, Hetairoi, ).
[3062160.066] [Localization]: In XMLSerializer while updating table EnglishText from file Macedonia_Persia_ConfigText.xml.
[3062160.066] [Localization] ERROR: UNIQUE constraint failed: LocalizedText.Language, LocalizedText.Tag
[3062160.108] [Configuration]: Validating Foreign Key Constraints...
[3062160.108] [Configuration]: Passed Validation.
[3062160.200] [Database] ERROR: UNIQUE constraint failed: IconTextureAtlases.Name, IconTextureAtlases.IconSize
[3062160.200] [Database] ERROR: UNIQUE constraint failed: IconTextureAtlases.Name, IconTextureAtlases.IconSize
[3062162.913] [Localization] ERROR: UNIQUE constraint failed: LocalizedText.Language, LocalizedText.Tag
[3062162.914] [Localization]: While executing - 'insert into EnglishText('Tag', 'Text') values (?, ?);'
[3062162.914] [Localization]: In XMLSerializer while inserting row into table insert into EnglishText('Tag', 'Text') with values (LOC_UNIT_MACEDONIAN_HETAIROI_NAME, Hetairoi, ).
[3062162.914] [Localization]: In XMLSerializer while updating table EnglishText from file Macedonia_Persia_ConfigText.xml.
[3062162.914] [Localization] ERROR: UNIQUE constraint failed: LocalizedText.Language, LocalizedText.Tag
[3062163.216] [Gameplay]: Validating Foreign Key Constraints...
[3062163.235] [Gameplay]: Passed Validation.
[3062163.326] [Database] ERROR: UNIQUE constraint failed: IconTextureAtlases.Name, IconTextureAtlases.IconSize
[3062163.326] [Database] ERROR: UNIQUE constraint failed: IconTextureAtlases.Name, IconTextureAtlases.IconSize
[3062187.764] [FullTextSearch]: FTS - Creating Context
[3062200.758] [FullTextSearch]: FTS - Creating Context
[3062216.435] [FullTextSearch]: FTS - Creating Context
[3062342.708] [FullTextSearch]: FullTextSearch - Shutting down


\Skodkim
 
I'm trying to put these units into my new version of Anno Domini and everything has gone well except for an asset error with the Ballista. Wondered if you could help? Perhaps the BaseMale_Causcasian_Material has been changed by Firaxis in some way?

Code:
EXEC(0,0): error asset: (Error/Unit_Error_Asset)
   Replacing asset: (Ballista) in entry (Ballista) with error asset
   The following 2 entities had errors:
   Assets: 1
       Ballista
   Materials: 1
       BaseMale_Caucasian_Material
   ****** Log from Material: 'BaseMale_Caucasian_Material' (ERRORS!!) ********
   --------------
   I/O error reading XML: D:\Firaxis ModBuddy\Civilization VI\AnnoDominiUltimate\AnnoDominiUltimate/Materials/BaseMale_Caucasian_Material.mtl
   ****** Log from Texture: 'Metal_Gloss' ********
   --------------
   Texture 'Metal_Gloss' (256x256) is at least 99 percent solid color, but is 64x64 or larger resolution!

EDIT: Fixed it!! I changed the references to BaseMale_Caucasian_Material to point to Base_Male_Material….and it works.
 
Last edited:
I'm trying to put these units into my new version of Anno Domini and everything has gone well except for an asset error with the Ballista. Wondered if you could help? Perhaps the BaseMale_Causcasian_Material has been changed by Firaxis in some way?

EDIT: Fixed it!! I changed the references to BaseMale_Caucasian_Material to point to Base_Male_Material….and it works.

If you don't want to change that and would rather keep them as they originally looked you can just use this pantry patch:
https://forums.civfanatics.com/reso...moved-in-gathering-storm-pantry-update.27765/
 
Top Bottom