Need help With adding a civ

leoncalvin

Chieftain
Joined
Jun 30, 2008
Messages
19
Location
The Anubian Abyss
I have this so far:
Spoiler :
<?xml version="1.0"?>
<!-- edited with XMLSPY v2004 rel. 2 U (http://www.xmlspy.com) by Firaxis Games (Firaxis Games) -->
<!-- Sid Meier's Civilization 4 -->
<!-- Copyright Firaxis Games 2005 -->
<!-- -->
<!-- Civilization Infos -->
<Civ4CivilizationInfos xmlns="x-schema:CIV4CivilizationsSchema.xml">
<CivilizationInfos>
<CivilizationInfo>
<Type>CIVILIZATION_DARKSHADOWS</Type>
<Description>TXT_KEY_CIV_DARKSHADOWS_DESC</Description>
<ShortDescription>TXT_KEY_CIV_DARKSHADOWS_SHORT_DESC</ShortDescription>
<Adjective>TXT_KEY_CIV_DARKSHADOWS_ADJECTIVE</Adjective>
<Civilopedia>TXT_KEY_CIV_DARKSHADOWS_PEDIA</Civilopedia>
<DefaultPlayerColor>PLAYERCOLOR_BLACK</DefaultPlayerColor>
<ArtDefineTag>ART_DEF_CIVILIZATION_AMERICA</ArtDefineTag>
<ArtStyleType>ARTSTYLE_EUROPEAN</ArtStyleType>
<UnitArtStyleType>UNIT_ARTSTYLE_EUROPEAN</UnitArtStyleType>
<bPlayable>1</bPlayable>
<bAIPlayable>1</bAIPlayable>
<iTechChannel>1</iTechChannel>
<Cities>
<City>TXT_KEY_CITY_NAME_NECROPOLIS</City>
</Cities>
<FreeUnitClasses>
<FreeUnitClass>
<UnitClassType>UNITCLASS_SETTLER</UnitClassType>
<iFreeUnits>1</iFreeUnits>
</FreeUnitClass>
</FreeUnitClasses>
<FreeBuildingClasses>
<FreeBuildingClass>
<BuildingClassType>BUILDINGCLASS_PALACE</BuildingClassType>
<bFreeBuildingClass>1</bFreeBuildingClass>
</FreeBuildingClass>
</FreeBuildingClasses>
<FreeTechs>
<FreeTech>
<TechType>TECH_FISHING</TechType>
<bFreeTech>1</bFreeTech>
</FreeTech>
<FreeTech>
<TechType>TECH_AGRICULTURE</TechType>
<bFreeTech>1</bFreeTech>
</FreeTech>
</FreeTechs>
<DisableTechs/>
<InitialCivics>
<CivicType>CIVIC_DESPOTISM</CivicType>
<CivicType>CIVIC_BARBARISM</CivicType>
<CivicType>CIVIC_TRIBALISM</CivicType>
<CivicType>CIVIC_DECENTRALIZATION</CivicType>
<CivicType>CIVIC_PAGANISM</CivicType>
</InitialCivics>
<Leader>
<LeaderName>LEADER_BLACK</LeaderName>
<bLeaderAvailability>1</bLeaderAvailability>
</Leader>
<DerivativeCiv>NONE</DerivativeCiv>
<CivilizationSelectionSound>AS3D_AMERICA_SELECT</CivilizationSelectionSound>
<CivilizationActionSound>AS3D_AMERICA_ORDER</CivilizationActionSound>
</CivilizationInfo>


And that's all I have edited (besides I merged in Classicthunder's tech channel mod).I know it looks pretty generic right now, but that's b/c I want to build the house before i try to paint the walls.

I keep getting a CIV4Civilizationsschema error? can anyone help me out
 
Okay, Now I have a worse problem. It is crashing on startup.I found all the errors and corrected them (i thought). But it displays a "Windows must end this program" message.
 
Okay, Now I have a worse problem. It is crashing on startup.I found all the errors and corrected them (i thought). But it displays a "Windows must end this program" message.

Best thing to do is put a copy of your mod here and maybe someone will take a look, never know.
 
I figured it out. The mod I merged it with (the tech channel mod) isn't doing well with BTS 3.17 b/c it's for 3.13. So I'm going to take it out and move on till he merges it twith patch 3.17. Althouhg if aqnyone sees an error above then please tell me.
 
Back
Top Bottom