Ryan F. Mercer
Whys
Here's an SQL example for adding an Aztec clone.
http://forums.civfanatics.com/showpost.php?p=9871711&postcount=284
http://forums.civfanatics.com/showpost.php?p=9871711&postcount=284
Since you are using Washington as your leader, it will show up as a second Washington, so just glancing could fool you. You might be better creating a new leader too, but using everything stock aside from the name.
I don't really see much in your file, at least nothing that stands out, but there are other areas that could be causing the issue. In mod buddy with the update commands, how you are loading the mod, are you activating it in game, etc. Lots of places that could cause that outside of the files.
I'm trying to simply add a civ without description error, and go from there. I'm new to code, and copying the examples was a good way to learn! I'll try to see what I can find..
Thanks for letting me know.
Here's an SQL example for adding an Aztec clone.
http://forums.civfanatics.com/showpost.php?p=9871711&postcount=284
Here's an SQL example for adding an Aztec clone.
http://forums.civfanatics.com/showpost.php?p=9871711&postcount=284
Right, I think I see what's going on there first part looks a bit new/garbled.
Does that work?
Ta
I don't really see much in your file, at least nothing that stands out, but there are other areas that could be causing the issue. In mod buddy with the update commands, how you are loading the mod, are you activating it in game, etc. Lots of places that could cause that outside of the files.
<?xml version="1.0" encoding="utf-8"?>
<!-- Created by ModBuddy on 1/11/2011 10:56:00 PM -->
<GameData>
<Civilizations>
<Delete />
<Row>
<ID>0</ID>
<Type>CIVILIZATION_AMERICA</Type>
<Description>TXT_KEY_CIV_AMERICA_DESC</Description>
<ShortDescription>TXT_KEY_CIV_AMERICA_SHORT_DESC</ShortDescription>
<Adjective>TXT_KEY_CIV_AMERICA_ADJECTIVE</Adjective>
<CivilopediaTag>TXT_KEY_CIV5_UNITEDSTATES</CivilopediaTag>
<DefaultPlayerColor>PLAYERCOLOR_AMERICA</DefaultPlayerColor>
<ArtDefineTag>ART_DEF_CIVILIZATION_AMERICA</ArtDefineTag>
<ArtStyleType>ARTSTYLE_EUROPEAN</ArtStyleType>
<PortraitIndex>0</PortraitIndex>
<IconAtlas>CIV_COLOR_ATLAS</IconAtlas>
<AlphaIconAtlas>CIV_ALPHA_ATLAS</AlphaIconAtlas>
<MapImage>MapAmerica512.dds</MapImage>
<ArtStyleSuffix>_EURO</ArtStyleSuffix>
<ArtStylePrefix>EUROPEAN </ArtStylePrefix>
<DawnOfManQuote>TXT_KEY_CIV5_DAWN_UNITEDSTATES_TEXT</DawnOfManQuote>
<DawnOfManImage>DOM_Washington.dds</DawnOfManImage>
<DawnOfManAudio>AS2D_DOM_SPEECH_UNITED_STATES</DawnOfManAudio>
</Row>
</Civilizations>
<Civilization_CityNames>
<Row>
<CivilizationType>CIVILIZATION_AMERICA</CivilizationType>
<CityName>TXT_KEY_CITY_NAME_WASHINGTON</CityName>
</Row>
<Row>
<CivilizationType>CIVILIZATION_AMERICA</CivilizationType>
<CityName>TXT_KEY_CITY_NAME_NEW_YORK</CityName>
</Row>
<Row>
<CivilizationType>CIVILIZATION_AMERICA</CivilizationType>
<CityName>TXT_KEY_CITY_NAME_BOSTON</CityName>
</Row>
</Civilization_CityNames>
<Civilization_FreeBuildingClasses>
<Row>
<CivilizationType>CIVILIZATION_AMERICA</CivilizationType>
<BuildingClassType>BUILDINGCLASS_PALACE</BuildingClassType>
</Row>
</Civilization_FreeBuildingClasses>
<Civilization_FreeTechs>
<Row>
<CivilizationType>CIVILIZATION_AMERICA</CivilizationType>
<TechType>TECH_AGRICULTURE</TechType>
</Row>
</Civilization_FreeTechs>
<Civilization_FreeUnits>
<Row>
<CivilizationType>CIVILIZATION_AMERICA</CivilizationType>
<UnitClassType>UNITCLASS_SETTLER</UnitClassType>
<Count>1</Count>
<UnitAIType>UNITAI_SETTLE</UnitAIType>
</Row>
</Civilization_FreeUnits>
<Civilization_Leaders>
<Row>
<CivilizationType>CIVILIZATION_AMERICA</CivilizationType>
<LeaderheadType>LEADER_WASHINGTON</LeaderheadType>
</Row>
</Civilization_Leaders>
<Civilization_UnitClassOverrides>
<Row>
<CivilizationType>CIVILIZATION_AMERICA</CivilizationType>
<UnitClassType>UNITCLASS_BOMBER</UnitClassType>
<UnitType>UNIT_AMERICAN_B17</UnitType>
</Row>
<Row>
<CivilizationType>CIVILIZATION_AMERICA</CivilizationType>
<UnitClassType>UNITCLASS_MUSKETMAN</UnitClassType>
<UnitType>UNIT_AMERICAN_MINUTEMAN</UnitType>
</Row>
</Civilization_UnitClassOverrides>
<Civilization_Start_Along_River>
<Row>
<CivilizationType>CIVILIZATION_AMERICA</CivilizationType>
<StartAlongRiver>true</StartAlongRiver>
</Row>
</Civilization_Start_Along_River>
<Row>
<Type>CIVILIZATION_ARABIA</Type>
<Description>TXT_KEY_CIV_ARABIA_DESC</Description>
<ShortDescription>TXT_KEY_CIV_ARABIA_SHORT_DESC</ShortDescription>
<Adjective>TXT_KEY_CIV_ARABIA_ADJECTIVE</Adjective>
<CivilopediaTag>TXT_KEY_CIV5_ARABIA</CivilopediaTag>
<DefaultPlayerColor>PLAYERCOLOR_ARABIA</DefaultPlayerColor>
<ArtDefineTag>ART_DEF_CIVILIZATION_ARABIA</ArtDefineTag>
<ArtStyleType>ARTSTYLE_MIDDLE_EAST</ArtStyleType>
<ArtStyleSuffix>_AFRI</ArtStyleSuffix>
<ArtStylePrefix>AFRICAN </ArtStylePrefix>
<PortraitIndex>1</PortraitIndex>
<IconAtlas>CIV_COLOR_ATLAS</IconAtlas>
<AlphaIconAtlas>CIV_ALPHA_ATLAS</AlphaIconAtlas>
<MapImage>MapAbbasid512.dds</MapImage>
<DawnOfManQuote>TXT_KEY_CIV5_DAWN_ARABIA_TEXT</DawnOfManQuote>
<DawnOfManImage>DOM_AlRashid.dds</DawnOfManImage>
<DawnOfManAudio>AS2D_DOM_SPEECH_ARABIA</DawnOfManAudio>
</Row>
<Civilization_BuildingClassOverrides>
<Row>
<CivilizationType>CIVILIZATION_ARABIA</CivilizationType>
<BuildingClassType>BUILDINGCLASS_MARKET</BuildingClassType>
<BuildingType>BUILDING_BAZAAR</BuildingType>
</Row>
</Civilization_BuildingClassOverrides>
<Civilization_CityNames>
<Row>
<CivilizationType>CIVILIZATION_ARABIA</CivilizationType>
<CityName>TXT_KEY_CITY_NAME_MECCA</CityName>
</Row>
<Row>
<CivilizationType>CIVILIZATION_ARABIA</CivilizationType>
<CityName>TXT_KEY_CITY_NAME_MEDINA</CityName>
</Row>
<Row>
<CivilizationType>CIVILIZATION_ARABIA</CivilizationType>
<CityName>TXT_KEY_CITY_NAME_DAMASCUS</CityName>
</Row>
</Civilization_CityNames>
<Civilization_FreeBuildingClasses>
<Row>
<CivilizationType>CIVILIZATION_ARABIA</CivilizationType>
<BuildingClassType>BUILDINGCLASS_PALACE</BuildingClassType>
</Row>
</Civilization_FreeBuildingClasses>
<Civilization_FreeTechs>
<Row>
<CivilizationType>CIVILIZATION_ARABIA</CivilizationType>
<TechType>TECH_AGRICULTURE</TechType>
</Row>
</Civilization_FreeTechs>
<Civilization_FreeUnits>
<Row>
<CivilizationType>CIVILIZATION_ARABIA</CivilizationType>
<UnitClassType>UNITCLASS_SETTLER</UnitClassType>
<Count>1</Count>
<UnitAIType>UNITAI_SETTLE</UnitAIType>
</Row>
</Civilization_FreeUnits>
<Civilization_Leaders>
<Row>
<CivilizationType>CIVILIZATION_ARABIA</CivilizationType>
<LeaderheadType>LEADER_HARUN_AL_RASHID</LeaderheadType>
</Row>
</Civilization_Leaders>
<Civilization_UnitClassOverrides>
<Row>
<CivilizationType>CIVILIZATION_ARABIA</CivilizationType>
<UnitClassType>UNITCLASS_KNIGHT</UnitClassType>
<UnitType>UNIT_ARABIAN_CAMELARCHER</UnitType>
</Row>
</Civilization_UnitClassOverrides>
<Civilization_Start_Region_Priority>
<Row>
<CivilizationType>CIVILIZATION_ARABIA</CivilizationType>
<RegionType>REGION_DESERT</RegionType>
</Row>
</Civilization_Start_Region_Priority>
</GameData>
Yes I have lots of issues with the ART part. If someone that have skills in this area wants to help, the link to the project is here. And fell free to make any changes! Just keep my name in the authors, and I'll be happy. http://www.4shared.com/file/PWWugOi7/Brazilian_Civilization.htm
Thanks
Lately people have been having an issue that is fixed by setting VSF to true in the file properties in ModBuddy.
I loved the mods for Civ4, so thought I'd teach myself a few things on Civ5, but I can't get a single thing to work. I can install others' mods fine, but I can't even get a building to appear. I even resorted to adding Kael's palisade from the tutorial, followed it to the letter, and it just doesn't work.
The mod's there in the mod list, and activated, but isn't in the game itself. What do I have to do to make it work? I've been through every page in this thread, and can't work it out...
Spoiler :<?xml version="1.0" encoding="utf-8"?>
<Mod id="8d673aca-19e3-4c3f-9ba5-e42d47f6eeed" version="1">
<Properties>
<Name>Palisade</Name>
<Stability>Alpha</Stability>
<Teaser>Adds the pallisade to the game - from Kael's modding guide.</Teaser>
<Description>Adds the pallisade to the game - from Kael's modding guide.</Description>
<Authors>Kael</Authors>
<HideSetupGame>0</HideSetupGame>
<AffectsSavedGames>1</AffectsSavedGames>
<MinCompatibleSaveVersion>0</MinCompatibleSaveVersion>
<SupportsSinglePlayer>1</SupportsSinglePlayer>
<SupportsMultiplayer>1</SupportsMultiplayer>
<SupportsMac>1</SupportsMac>
<ReloadLandmarkSystem>0</ReloadLandmarkSystem>
<ReloadStrategicViewSystem>0</ReloadStrategicViewSystem>
<ReloadUnitSystem>0</ReloadUnitSystem>
</Properties>
<Dependencies />
<References />
<Blocks />
<Files>
<File md5="CE0D006BC50BEB1355740B63B6B2FA3C" import="0">XML/CIV5Buildings.xml</File>
<File md5="3BE6E4160F038CF17A33977AF7E704E1" import="0">XML/CIV5BuildingClasses.xml</File>
<File md5="339155F90EB4669212F52F7E92D3FD1E" import="0">XML/Civ5GameText.xml</File>
</Files>
<Actions>
<OnModActivated>
<UpdateDatabase>CIV5BuildingClasses.xml</UpdateDatabase>
<UpdateDatabase>CIV5Buildings.xml</UpdateDatabase>
<UpdateDatabase>Civ5GameText.xml</UpdateDatabase>
</OnModActivated>
</Actions>
</Mod>