Good Evening,
still working on my Mod-Mod, switched back to the earlier builds ontop of Communitas, primarly because I figured that the Community Patch project has a horrible performance. However, for absolutely no appearant reason my custom buildings won't show up in the citys building menu. To be honest I'm trying to fix this since countless hours, and it drove me mad to a point were I had to figure, that the Civ5 engine is the most *****y engine I ever built mods on. The problem here is, it worked, but then out of nowhere it stopped working. I fixed any database/lua error warning, I made tripple shure all the usual prerequisites are met. I tried everything, bu those damn buildings will just not show up inside the city construction. See this screenshots:
As you can see the buildings are perfectly showing inside the tech tree and the civilopedia, but not in the city. For convenience reasons I limited the buildings to one, to better demonstrate the problem. I want to mention again, if there was a comprehensive error that I could review inside the log files, I wouldn't get the buildings to show up in game at all, as I know if you create an error inside the file, the whole file will be ignored by the engine. I also have to repeat again how dispaired and mad I am. I restarted this project more then 5 times already, primarly because the engine was bugging out on me, and I evolved in skill and wanted to accomplish more and better.
But now I feel I'm at a point I have no more control over this engine. As I said, there is absolutely everything exactly as it should be. I tripple...quadruple checked. I browsed the net for fixes. I rebuilt the Mod from scratch, over and over and over again. I can't count how many times I saw light at the end of the tunnel, just to be stopped by an uncomprehensive, unfixable bug...this engine got to be the single most horrible engine I ever modded games on, and I'm not talking out of the blue here, as I modded a huge amount of games. However, here's the data and logs. Please help me, I don't want to abandon my work again...I'm sick of it...

I'm uploading the logs. I'm aware of the tech errors, the others are originally created by the communitas mod. Those tech errors are related to invoking text directly into the building rows, so that's not the problem. Because I got this errors as well, by the time it was still working. Adain, nothing has been changed. I'm doing frequent backups and major backups when a new milestone is reached, I do it all very carefully and decent. I had two of the buildings in game, I believe it started after adding the third building. Going back to an earlier backup, importing the building all over again, resulted in the same issue over and over again.
still working on my Mod-Mod, switched back to the earlier builds ontop of Communitas, primarly because I figured that the Community Patch project has a horrible performance. However, for absolutely no appearant reason my custom buildings won't show up in the citys building menu. To be honest I'm trying to fix this since countless hours, and it drove me mad to a point were I had to figure, that the Civ5 engine is the most *****y engine I ever built mods on. The problem here is, it worked, but then out of nowhere it stopped working. I fixed any database/lua error warning, I made tripple shure all the usual prerequisites are met. I tried everything, bu those damn buildings will just not show up inside the city construction. See this screenshots:
Spoiler :



As you can see the buildings are perfectly showing inside the tech tree and the civilopedia, but not in the city. For convenience reasons I limited the buildings to one, to better demonstrate the problem. I want to mention again, if there was a comprehensive error that I could review inside the log files, I wouldn't get the buildings to show up in game at all, as I know if you create an error inside the file, the whole file will be ignored by the engine. I also have to repeat again how dispaired and mad I am. I restarted this project more then 5 times already, primarly because the engine was bugging out on me, and I evolved in skill and wanted to accomplish more and better.
But now I feel I'm at a point I have no more control over this engine. As I said, there is absolutely everything exactly as it should be. I tripple...quadruple checked. I browsed the net for fixes. I rebuilt the Mod from scratch, over and over and over again. I can't count how many times I saw light at the end of the tunnel, just to be stopped by an uncomprehensive, unfixable bug...this engine got to be the single most horrible engine I ever modded games on, and I'm not talking out of the blue here, as I modded a huge amount of games. However, here's the data and logs. Please help me, I don't want to abandon my work again...I'm sick of it...


