Sid Meier's Civilization: Beyond Earth

Sid Meier's Civilization: Beyond Earth

Experience Worlds Beyond Earth
Game modifications, scenarios, interface, and so much more. Explore the modding world of Beyond Earth, and when you're ready, download the SDK to create and upload your own.
Need help with mod
Im creating a building mod and am having problems with add actions under the proprties. Every time I do as the Firaxis Tutorial says about adding actions and then building the solution I get a failed attempt... i keep getting "CIVBE must be defined. Use the Project Properties window to set it to the location where CIVBE is installed... What am I doing wrong? Help appriceated.
Last edited by txwritersblock; 19 Feb, 2015 @ 11:37pm
< >
Showing 1-2 of 2 comments
Ryika 42 20 Feb, 2015 @ 5:27am 
Click on Tools -> Options -> Beyond Earth and make sure both paths point to the beyond earth folders, the upper one to the installation folder and the lower one to the userdata folder found in Documents\My Games\Sid Meier's Civilization Beyond Earth
txwritersblock 20 Feb, 2015 @ 6:41am 
That worked. The mod shows up in the game mods but not in to production queue. So I must be missing something in the design. This is my layout what am I missing

<Buildings>
<Row>
<Type>BUILDING_SOLARARRAY</Type>
<BuildingClass>BUILDINGCLASS_SOLARARRAY</BuildingClass>
<Cost>20</Cost>
<ConquestProbability>67</ConquestProbability>
<PrereqTech>TECH_HABITATION</PrereqTech>
<EnergyMaintenance>1</EnergyMaintenance>
<Description>TXT_KEY_BUILDING_SOLARARRAY_DESC</Description>
<Civilopedia>TXT_KEY_BUILDING_SOLARARRAY_PEDIA</Civilopedia>
<ArtDefineTag>ART_DEF_BUILDING_SOLARARRAY</ArtDefineTag>
<IconAtlas>BW_ATLAS_0</IconAtlas>
<PortraitIndex>8</PortraitIndex>
</Row>
</Buildings>
<BuildingClasses>
<Row>
<Type>BUILDINGCLASS_SOLARARRAY</Type>
<DefaultBuilding>BUILDING_SOLARARRAY</DefaultBuilding>
<Description>TXT_KEY_BUILDING_SOLARARRAY_DESC</Description>
</Row>
</BuildingClasses>
<BuildingClasses>
<Row>
<BuildingType>BUILDING_SOLAR_ARRAY</BuildingType>
<YieldType>YIELD_ENERGY</YieldType>
<Yield>10</Yield></Row>
</BuildingClasses>


<LocalizedText>
<Row>
Row Language="en_US" Tag="TXT_KEY_BUILDING_SOLARARRAY_DESC”>"
</Row>
<Row>
Row Language="en_US" Tag="TXT_KEY_BUILDING_SOLARARRAY_PEDIA”
</Row>
</LocalizedText>
< >
Showing 1-2 of 2 comments
Per page: 1530 50