Dancing Hoskuld
Deity
Every file in the XML\GameInfo folder has the following error
It is because iConstructPercent has a space after it inside the quotes in the schema file.
edit fixed on svn
Code:
E:\Games\Firaxis Games\Sid Meier's Civilization 4\Beyond the Sword\Mods\Caveman2Cosmos\Assets\XML\GameInfo\CIV4CivicInfos.xml:27,17: Cannot load the schema for the namespace 'x-schema:C2C_CIV4GameInfoSchema.xml' - The ' ' character, hexadecimal value 0x20, cannot be included in a name.
E:\Games\Firaxis Games\Sid Meier's Civilization 4\Beyond the Sword\Mods\Caveman2Cosmos\Assets\XML\GameInfo\CIV4CivicInfos.xml:0,0: No validation occurred.
It is because iConstructPercent has a space after it inside the quotes in the schema file.
edit fixed on svn