Spoiler :
Building file
Code:
<?xml version="1.0" encoding="utf-8"?>
<GameData>
<BuildingClasses>
<Row>
<Type>BUILDINGCLASS_CAMPFIRE</Type>
<DefaultBuilding>BUILDING_CAMPFIRE</DefaultBuilding>
<Description>TXT_KEY_BUILDING_CAMPFIRE_TITLE</Description>
<!--MaxPlayerInstances>1</MaxPlayerInstances-->
</Row>
<Row>
<Type>BUILDINGCLASS_CAUSEWAY</Type>
<DefaultBuilding>BUILDING_CAUSEWAY</DefaultBuilding>
<Description>TXT_KEY_BUILDING_CAUSEWAY_TITLE</Description>
</Row>
<Row>
<Type>BUILDINGCLASS_CHIEF_HUT</Type>
<DefaultBuilding>BUILDING_CHIEF_HUT</DefaultBuilding>
<Description>TXT_KEY_BUILDING_CHIEF_HUT_TITLE</Description>
<!--MaxPlayerInstances>1</MaxPlayerInstances-->
</Row>
<Row>
<Type>BUILDINGCLASS_TREE_LIFE</Type>
<DefaultBuilding>BUILDING_TREE_LIFE</DefaultBuilding>
<Description>TXT_KEY_BUILDING_TREE_LIFE_TITLE</Description>
<MaxPlayerInstances>1</MaxPlayerInstances>
</Row>
<!--
<Row>
<Type>BUILDINGCLASS_MENTORS_HALL</Type>
<DefaultBuilding>BUILDING_MENTORS_HALL</DefaultBuilding>
<Description>TXT_KEY_BUILDING_MENTORS_HALL</Description>
</Row>
<Row>
<Type>BUILDINGCLASS_WAREHOUSE</Type>
<DefaultBuilding>BUILDING_WAREHOUSE</DefaultBuilding>
<Description>TXT_KEY_BUILDING_WAREHOUSE</Description>
</Row>
<Row>
<Type>BUILDINGCLASS_CITY_HALL</Type>
<DefaultBuilding>BUILDING_CITY_HALL</DefaultBuilding>
<Description>TXT_KEY_BUILDING_CITY_HALL</Description>
</Row>
<Row>
<Type>BUILDINGCLASS_LUXURY_MERCHANT</Type>
<DefaultBuilding>BUILDING_LUXURY_MERCHANT</DefaultBuilding>
<Description>TXT_KEY_BUILDING_LUXURY_MERCHANT</Description>
</Row>
<Row>
<Type>BUILDINGCLASS_VACCINATIONS</Type>
<DefaultBuilding>BUILDING_VACCINATIONS</DefaultBuilding>
<Description>TXT_KEY_BUILDING_VACCINATIONS</Description>
</Row>
-->
</BuildingClasses>
<Buildings>
<Row>
<Type>BUILDING_CAMPFIRE</Type>
<BuildingClass>BUILDINGCLASS_CAMPFIRE</BuildingClass>
<Cost>12</Cost>
<GoldMaintenance>0</GoldMaintenance>
<PrereqTech>TECH_FIRE</PrereqTech>
<Description>TXT_KEY_BUILDING_CAMPFIRE_DESC</Description>
<Help>TXT_KEY_BUILDING_CAMPFIRE_HELP</Help>
<Strategy>TXT_KEY_BUILDING_CAMPFIRE_STRATEGY</Strategy>
<Civilopedia>TXT_KEY_BUILDING_CAMPFIRE_PEDIA</Civilopedia>
<Quote>TXT_KEY_BUILDING_CAMPFIRE_QUOTE</Quote>
<ArtDefineTag>MONUMENT</ArtDefineTag>
<Happiness>1</Happiness>
<MinAreaSize>-1</MinAreaSize>
<ConquestProb>66</ConquestProb>
<NeverCapture>true</NeverCapture>
<HurryCostModifier>40</HurryCostModifier>
<IconAtlas>BUILDING_ATLAS_PRE</IconAtlas>
<PortraitIndex>2</PortraitIndex>
</Row>
<Row>
<Type>BUILDING_CAUSEWAY</Type>
<BuildingClass>BUILDINGCLASS_CAUSEWAY</BuildingClass>
<Cost>14</Cost>
<PrereqTech>TECH_COMPLEX_TOOLS</PrereqTech>
<ObsoleteTech>TECH_MASONRY</ObsoleteTech>
<Description>TXT_KEY_BUILDING_CAUSEWAY_DESC</Description>
<Help>TXT_KEY_BUILDING_CAUSEWAY_HELP</Help>
<Strategy>TXT_KEY_BUILDING_CAUSEWAY_STRATEGY</Strategy>
<Civilopedia>TXT_KEY_BUILDING_CAUSEWAY_PEDIA</Civilopedia>
<Quote>TXT_KEY_BUILDING_CAUSEWAY_QUOTE</Quote>
<ArtDefineTag>MONUMENT</ArtDefineTag>
<MinAreaSize>-1</MinAreaSize>
<NeverCapture>true</NeverCapture>
<HurryCostModifier>40</HurryCostModifier>
<IconAtlas>BUILDING_ATLAS_PRE</IconAtlas>
<PortraitIndex>14</PortraitIndex>
</Row>
<Row>
<Type>BUILDING_CHIEF_HUT</Type>
<BuildingClass>BUILDINGCLASS_CHIEF_HUT</BuildingClass>
<PrereqTech>TECH_SOCIAL_STRUCTURE</PrereqTech>
<Cost>22</Cost>
<Description>TXT_KEY_BUILDING_CHIEF_HUT_DESC</Description>
<Help>TXT_KEY_BUILDING_CHIEF_HUT_HELP</Help>
<Strategy>TXT_KEY_BUILDING_CHIEF_HUT_STRATEGY</Strategy>
<Civilopedia>TXT_KEY_BUILDING_CHIEF_HUT_PEDIA</Civilopedia>
<Quote>TXT_KEY_BUILDING_CHIEF_HUT_QUOTE</Quote>
<ArtDefineTag>MONUMENT</ArtDefineTag>
<NukeImmune>true</NukeImmune>
<MinAreaSize>-1</MinAreaSize>
<ObsoleteTech>NULL</ObsoleteTech>
<DisplayPosition>32</DisplayPosition>
<NeverCapture>true</NeverCapture>
<IconAtlas>BUILDING_ATLAS_PRE</IconAtlas>
<PortraitIndex>4</PortraitIndex>
</Row>
<Row>
<Type>BUILDING_TREE_LIFE</Type>
<BuildingClass>BUILDINGCLASS_TREE_LIFE</BuildingClass>
<Cost>0</Cost>
<Description>TXT_KEY_BUILDING_TREE_LIFE_DESC</Description>
<Help>TXT_KEY_BUILDING_TREE_LIFE_HELP</Help>
<Strategy>TXT_KEY_BUILDING_TREE_LIFE_STRATEGY</Strategy>
<ArtDefineTag>MONUMENT</ArtDefineTag>
<Happiness>2</Happiness>
<Capital>true</Capital>
<NukeImmune>true</NukeImmune>
<MinAreaSize>-1</MinAreaSize>
<DisplayPosition>32</DisplayPosition>
<NeverCapture>true</NeverCapture>
<IconAtlas>BUILDING_ATLAS_PRE</IconAtlas>
<PortraitIndex>8</PortraitIndex>
</Row>
<!--
<Row>
<Type>BUILDING_WAREHOUSE</Type>
<BuildingClass>BUILDINGCLASS_WAREHOUSE</BuildingClass>
<FreeStartEra>ERA_RENAISSANCE</FreeStartEra>
<PrereqTech>TECH_CARVEL_HULLS</PrereqTech>
<Description>TXT_KEY_BUILDING_WAREHOUSE</Description>
<Civilopedia>TXT_KEY_BUILDING_WAREHOUSE_PEDIA</Civilopedia>
<ArtDefineTag>ART_DEF_BUILDING_FORGE</ArtDefineTag>
<Water>1</Water>
<MinAreaSize>10</MinAreaSize>
<ConquestProb>0</ConquestProb>
<IconAtlas>CEP_BUILDING_ATLAS</IconAtlas>
<PortraitIndex>6</PortraitIndex>
</Row>
<Row>
<Type>BUILDING_MENTORS_HALL</Type>
<BuildingClass>BUILDINGCLASS_MENTORS_HALL</BuildingClass>
<FreeStartEra>ERA_CLASSICAL</FreeStartEra>
<Description>TXT_KEY_BUILDING_MENTORS_HALL</Description>
<Civilopedia>TXT_KEY_BUILDING_MENTORS_HALL_PEDIA</Civilopedia>
<ArtDefineTag>ART_DEF_BUILDING_LIBRARY</ArtDefineTag>
<MinAreaSize>-1</MinAreaSize>
<ConquestProb>59</ConquestProb>
<IconAtlas>TECH_ATLAS_1</IconAtlas>
<PortraitIndex>21</PortraitIndex>
</Row>
<Row>
<Type>BUILDING_CITY_HALL</Type>
<BuildingClass>BUILDINGCLASS_CITY_HALL</BuildingClass>
<FreeStartEra>ERA_CLASSICAL</FreeStartEra>
<Description>TXT_KEY_BUILDING_CITY_HALL</Description>
<Civilopedia>TXT_KEY_BUILDING_CITY_HALL_PEDIA</Civilopedia>
<ArtDefineTag>ART_DEF_BUILDING_LIBRARY</ArtDefineTag>
<MinAreaSize>-1</MinAreaSize>
<ConquestProb>100</ConquestProb>
<IconAtlas>EXPANSION_SCEN_BUILDING_ATLAS</IconAtlas>
<PortraitIndex>0</PortraitIndex>
</Row>
<Row>
<Type>BUILDING_LUXURY_MERCHANT</Type>
<BuildingClass>BUILDINGCLASS_LUXURY_MERCHANT</BuildingClass>
<FreeStartEra>ERA_INDUSTRIAL</FreeStartEra>
<Description>TXT_KEY_BUILDING_LUXURY_MERCHANT</Description>
<Civilopedia>TXT_KEY_BUILDING_LUXURY_MERCHANT_PEDIA</Civilopedia>
<ArtDefineTag>ART_DEF_BUILDING_LIBRARY</ArtDefineTag>
<MinAreaSize>-1</MinAreaSize>
<NeverCapture>true</NeverCapture>
<IconAtlas>TECH_ATLAS_1</IconAtlas>
<PortraitIndex>21</PortraitIndex>
<UnmoddedHappiness>1</UnmoddedHappiness>
</Row>
<Row>
<Type>BUILDING_VACCINES</Type>
<BuildingClass>BUILDINGCLASS_VACCINES</BuildingClass>
<FreeStartEra>ERA_INDUSTRIAL</FreeStartEra>
<Description>TXT_KEY_BUILDING_VACCINES</Description>
<Civilopedia>TXT_KEY_BUILDING_VACCINES_PEDIA</Civilopedia>
<ArtDefineTag>ART_DEF_BUILDING_LIBRARY</ArtDefineTag>
<MinAreaSize>-1</MinAreaSize>
<NeverCapture>true</NeverCapture>
<IconAtlas>TECH_ATLAS_1</IconAtlas>
<PortraitIndex>39</PortraitIndex>
<UnmoddedHappiness>1</UnmoddedHappiness>
</Row>
-->
</Buildings>
<!--
<Building_ClassesNeededInCity>
<Row>
<BuildingType>BUILDING_LIBRARY</BuildingType>
<BuildingClassType>BUILDINGCLASS_MENTORS_HALL</BuildingClassType>
</Row>
<Row>
<BuildingType>BUILDING_PAPER_MAKER</BuildingType>
<BuildingClassType>BUILDINGCLASS_MENTORS_HALL</BuildingClassType>
</Row>
</Building_ClassesNeededInCity>
-->
<Building_Flavors>
<Row>
<BuildingType>BUILDING_CAMPFIRE</BuildingType>
<FlavorType>FLAVOR_HAPPINESS</FlavorType>
<Flavor>12</Flavor>
</Row>
<Row>
<BuildingType>BUILDING_CAUSEWAY</BuildingType>
<FlavorType>FLAVOR_GOLD</FlavorType>
<Flavor>8</Flavor>
</Row>
<Row>
<BuildingType>BUILDING_CAUSEWAY</BuildingType>
<FlavorType>FLAVOR_PRODUCTION</FlavorType>
<Flavor>12</Flavor>
</Row>
<Row>
<BuildingType>BUILDING_CHIEF_HUT</BuildingType>
<FlavorType>FLAVOR_GOLD</FlavorType>
<Flavor>12</Flavor>
</Row>
</Building_Flavors>
<!-->Building_FreeUnits>
<Row>
<BuildingType>BUILDING_CAMPFIRE</BuildingType>
<UnitType>UNIT_PETTLER</UnitType>
<NumUnits>1</NumUnits>
</Row>
<Row>
<BuildingType>BUILDING_CHIEF_HUT</BuildingType>
<UnitType>UNIT_PETTLER</UnitType>
<NumUnits>1</NumUnits>
</Row>
</Building_FreeUnits-->
<Building_YieldChanges>
<Row>
<BuildingType>BUILDING_CAUSEWAY</BuildingType>
<YieldType>YIELD_PRODUCTION</YieldType>
<Yield>1</Yield>
</Row>
<Row>
<BuildingType>BUILDING_CHIEF_HUT</BuildingType>
<YieldType>YIELD_GOLD</YieldType>
<Yield>1</Yield>
</Row>
</Building_YieldChanges>
<Building_ResourceYieldChanges>
<Row>
<BuildingType>BUILDING_CAUSEWAY</BuildingType>
<ResourceType>RESOURCE_SUGAR</ResourceType>
<YieldType>YIELD_PRODUCTION</YieldType>
<Yield>1</Yield>
</Row>
<Row>
<BuildingType>BUILDING_CAUSEWAY</BuildingType>
<ResourceType>RESOURCE_TRUFFLES</ResourceType>
<YieldType>YIELD_GOLD</YieldType>
<Yield>1</Yield>
</Row>
</Building_ResourceYieldChanges>
<Language_en_US>
<Row Tag="TXT_KEY_BUILDING_CAMPFIRE_TITLE">
<Text>Campfire</Text>
</Row>
<Row Tag="TXT_KEY_BUILDING_CAMPFIRE_DESC">
<Text>Tribe's Campfire</Text>
</Row>
<Row Tag="TXT_KEY_BUILDING_CAMPFIRE_HELP">
<Text>
Increases the [ICON_HAPPINESS_1] [COLOR_POSITIVE_TEXT]Happiness[ENDCOLOR] of your community.
[NEWLINE][NEWLINE]A campfire never becomes [COLOR_WARNING_TEXT]Obsolete[ENDCOLOR].
</Text>
</Row>
<Row Tag="TXT_KEY_BUILDING_CAMPFIRE_QUOTE">
<Text>
"Governing a great nation is like cooking a small fish - too much handling will spoil it."
[NEWLINE] - Lao Tzu[NEWLINE]
</Text>
</Row>
<Row Tag="TXT_KEY_BUILDING_CAMPFIRE_STRATEGY">
<Text>
A campfire plays a central role in your early settlement. Build it to increase [COLOR_POSITIVE_TEXT]Happiness[ENDCOLOR]. This double bonus and relative cost makes this building a great asset.
</Text>
</Row>
<Row Tag="TXT_KEY_BUILDING_CAMPFIRE_PEDIA">
<Text>
A campfire provided a place to gather, allowed for cooking, and gave warmth and comfort. It improved morale and unified the tribe, but at the same time, lead to more nefarious activities.
[NEWLINE]
</Text>
</Row>
<Row Tag="TXT_KEY_BUILDING_CAUSEWAY_TITLE">
<Text>Causeway</Text>
</Row>
<Row Tag="TXT_KEY_BUILDING_CAUSEWAY_DESC">
<Text>Causeway</Text>
</Row>
<Row Tag="TXT_KEY_BUILDING_CAUSEWAY_HELP">
<Text>
Settlements near marsh regions gain +1 [ICON_PRODUCTION] [COLOR_POSITIVE_TEXT]Production[ENDCOLOR] by building [COLOR_POSITIVE_TEXT]Causeways[ENDCOLOR]. Marshland resources also provide extra bonsues. +1 [ICON_PRODUCTION] [COLOR_POSITIVE_TEXT]Production[ENDCOLOR] from [COLOR_POSITIVE_TEXT]Sugar[ENDCOLOR] and +1 [ICON_GOLD] [COLOR_POSITIVE_TEXT]Gold[ENDCOLOR] from [COLOR_POSITIVE_TEXT]Truffles[ENDCOLOR].
[NEWLINE][NEWLINE]Becomes [COLOR_WARNING_TEXT]Obsolete[ENDCOLOR] with the discovery of [COLOR_WARNING_TEXT]Masonry[ENDCOLOR].
</Text>
</Row>
<Row Tag="TXT_KEY_BUILDING_CAUSEWAY_QUOTE">
<Text>
"The Dead Marshes, yes, yes: that is their name."
[NEWLINE] - Little Green Guy[NEWLINE]
</Text>
</Row>
<Row Tag="TXT_KEY_BUILDING_CAUSEWAY_STRATEGY">
<Text>
Build a causeway if you have marshland within your boundaries or are next to a river. This will increase your settlement's [ICON_PRODUCTION] [COLOR_POSITIVE_TEXT]Production[ENDCOLOR].
</Text>
</Row>
<Row Tag="TXT_KEY_BUILDING_CAUSEWAY_PEDIA">
<Text>
Causeways have been build since the prehistoric times. They are a simple structure, requiring only manpower.
[NEWLINE][NEWLINE]A Causeway is needed to ease transportation across swampy and marsh areas or small areas of pooled water or rivers. The basic principle is to stack rocks and earth and raise the level above the marsh or swamp. This provides easier transortation across these areas and access to resources in the bogged down area.
</Text>
</Row>
<Row Tag="TXT_KEY_BUILDING_CHIEF_HUT_TITLE">
<Text>Chief's Hut</Text>
</Row>
<Row Tag="TXT_KEY_BUILDING_CHIEF_HUT_DESC">
<Text>Chieftain's Hut</Text>
</Row>
<Row Tag="TXT_KEY_BUILDING_CHIEF_HUT_HELP">
<Text>
The Chieftain's Hut is the home of early society leaders, a place that anyone has to embrace, and pay their taxes to.
</Text>
</Row>
<Row Tag="TXT_KEY_BUILDING_CHIEF_HUT_QUOTE">
<Text>
"The Dead Marshes, yes, yes: that is their name."
[NEWLINE] - Little Green Guy[NEWLINE]
</Text>
</Row>
<Row Tag="TXT_KEY_BUILDING_CHIEF_HUT_STRATEGY">
<Text>
The Chieftain's Hut is the center of early human politics. Here you act as leader, judge and counsellor to your people.
</Text>
</Row>
<Row Tag="TXT_KEY_BUILDING_CHIEF_HUT_PEDIA">
<Text>
Causeways have been build since the prehistoric times. They are a simple structure, requiring only manpower.
[NEWLINE][NEWLINE]A Causeway is needed to ease transportation across swampy and marsh areas or small areas of pooled water or rivers. The basic principle is to stack rocks and earth and raise the level above the marsh or swamp. This provides easier transortation across these areas and access to resources in the bogged down area.
</Text>
</Row>
<Row Tag="TXT_KEY_BUILDING_TREE_LIFE_TITLE">
<Text>Tree of Life</Text>
</Row>
<Row Tag="TXT_KEY_BUILDING_TREE_LIFE_DESC">
<Text>Tree of Life</Text>
</Row>
<Row Tag="TXT_KEY_BUILDING_TREE_LIFE_HELP">
<Text>
A tall, beautiful and fruitful tree, around which your community has been founded.
[NEWLINE][NEWLINE]Indicates this City is the [ICON_CAPITAL] [COLOR_POSITIVE_TEXT]Capital[ENDCOLOR] of the empire, until the construction of the [COLOR_POSITIVE_TEXT]Palace[ENDCOLOR].
</Text>
</Row>
<Row Tag="TXT_KEY_BUILDING_TREE_LIFE_STRATEGY">
<Text>
The concept of a tree of life has been used in science, religion, philosophy, mythology, and other areas. A tree of life is a common motif in various world theologies, mythologies, and philosophies. A mystical concept alluding to the interconnection of all life on our planet; and a metaphor for common descent in the evolutionary sense. The term tree of life may also be used as a synonym for 'sacred tree'.[NEWLINE](Quoted from en.wikipedia.org/wiki/Tree_of_life)
</Text>
</Row>
<Row Tag="TXT_KEY_BUILDING_TREE_LIFE_QUOTE">
<Text>
"The Dead Marshes, yes, yes: that is their name."
[NEWLINE] - Little Green Guy[NEWLINE]
</Text>
</Row>
<Row Tag="TXT_KEY_BUILDING_TREE_LIFE_PEDIA">
<Text>
Causeways have been build since the prehistoric times. They are a simple structure, requiring only manpower.
[NEWLINE][NEWLINE]A Causeway is needed to ease transportation across swampy and marsh areas or small areas of pooled water or rivers. The basic principle is to stack rocks and earth and raise the level above the marsh or swamp. This provides easier transortation across these areas and access to resources in the bogged down area.
</Text>
</Row>
</Language_en_US>
</GameData>
I'm uploading the logs. I'm aware of the tech errors, the others are originally created by the communitas mod. Those tech errors are related to invoking text directly into the building rows, so that's not the problem. Because I got this errors as well, by the time it was still working. Adain, nothing has been changed. I'm doing frequent backups and major backups when a new milestone is reached, I do it all very carefully and decent. I had two of the buildings in game, I believe it started after adding the third building. Going back to an earlier backup, importing the building all over again, resulted in the same issue over and over again.
Attachments
Last edited: